#include <MMFF94Parameters.h>
Public Member Functions |
|
MMFF94VDWParameters () | |
Default constructor. |
|
virtual | ~MMFF94VDWParameters () |
Destructor. |
|
const MMFF94VDWParameters & | operator= (const MMFF94VDWParameters ¶m) |
Assignment operator. |
|
virtual void | clear () |
Clear method. |
|
double | getR (Position atom_type) const |
const VDWEntry & | getParameters (Index at) const |
Retrieve vdW parameters for a single
atom type. |
|
bool | assignParameters (Position at1, Position at2, double &rij, double &rij_7_, double &eij) const |
Protected Member Functions |
|
virtual bool | setup_ (const vector< vector< String > > &) |
Protected Attributes |
|
vector< VDWEntry > | parameters_ |
parameters |
|
vector< double > | rs_ |
vector< double > | rij_ |
vector< double > | rij_7_ |
vector< double > | eij_ |
vector< bool > | calculated_ |