#include <BALL/FORMAT/NMRStarFile.h>
Public Member Functions | |
NMRAtomData () | |
bool | operator== (const NMRAtomData &atom) const |
std::ostream & | operator>> (std::ostream &s) |
NMRAtomData () | |
std::ostream & | operator>> (std::ostream &s) throw () |
Public Attributes | |
Position | atom_ID |
Position | residue_seq_code |
String | residue_label |
String | atom_name |
char | atom_type |
float | shift_value |
float | error_value |
Position | ambiguity_code |
NMRAtomData This class includes all information for one atom delivered by a NMRStar file. All members are public for easy access.
name nested Data classes. These classes represent the data extracted from NMR-Star-Files. NMRAtomData This class includes all information for one atom delivered by a NMR-Star-File. All members are public for easy access.
Definition at line 191 of file NMRStarFile.h.
BALL::NMRStarFile::NMRAtomData::NMRAtomData | ( | ) |
BALL::NMRStarFile::NMRAtomData::NMRAtomData | ( | ) |
bool BALL::NMRStarFile::NMRAtomData::operator== | ( | const NMRAtomData & | atom | ) | const |
std::ostream& BALL::NMRStarFile::NMRAtomData::operator>> | ( | std::ostream & | s | ) | throw () |
std::ostream& BALL::NMRStarFile::NMRAtomData::operator>> | ( | std::ostream & | s | ) |
Definition at line 203 of file NMRStarFile.h.
Definition at line 196 of file NMRStarFile.h.
Definition at line 199 of file NMRStarFile.h.
Definition at line 200 of file NMRStarFile.h.
Definition at line 202 of file NMRStarFile.h.
Definition at line 198 of file NMRStarFile.h.
Definition at line 197 of file NMRStarFile.h.
Definition at line 201 of file NMRStarFile.h.