#include <CifFileReadDef.h>
Public Member Functions | |
CifFileReadDef (vector< string > dblist, vector< string >clist, type dbtype=A, type ctype=A) | |
CifFileReadDef () | |
~CifFileReadDef () | |
void | SetDataBlockList (vector< string > dblist, type dbtype=A) |
void | SetCategoryList (vector< string >clist, type ctype=A) |
void | SetDataBlockListType (type dbtype=A) |
void | SetCategoryListType (type ctype=A) |
int | AreAllCatsRead () |
void | IncreaseNumReadCats () |
int | Category_OK (const string &categoryName) |
int | Datablock_OK (const string &datablockName) |
Protected Attributes | |
vector< string > | _datablocklist |
vector< string > | _categorylist |
type | _datablocklisttype |
type | _categorylisttype |
Private Member Functions | |
void | SetNumCatsToRead () |
Private Attributes | |
int | _numCatsToRead |
int | _numReadCats |
CifFileReadDef::CifFileReadDef | ( | vector< string > | dblist, | |
vector< string > | clist, | |||
type | dbtype = A , |
|||
type | ctype = A | |||
) |
CifFileReadDef::CifFileReadDef | ( | ) | [inline] |
CifFileReadDef::~CifFileReadDef | ( | ) | [inline] |
void CifFileReadDef::SetNumCatsToRead | ( | ) | [private] |
void CifFileReadDef::SetDataBlockList | ( | vector< string > | dblist, | |
type | dbtype = A | |||
) |
void CifFileReadDef::SetCategoryList | ( | vector< string > | clist, | |
type | ctype = A | |||
) |
void CifFileReadDef::SetDataBlockListType | ( | type | dbtype = A |
) | [inline] |
void CifFileReadDef::SetCategoryListType | ( | type | ctype = A |
) | [inline] |
int CifFileReadDef::AreAllCatsRead | ( | ) |
void CifFileReadDef::IncreaseNumReadCats | ( | ) |
int CifFileReadDef::Category_OK | ( | const string & | categoryName | ) |
int CifFileReadDef::Datablock_OK | ( | const string & | datablockName | ) |
int CifFileReadDef::_numCatsToRead [private] |
int CifFileReadDef::_numReadCats [private] |
vector<string> CifFileReadDef::_datablocklist [protected] |
vector<string> CifFileReadDef::_categorylist [protected] |
type CifFileReadDef::_datablocklisttype [protected] |
type CifFileReadDef::_categorylisttype [protected] |