#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 170 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 180 of file NMRStarFile.h.
Definition at line 179 of file NMRStarFile.h.
Definition at line 177 of file NMRStarFile.h.
Definition at line 181 of file NMRStarFile.h.
Definition at line 176 of file NMRStarFile.h.
Definition at line 178 of file NMRStarFile.h.