BALL
1.4.1
|
#include <BALL/FORMAT/CIFFile.h>
void BALL::CIFFile::Datablock::clear | ( | ) |
Clears the Datablock
const Item& BALL::CIFFile::Datablock::getDataItem | ( | const String & | item_name | ) | const |
Item& BALL::CIFFile::Datablock::getDataItem | ( | const String & | item_name | ) |
const SaveFrame& BALL::CIFFile::Datablock::getSaveframeByIndex | ( | const Index | index | ) | const |
SaveFrame& BALL::CIFFile::Datablock::getSaveframeByIndex | ( | const Index | index | ) |
const SaveFrame& BALL::CIFFile::Datablock::getSaveframeByName | ( | const String & | name | ) | const |
Returns the saveframe labeled 'name'.
SaveFrame& BALL::CIFFile::Datablock::getSaveframeByName | ( | const String & | name | ) |
const std::vector<Index> BALL::CIFFile::Datablock::getSaveframeIndicesByCategory | ( | const String & | name | ) | const |
Returns the saveframe of category name.
std::vector<Index> BALL::CIFFile::Datablock::getSaveframeIndicesByCategory | ( | const String & | name | ) |
std::vector<SaveFrame> BALL::CIFFile::Datablock::getSaveframesByCategory | ( | const String & | name | ) | const |
bool BALL::CIFFile::Datablock::hasItem | ( | const String & | name | ) | const |
bool BALL::CIFFile::Datablock::hasSaveframeCategory | ( | const String & | name | ) | const |
bool BALL::CIFFile::Datablock::hasSaveframeName | ( | 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 |
void BALL::CIFFile::Datablock::setName | ( | String | blockname | ) |
Sets the name of a Datablock
void BALL::CIFFile::Datablock::start | ( | String | blockname | ) |
Sets the name of a new Datablock
std::vector<Datacontent> BALL::CIFFile::Datablock::data |
std::multimap<String, Index> BALL::CIFFile::Datablock::saveframe_categories |