Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
mol_parser.hh
Go to the documentation of this file.
1 // -*- mode:c++;tab-width:2;indent-tabs-mode:t;show-trailing-whitespace:t;rm-trailing-spaces:t -*-
2 // vi: set ts=2 noet:
3 // :noTabs=false:tabSize=4:indentSize=4:
4 //
5 // This file is part of the Rosetta software suite and is made available under license.
6 // The Rosetta software is developed by the contributing members of the Rosetta Commons consortium.
7 // (C) 199x-2009 Rosetta Commons participating institutions and developers.
8 // For more information, see http://www.rosettacommons.org/.
9 
10 /// @file core/chemical/sdf/mol_parser.hh
11 ///
12 /// @brief header file for molfile parser
13 /// @author Sam DeLuca
14 
15 
16 
17 #ifndef INCLUDED_core_chemical_sdf_mol_parser_HH
18 #define INCLUDED_core_chemical_sdf_mol_parser_HH
19 
20 // AUTO-REMOVED #include <core/chemical/ResidueType.hh>
21 #include <utility/vector1.hh>
24 //#include <protocols/ligand_docking/ColoredGraph.fwd.hh>
25 
26 
27 #include <string>
28 
34 
35 
36 
37 namespace core {
38 namespace chemical {
39 namespace sdf {
40 
42 {
43 public:
44 
45  MolFileParser(const utility::vector1<std::string> mol_file_lines);
46  MolFileParser(const std::string file_name);
50 
54 
55 private:
56 
58 
62  //protocols::ligand_docking::ColoredGraphOP molecule_container_;
66 };
67 
68 } // sdf
69 } // io
70 } // core
71 
72 #endif /* MOL_PARSER_HH_ */