BALL  1.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
BALL::NMRStarFile::MolecularSystem::RelatedDB Class Reference

#include <BALL/FORMAT/NMRStarFile.h>

Public Member Functions

 RelatedDB ()
std::ostream & operator>> (std::ostream &s)
void clear ()

Public Attributes

String name
String accession_code
String entry_mol_name
String relation_type
String details

Detailed Description

Definition at line 369 of file NMRStarFile.h.

Constructor & Destructor Documentation

BALL::NMRStarFile::MolecularSystem::RelatedDB::RelatedDB ( )

Member Function Documentation

void BALL::NMRStarFile::MolecularSystem::RelatedDB::clear ( )
std::ostream& BALL::NMRStarFile::MolecularSystem::RelatedDB::operator>> ( std::ostream &  s)

Member Data Documentation

String BALL::NMRStarFile::MolecularSystem::RelatedDB::accession_code

Definition at line 378 of file NMRStarFile.h.

String BALL::NMRStarFile::MolecularSystem::RelatedDB::details

Definition at line 381 of file NMRStarFile.h.

String BALL::NMRStarFile::MolecularSystem::RelatedDB::entry_mol_name

Definition at line 379 of file NMRStarFile.h.

String BALL::NMRStarFile::MolecularSystem::RelatedDB::name

Definition at line 377 of file NMRStarFile.h.

String BALL::NMRStarFile::MolecularSystem::RelatedDB::relation_type

Definition at line 380 of file NMRStarFile.h.