#include <MMFF94Parameters.h>
Inheritance diagram for MMFF94PlaneParameters:

Public Types | |
| typedef HashMap< String, double > | PlaneMap |
| Map with the force constant. | |
Public Member Functions | |
| MMFF94PlaneParameters () | |
| Default constructor. | |
| virtual | ~MMFF94PlaneParameters () |
| Destructor. | |
| const MMFF94PlaneParameters & | operator= (const MMFF94PlaneParameters ¶m) throw () |
| Assignment operator. | |
| virtual void | clear () throw () |
| Clear method. | |
| bool | getParameters (Index at1, Index at2, Index at3, Index at4, double &v) const |
Protected Member Functions | |
| virtual bool | setup_ (const vector< vector< String > > &) |
| String | getIndex_ (Position atom_type1, Position atom_type2, Position atom_type3, Position atom_type4) const |
Protected Attributes | |
| PlaneMap | parameters_ |
| parameters | |
| PlaneMap | buffered_parameters_ |