| 57 |  | #include <utility> | 
| 58 |  |  | 
| 59 |  | #include "io/basic_ifstrstream.hpp" | 
| 60 | + | #include "io/ForceFieldOptions.hpp" | 
| 61 |  | #include "utils/TypeContainer.hpp" | 
| 62 |  | #include "types/AtomType.hpp" | 
| 63 |  | #include "types/BondType.hpp" | 
| 139 |  |  | 
| 140 |  | ifstrstream* openForceFieldFile(const std::string& filename); | 
| 141 |  |  | 
| 142 | + | ForceFieldOptions& getForceFieldOptions() {return forceFieldOptions_;} | 
| 143 |  | protected: | 
| 144 |  |  | 
| 145 |  | AtomTypeContainer atomTypeCont_; | 
| 146 |  | BondTypeContainer bondTypeCont_; | 
| 147 |  | BendTypeContainer bendTypeCont_; | 
| 148 |  | TorsionTypeContainer torsionTypeCont_; | 
| 149 | < |  | 
| 149 | > | ForceFieldOptions forceFieldOptions_; | 
| 150 | > |  | 
| 151 |  | private: | 
| 152 |  | std::string ffPath_; | 
| 153 |  |  |