17 #ifndef CIFFILEREADDEF_H 18 #define CIFFILEREADDEF_H 31 #define INVALID_NUM_CATS -1 43 void SetNumCatsToRead();
void SetDataBlockList(std::vector< std::string > dblist, type dbtype=A)
~CifFileReadDef()
Definition: CifFileReadDef.h:54
Private class that represents a CIF parser controller.
Definition: CifFileReadDef.h:38
type _categorylisttype
Definition: CifFileReadDef.h:48
std::vector< std::string > _categorylist
Definition: CifFileReadDef.h:46
Definition: CifFileReadDef.h:29
int Datablock_OK(const std::string &datablockName)
CifFileReadDef()
Definition: CifFileReadDef.h:53
type
Definition: CifFileReadDef.h:29
int Category_OK(const std::string &categoryName)
Definition: CifFileReadDef.h:29
void SetDataBlockListType(type dbtype=A)
Definition: CifFileReadDef.h:59
#define INVALID_NUM_CATS
Definition: CifFileReadDef.h:31
std::vector< std::string > _datablocklist
Definition: CifFileReadDef.h:45
void SetCategoryListType(type ctype=A)
Definition: CifFileReadDef.h:60
void IncreaseNumReadCats()
type _datablocklisttype
Definition: CifFileReadDef.h:47
void SetCategoryList(std::vector< std::string >clist, type ctype=A)