#include <BALL/FORMAT/NMRStarFile.h>
Classes | |
class | ChemicalUnit |
class | RelatedDB |
Public Member Functions | |
MolecularSystem () | |
~MolecularSystem () | |
ChemicalUnit const & | getChemicalUnit (Position i) const |
ChemicalUnit & | getChemicalUnit (Position i) |
Size | getNumberOfChemicalUnits () const |
std::ostream & | operator>> (std::ostream &s) |
ligand information //TODO | |
void | clear () |
Public Attributes | |
String | system_name |
String | abbreviation_common |
vector< ChemicalUnit > | chemical_units |
String | system_physical_state |
String | system_oligomer_state |
String | system_paramagnetic |
String | system_thiol_state |
float | system_molecular_weight |
The systems molecular weigth in dalton. | |
vector< RelatedDB > | related_database_entries |
Molecular System This class includes all system relevant information. All members are public for easy access.
Definition at line 365 of file NMRStarFile.h.
BALL::NMRStarFile::MolecularSystem::MolecularSystem | ( | ) |
BALL::NMRStarFile::MolecularSystem::~MolecularSystem | ( | ) |
void BALL::NMRStarFile::MolecularSystem::clear | ( | ) |
ChemicalUnit& BALL::NMRStarFile::MolecularSystem::getChemicalUnit | ( | Position | i | ) | [inline] |
Definition at line 404 of file NMRStarFile.h.
ChemicalUnit const& BALL::NMRStarFile::MolecularSystem::getChemicalUnit | ( | Position | i | ) | const [inline] |
Definition at line 403 of file NMRStarFile.h.
Size BALL::NMRStarFile::MolecularSystem::getNumberOfChemicalUnits | ( | ) | const [inline] |
Definition at line 406 of file NMRStarFile.h.
std::ostream& BALL::NMRStarFile::MolecularSystem::operator>> | ( | std::ostream & | s | ) |
ligand information //TODO
Definition at line 410 of file NMRStarFile.h.
Definition at line 411 of file NMRStarFile.h.
Definition at line 419 of file NMRStarFile.h.
The systems molecular weigth in dalton.
Definition at line 417 of file NMRStarFile.h.
Definition at line 409 of file NMRStarFile.h.
Definition at line 413 of file NMRStarFile.h.
Definition at line 414 of file NMRStarFile.h.
Definition at line 412 of file NMRStarFile.h.
Definition at line 415 of file NMRStarFile.h.