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

Public Member Functions | |
| MMFF94ParametersBase () | |
| Default constructor. | |
| virtual | ~MMFF94ParametersBase () |
| Destructor. | |
| const MMFF94ParametersBase & | operator= (const MMFF94ParametersBase &) throw () |
| Assignment operator. | |
| virtual void | clear () throw () |
| Clear method. | |
| bool | isInitialized () |
| bool | readParameters (const String &filename) throw (Exception::FileNotFound) |
| void | setEquivalences (const MMFF94AtomTypeEquivalences &equi) |
Protected Member Functions | |
| virtual bool | setup_ (const vector< vector< String > > &) |
Protected Attributes | |
| bool | is_initialized_ |
| Size | number_expected_fields_ |
| const MMFF94AtomTypeEquivalences * | equiv_ |