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