librcsb-core-wrapper  1.000
PdbMlFileUtil.h
Go to the documentation of this file.
1 #ifndef PDBML_FILE_UTIL_H
2 #define PDBML_FILE_UTIL_H
3 
4 
5 #include <string>
6 
7 #include <rcsb/DataInfo.h>
8 #include <rcsb/CifFile.h>
9 
10 
11 CifFile* ParsePdbMl(const std::string& fileName, DataInfo& dataInfo,
12  const bool verbose = false);
13 
14 
15 #endif // PDBML_FILE_UTIL_H