|
BALL
1.4.1
|
#include <BALL/MOLMEC/MMFF94/MMFF94Parameters.h>
Public Member Functions | |
| MMFF94AtomTypeEquivalences () | |
| MMFF94AtomTypeEquivalences (const MMFF94AtomTypeEquivalences &to_copy) | |
| ~MMFF94AtomTypeEquivalences () | |
| void | clear () |
| Clear method. | |
| Index | getEquivalence (Position original, Position number) const |
Protected Member Functions | |
| virtual bool | setup_ (const vector< vector< String > > &) |
Protected Attributes | |
| vector< vector< Position > > | equivalences_ |
| vector< String > | names_ |
| vector< bool > | exists_ |
MMFF94 equivalences for atom types (see MMFFDEF.PAR)
Definition at line 86 of file MMFF94Parameters.h.
| BALL::MMFF94AtomTypeEquivalences::MMFF94AtomTypeEquivalences | ( | const MMFF94AtomTypeEquivalences & | to_copy | ) |
| void BALL::MMFF94AtomTypeEquivalences::clear | ( | ) | [virtual] |
Clear method.
Reimplemented from BALL::MMFF94ParametersBase.
| Index BALL::MMFF94AtomTypeEquivalences::getEquivalence | ( | Position | original, |
| Position | number | ||
| ) | const |
Get an equivalence atom type for the given atom type.
| number | between 1 and 4, 4 is the most general equivalence |
| virtual bool BALL::MMFF94AtomTypeEquivalences::setup_ | ( | const vector< vector< String > > & | ) | [protected, virtual] |
Reimplemented from BALL::MMFF94ParametersBase.
vector<vector<Position> > BALL::MMFF94AtomTypeEquivalences::equivalences_ [protected] |
Definition at line 113 of file MMFF94Parameters.h.
vector<bool> BALL::MMFF94AtomTypeEquivalences::exists_ [protected] |
Definition at line 115 of file MMFF94Parameters.h.
vector<String> BALL::MMFF94AtomTypeEquivalences::names_ [protected] |
Definition at line 114 of file MMFF94Parameters.h.
1.7.6.1