BALL::CIFFile::Datablock Class Reference
#include <BALL/FORMAT/CIFFile.h>
List of all members.
Detailed Description
Nested class for the datablock entity of the CIFFile
Definition at line 139 of file CIFFile.h.
Member Function Documentation
void BALL::CIFFile::Datablock::clear |
( |
|
) |
|
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 SaveFrame& BALL::CIFFile::Datablock::getSaveframeByName |
( |
const String & |
name |
) |
const |
Returns the saveframe labeled 'name'.
std::vector<Index> BALL::CIFFile::Datablock::getSaveframeIndicesByCategory |
( |
const String & |
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 |
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 Item & |
item |
) |
|
void BALL::CIFFile::Datablock::insertDatacontent |
( |
const SaveFrame & |
new_saveframe |
) |
|
void BALL::CIFFile::Datablock::insertDatacontent |
( |
const Datacontent & |
content |
) |
|
std::ostream& BALL::CIFFile::Datablock::operator>> |
( |
std::ostream & |
os |
) |
const |
void BALL::CIFFile::Datablock::setName |
( |
String |
blockname |
) |
|
void BALL::CIFFile::Datablock::start |
( |
String |
blockname |
) |
|
Member Data Documentation
Stores the datablock content
Definition at line 188 of file CIFFile.h.
The name of this saveframe
Definition at line 185 of file CIFFile.h.
Hashes the saveframes - we assume, that they are unique
Definition at line 191 of file CIFFile.h.