BALL
1.4.79
|
#include <BALL/MOLMEC/MMFF94/MMFF94Parameters.h>
Public Types | |
typedef HashMap< Position, std::pair< double, double > > | BendMap |
Map with the force constant and reference angle. More... | |
Public Member Functions | |
MMFF94BendParameters () | |
Default constructor. More... | |
virtual | ~MMFF94BendParameters () |
Destructor. More... | |
const MMFF94BendParameters & | operator= (const MMFF94BendParameters ¶m) |
Assignment operator. More... | |
virtual void | clear () |
Clear method. More... | |
bool | assignParameters (Position bend_type, Position atom_type1, Position atom_type2, Position atom_type3, double &ka, double &angle) 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 std::vector< std::vector< String > > &) |
Position | getIndex_ (Position bend_type, Position atom_type1, Position atom_type2, Position atom_type3) const |
Protected Attributes | |
BendMap | parameters_ |
parameters More... | |
BendMap | buffered_parameters_ |
Protected Attributes inherited from BALL::MMFF94ParametersBase | |
bool | is_initialized_ |
Size | number_expected_fields_ |
const MMFF94AtomTypeEquivalences * | equiv_ |
MMFF94 parameters for bond bending (see MMFFANG.PAR)
Definition at line 264 of file MMFF94Parameters.h.
typedef HashMap<Position, std::pair<double, double> > BALL::MMFF94BendParameters::BendMap |
Map with the force constant and reference angle.
Definition at line 270 of file MMFF94Parameters.h.
BALL::MMFF94BendParameters::MMFF94BendParameters | ( | ) |
Default constructor.
|
virtual |
Destructor.
bool BALL::MMFF94BendParameters::assignParameters | ( | Position | bend_type, |
Position | atom_type1, | ||
Position | atom_type2, | ||
Position | atom_type3, | ||
double & | ka, | ||
double & | angle | ||
) | const |
|
virtual |
Clear method.
Reimplemented from BALL::MMFF94ParametersBase.
|
protected |
const MMFF94BendParameters& BALL::MMFF94BendParameters::operator= | ( | const MMFF94BendParameters & | param | ) |
Assignment operator.
|
protectedvirtual |
Reimplemented from BALL::MMFF94ParametersBase.
|
mutableprotected |
Definition at line 301 of file MMFF94Parameters.h.
|
protected |
parameters
Definition at line 300 of file MMFF94Parameters.h.