|
BALL
1.4.79
|
#include <BALL/MOLMEC/MMFF94/MMFF94Parameters.h>
Public Types | |
| typedef HashMap< String, std::vector< double > > | TorsionsMap |
| Map with the force constant and reference angle. More... | |
Public Member Functions | |
| MMFF94TorsionParameters () | |
| Default constructor. More... | |
| virtual | ~MMFF94TorsionParameters () |
| Destructor. More... | |
| const MMFF94TorsionParameters & | operator= (const MMFF94TorsionParameters ¶m) |
| Assignment operator. More... | |
| virtual void | clear () |
| Clear method. More... | |
| bool | assignParameters (Position type_index, Index at1, Index at2, Index at3, Index at4, double &v1, double &v2, double &v3) 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 > > &) |
| String | getIndex_ (Position type, Position atom_type1, Position atom_type2, Position atom_type3, Position atom_type4) const |
Protected Attributes | |
| TorsionsMap | parameters_ |
| parameters More... | |
| TorsionsMap | buffered_parameters_ |
Protected Attributes inherited from BALL::MMFF94ParametersBase | |
| bool | is_initialized_ |
| Size | number_expected_fields_ |
| const MMFF94AtomTypeEquivalences * | equiv_ |
Static Protected Attributes | |
| static Position | ic_ [5] |
| static Position | lc_ [5] |
MMFF94 parameters for torsions (see MMFFTOR.PAR)
Definition at line 366 of file MMFF94Parameters.h.
| typedef HashMap<String, std::vector<double> > BALL::MMFF94TorsionParameters::TorsionsMap |
Map with the force constant and reference angle.
Definition at line 372 of file MMFF94Parameters.h.
| BALL::MMFF94TorsionParameters::MMFF94TorsionParameters | ( | ) |
Default constructor.
|
virtual |
Destructor.
| bool BALL::MMFF94TorsionParameters::assignParameters | ( | Position | type_index, |
| Index | at1, | ||
| Index | at2, | ||
| Index | at3, | ||
| Index | at4, | ||
| double & | v1, | ||
| double & | v2, | ||
| double & | v3 | ||
| ) | const |
|
virtual |
Clear method.
Reimplemented from BALL::MMFF94ParametersBase.
|
protected |
| const MMFF94TorsionParameters& BALL::MMFF94TorsionParameters::operator= | ( | const MMFF94TorsionParameters & | param | ) |
Assignment operator.
|
protectedvirtual |
Reimplemented from BALL::MMFF94ParametersBase.
|
mutableprotected |
Definition at line 403 of file MMFF94Parameters.h.
|
staticprotected |
Definition at line 404 of file MMFF94Parameters.h.
|
staticprotected |
Definition at line 405 of file MMFF94Parameters.h.
|
protected |
parameters
Definition at line 402 of file MMFF94Parameters.h.
1.8.7