BALL
1.4.1
|
#include <BALL/FORMAT/CIFFile.h>
Public Member Functions | |
void | clear () |
void | start (String name) |
void | addDataItem (Item item) |
void | setCategory (String cat) |
std::ostream & | operator>> (std::ostream &os) const |
const String & | getCategory () const |
const Item & | getDataItem (const String &item_name) const |
Item & | getDataItem (const String &item_name) |
const String & | getDataItemValue (const String &item_name) const |
String & | getDataItemValue (const String &item_name) |
bool | hasItem (const String &item_name) const |
String | getItemValue (const String &name) const |
Public Attributes | |
String | framename |
String | category |
std::vector< Item > | items |
StringHashMap< Index > | pair_items |
Item | dummy_data_item_ |
void BALL::CIFFile::SaveFrame::addDataItem | ( | Item | item | ) |
void BALL::CIFFile::SaveFrame::clear | ( | ) |
const String& BALL::CIFFile::SaveFrame::getCategory | ( | ) | const [inline] |
const Item& BALL::CIFFile::SaveFrame::getDataItem | ( | const String & | item_name | ) | const |
Returns a dummy Dataitem, if no item with such name exists
Item& BALL::CIFFile::SaveFrame::getDataItem | ( | const String & | item_name | ) |
const String& BALL::CIFFile::SaveFrame::getDataItemValue | ( | const String & | item_name | ) | const |
String& BALL::CIFFile::SaveFrame::getDataItemValue | ( | const String & | item_name | ) |
String BALL::CIFFile::SaveFrame::getItemValue | ( | const String & | name | ) | const |
bool BALL::CIFFile::SaveFrame::hasItem | ( | const String & | item_name | ) | const |
std::ostream& BALL::CIFFile::SaveFrame::operator>> | ( | std::ostream & | os | ) | const |
void BALL::CIFFile::SaveFrame::setCategory | ( | String | cat | ) | [inline] |
void BALL::CIFFile::SaveFrame::start | ( | String | name | ) |
std::vector<Item> BALL::CIFFile::SaveFrame::items |