|
BALL
1.4.1
|
#include <BALL/MOLMEC/MMFF94/MMFF94Parameters.h>
Public Member Functions | |
| MMFF94AtomTypes () | |
| MMFF94AtomTypes (const MMFF94AtomTypes &to_copy) | |
| ~MMFF94AtomTypes () | |
| const vector< MMFF94AtomType > & | getAtomTypes () const |
Protected Member Functions | |
| virtual bool | setup_ (const vector< vector< String > > &) |
Protected Attributes | |
| vector< MMFF94AtomType > | data_ |
MMFF94 parameters for atom types (see MMFFPROP.PAR)
Definition at line 160 of file MMFF94Parameters.h.
| BALL::MMFF94AtomTypes::MMFF94AtomTypes | ( | const MMFF94AtomTypes & | to_copy | ) |
| BALL::MMFF94AtomTypes::~MMFF94AtomTypes | ( | ) | [inline] |
Definition at line 172 of file MMFF94Parameters.h.
| const vector<MMFF94AtomType>& BALL::MMFF94AtomTypes::getAtomTypes | ( | ) | const [inline] |
Definition at line 175 of file MMFF94Parameters.h.
| virtual bool BALL::MMFF94AtomTypes::setup_ | ( | const vector< vector< String > > & | ) | [protected, virtual] |
Reimplemented from BALL::MMFF94ParametersBase.
vector<MMFF94AtomType> BALL::MMFF94AtomTypes::data_ [protected] |
Definition at line 180 of file MMFF94Parameters.h.
1.7.6.1