BALL
1.4.2
|
#include <BALL/MOLMEC/MMFF94/MMFF94Parameters.h>
Public Types | |
typedef HashMap< String, double > | PlaneMap |
Map with the force constant. More... | |
Public Member Functions | |
MMFF94PlaneParameters () | |
Default constructor. More... | |
virtual | ~MMFF94PlaneParameters () |
Destructor. More... | |
const MMFF94PlaneParameters & | operator= (const MMFF94PlaneParameters ¶m) |
Assignment operator. More... | |
virtual void | clear () |
Clear method. More... | |
bool | assignParameters (Index at1, Index at2, Index at3, Index at4, double &v) const |
Public Member Functions inherited from BALL::MMFF94ParametersBase | |
MMFF94ParametersBase () | |
Default constructor. More... | |
virtual | ~MMFF94ParametersBase () |
Destructor. More... | |
const MMFF94ParametersBase & | operator= (const MMFF94ParametersBase &) |
Assignment operator. More... | |
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 > > &) |
String | getIndex_ (Position atom_type1, Position atom_type2, Position atom_type3, Position atom_type4) const |
Protected Attributes | |
PlaneMap | parameters_ |
parameters More... | |
PlaneMap | buffered_parameters_ |
Protected Attributes inherited from BALL::MMFF94ParametersBase | |
bool | is_initialized_ |
Size | number_expected_fields_ |
const MMFF94AtomTypeEquivalences * | equiv_ |
MMFF94 parameters for out of plane bending (see MMFFOOR.PAR)
Definition at line 416 of file MMFF94Parameters.h.
Map with the force constant.
Definition at line 422 of file MMFF94Parameters.h.
BALL::MMFF94PlaneParameters::MMFF94PlaneParameters | ( | ) |
Default constructor.
|
virtual |
Destructor.
bool BALL::MMFF94PlaneParameters::assignParameters | ( | Index | at1, |
Index | at2, | ||
Index | at3, | ||
Index | at4, | ||
double & | v | ||
) | const |
|
virtual |
Clear method.
Reimplemented from BALL::MMFF94ParametersBase.
|
protected |
const MMFF94PlaneParameters& BALL::MMFF94PlaneParameters::operator= | ( | const MMFF94PlaneParameters & | param | ) |
Assignment operator.
|
protectedvirtual |
Reimplemented from BALL::MMFF94ParametersBase.
|
mutableprotected |
Definition at line 451 of file MMFF94Parameters.h.
|
protected |
parameters
Definition at line 450 of file MMFF94Parameters.h.