|
BALL
1.4.79
|
#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 | ( | ) |
|
inline |
Returns a dummy Dataitem, if no item with such name exists
| std::ostream& BALL::CIFFile::SaveFrame::operator>> | ( | std::ostream & | os | ) | const |
|
inline |
| void BALL::CIFFile::SaveFrame::start | ( | String | name | ) |
| String BALL::CIFFile::SaveFrame::framename |
| std::vector<Item> BALL::CIFFile::SaveFrame::items |
| StringHashMap<Index> BALL::CIFFile::SaveFrame::pair_items |
1.8.7