1 #ifndef PDBML_FILE_UTIL_H
2 #define PDBML_FILE_UTIL_H
12 const bool verbose =
false);
Header file for CifFile class.
CifFile * ParsePdbMl(const std::string &fileName, DataInfo &dataInfo, const bool verbose=false)
Public class that represents a CIF file, composed of blocks with tables.
Definition: CifFile.h:48
Definition: DataInfo.h:27