|
BALL
1.4.79
|
#include <BALL/FORMAT/NMRStarFile.h>
Classes | |
| class | Component |
Public Member Functions | |
| Sample () | |
| void | clear () |
| std::ostream & | operator>> (std::ostream &s) |
Public Attributes | |
| String | label |
| String | type |
| String | details |
| vector< Component > | components |
Samples. This class includes all information of a NMRStar file sample.
Definition at line 158 of file NMRStarFile.h.
| BALL::NMRStarFile::Sample::Sample | ( | ) |
| void BALL::NMRStarFile::Sample::clear | ( | ) |
| std::ostream& BALL::NMRStarFile::Sample::operator>> | ( | std::ostream & | s | ) |
| vector<Component> BALL::NMRStarFile::Sample::components |
Definition at line 188 of file NMRStarFile.h.
| String BALL::NMRStarFile::Sample::details |
Definition at line 187 of file NMRStarFile.h.
| String BALL::NMRStarFile::Sample::label |
Definition at line 185 of file NMRStarFile.h.
| String BALL::NMRStarFile::Sample::type |
Definition at line 186 of file NMRStarFile.h.
1.8.7