Emdee
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
configurationparser.h
Go to the documentation of this file.
1 #ifndef CONFIGURATIONPARSER_H
2 #define CONFIGURATIONPARSER_H
3 
4 class MoleculeSystem;
5 
6 #include <string>
7 
8 using namespace std;
9 
11 {
12 public:
13  ConfigurationParser(MoleculeSystem* moleculeSystem);
14 
15  void runConfiguration(string configurationPath);
16 protected:
18 };
19 
20 #endif // CONFIGURATIONPARSER_H