File: PdbMlFileUtil.h

package info (click to toggle)
librcsb-core-wrapper 1.005-13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 16,576 kB
  • sloc: xml: 122,915; cpp: 25,250; ansic: 3,736; makefile: 1,033; sh: 772; lex: 294; yacc: 235; perl: 213; python: 121; csh: 30
file content (15 lines) | stat: -rw-r--r-- 248 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef PDBML_FILE_UTIL_H
#define PDBML_FILE_UTIL_H


#include <string>

#include "DataInfo.h"
#include "CifFile.h"


CifFile* ParsePdbMl(const std::string& fileName, DataInfo& dataInfo,
  const bool verbose = false);


#endif // PDBML_FILE_UTIL_H