#include <openbabel/forcefield.h>
Public Member Functions | |
OBFFParameter & | operator= (const OBFFParameter &ai) |
void | clear () |
Public Attributes | |
int | a |
int | b |
int | c |
int | d |
std::string | _a |
std::string | _b |
std::string | _c |
std::string | _d |
std::vector< int > | _ipar |
std::vector< double > | _dpar |
OBFFParameter& operator= | ( | const OBFFParameter & | ai | ) | [inline] |
Assignment.
void clear | ( | ) | [inline] |
Reset the atom types and set all parameters to zero.
int a |
int b |
Referenced by OBFFParameter::operator=().
int c |
Referenced by OBFFParameter::operator=().
int d |
Referenced by OBFFParameter::operator=().
std::string _a |
std::string _b |
Referenced by OBFFParameter::operator=().
std::string _c |
Referenced by OBFFParameter::operator=().
std::string _d |
Referenced by OBFFParameter::operator=().
std::vector<int> _ipar |
Used to store integer type parameters (bondtypes, multiplicity, ...).
Referenced by OBFFParameter::operator=().
std::vector<double> _dpar |
Used to store double type parameters (force constants, bond lengths, angles, ...).
Referenced by OBFFParameter::operator=().