#include <BALL/MOLMEC/MMFF94/MMFF94Parameters.h>
Public Member Functions | |
| MMFF94ParametersBase () | |
Default constructor. | |
| virtual | ~MMFF94ParametersBase () |
Destructor. | |
| const MMFF94ParametersBase & | operator= (const MMFF94ParametersBase &) |
Assignment operator. | |
| virtual void | clear () |
Clear method. | |
| bool | isInitialized () |
| bool | readParameters (Parameters &p, const String §ion) 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_ |
MMFF94 component parameters base class
| BALL::MMFF94ParametersBase::MMFF94ParametersBase | ( | ) |
Default constructor.
| virtual BALL::MMFF94ParametersBase::~MMFF94ParametersBase | ( | ) | [inline, virtual] |
Destructor.
| virtual void BALL::MMFF94ParametersBase::clear | ( | ) | [virtual] |
| bool BALL::MMFF94ParametersBase::isInitialized | ( | ) | [inline] |
| const MMFF94ParametersBase& BALL::MMFF94ParametersBase::operator= | ( | const MMFF94ParametersBase & | ) | [inline] |
Assignment operator.
| bool BALL::MMFF94ParametersBase::readParameters | ( | Parameters & | p, | |
| const String & | section | |||
| ) | throw (Exception::FileNotFound) |
| void BALL::MMFF94ParametersBase::setEquivalences | ( | const MMFF94AtomTypeEquivalences & | equi | ) | [inline] |
const MMFF94AtomTypeEquivalences* BALL::MMFF94ParametersBase::equiv_ [protected] |
bool BALL::MMFF94ParametersBase::is_initialized_ [protected] |