BALL
1.4.79
|
#include <BALL/FORMAT/CIFFile.h>
Public Attributes | |
String | name |
std::vector< Datacontent > | data |
StringHashMap< Index > | saveframe_names |
std::multimap< String, Index > | saveframe_categories |
StringHashMap< Index > | item_names |
Item | dummy_data_item_ |
SaveFrame | dummy_saveframe_ |
vector< SaveFrame > | dummy_saveframes_ |
vector< Index > | dummy_indices_ |
void BALL::CIFFile::Datablock::clear | ( | ) |
Clears the Datablock
Returns the saveframe labeled 'name'.
const std::vector<Index> BALL::CIFFile::Datablock::getSaveframeIndicesByCategory | ( | const String & | name | ) | const |
Returns the saveframe of category name.
std::vector<SaveFrame> BALL::CIFFile::Datablock::getSaveframesByCategory | ( | const String & | name | ) | const |
Returns true if the datablock contains a Saveframe of category name.
void BALL::CIFFile::Datablock::insertDatacontent | ( | const Datacontent & | content | ) |
void BALL::CIFFile::Datablock::insertDatacontent | ( | const SaveFrame & | new_saveframe | ) |
void BALL::CIFFile::Datablock::insertDatacontent | ( | const Item & | item | ) |
std::ostream& BALL::CIFFile::Datablock::operator>> | ( | std::ostream & | os | ) | const |
std::vector<Datacontent> BALL::CIFFile::Datablock::data |
vector<SaveFrame> BALL::CIFFile::Datablock::dummy_saveframes_ |
StringHashMap<Index> BALL::CIFFile::Datablock::item_names |
String BALL::CIFFile::Datablock::name |
StringHashMap<Index> BALL::CIFFile::Datablock::saveframe_names |