#include <BALL/FORMAT/CIFFile.h>
Nested class for the data entity of the CIFFile
Definition at line 116 of file CIFFile.h.
◆ Datacontent() [1/3]
BALL::CIFFile::Datacontent::Datacontent |
( |
| ) |
|
◆ Datacontent() [2/3]
BALL::CIFFile::Datacontent::Datacontent |
( |
SaveFrame |
new_saveframe | ) |
|
◆ Datacontent() [3/3]
BALL::CIFFile::Datacontent::Datacontent |
( |
Item |
new_item | ) |
|
◆ operator>>()
std::ostream & BALL::CIFFile::Datacontent::operator>> |
( |
std::ostream & |
os | ) |
const |
◆ dataitem
Item BALL::CIFFile::Datacontent::dataitem |
◆ is_saveframe
bool BALL::CIFFile::Datacontent::is_saveframe |
all data of a datablock is either a saveframe or a single item
Definition at line 126 of file CIFFile.h.
◆ saveframe
SaveFrame BALL::CIFFile::Datacontent::saveframe |
Stores the saveframe
Definition at line 129 of file CIFFile.h.