BALL
1.4.79
|
#include <BALL/FORMAT/CIFFile.h>
Public Member Functions | |
Datacontent () | |
Datacontent (SaveFrame new_saveframe) | |
Datacontent (Item new_item) | |
std::ostream & | operator>> (std::ostream &os) const |
Public Attributes | |
bool | is_saveframe |
SaveFrame | saveframe |
Item | dataitem |
BALL::CIFFile::Datacontent::Datacontent | ( | ) |
Constructors
BALL::CIFFile::Datacontent::Datacontent | ( | SaveFrame | new_saveframe | ) |
BALL::CIFFile::Datacontent::Datacontent | ( | Item | new_item | ) |
std::ostream& BALL::CIFFile::Datacontent::operator>> | ( | std::ostream & | os | ) | const |
bool BALL::CIFFile::Datacontent::is_saveframe |