#include <BALL/FORMAT/NMRStarFile.h>
Public Member Functions | |
SampleCondition () | |
bool | hasType (String type) |
std::ostream & | operator>> (std::ostream &s) |
Public Attributes | |
String | name |
vector< String > | types |
StringHashMap< float > | values |
StringHashMap< float > | errors |
StringHashMap< String > | units |
SampleConditions. This class includes all information for a set of samples delivered by a NMRStar file. All members are public for easy access.
Definition at line 139 of file NMRStarFile.h.
BALL::NMRStarFile::SampleCondition::SampleCondition | ( | ) |
Definition at line 155 of file NMRStarFile.h.
std::ostream& BALL::NMRStarFile::SampleCondition::operator>> | ( | std::ostream & | s | ) |
Definition at line 152 of file NMRStarFile.h.
Definition at line 146 of file NMRStarFile.h.
Definition at line 150 of file NMRStarFile.h.
Definition at line 153 of file NMRStarFile.h.
Definition at line 151 of file NMRStarFile.h.