#include <BALL/FORMAT/NMRStarFile.h>
Public Member Functions | |
Component () | |
void | clear () |
std::ostream & | operator>> (std::ostream &s) |
Public Attributes | |
String | label |
float | concentration_value |
String | value_unit |
float | concentration_min |
float | concentration_max |
String | isotopic_labeling |
Component. This class includes all information of a sample component. All members are public for easy access.
Definition at line 118 of file NMRStarFile.h.
BALL::NMRStarFile::Sample::Component::Component | ( | ) |
void BALL::NMRStarFile::Sample::Component::clear | ( | ) |
std::ostream& BALL::NMRStarFile::Sample::Component::operator>> | ( | std::ostream & | s | ) |
Definition at line 128 of file NMRStarFile.h.
Definition at line 127 of file NMRStarFile.h.
Definition at line 125 of file NMRStarFile.h.
Definition at line 129 of file NMRStarFile.h.
Definition at line 124 of file NMRStarFile.h.
Definition at line 126 of file NMRStarFile.h.