BALL::SolventDescriptor Class Reference
[Solvation methods]
#include <BALL/SOLVATION/solventDescriptor.h>
List of all members.
Detailed Description
Solvent Description. The calculation of van-der-Waals energies requires information about the solvent which is stored in this structure.
Constructor & Destructor Documentation
BALL::SolventDescriptor::SolventDescriptor |
( |
|
) |
|
virtual BALL::SolventDescriptor::~SolventDescriptor |
( |
|
) |
[virtual] |
Member Function Documentation
void BALL::SolventDescriptor::clear |
( |
|
) |
|
Get atom decriptions by index
Get atom decriptions by index
const String& BALL::SolventDescriptor::getName |
( |
|
) |
const |
float BALL::SolventDescriptor::getNumberDensity |
( |
|
) |
const |
Get the number density of this solvent (in $ A^{-3}$)
Size BALL::SolventDescriptor::getNumberOfAtomTypes |
( |
|
) |
const |
Get the number of different atom types within a solvent molecule
Get the list of atom descriptors
const std::vector<SolventAtomDescriptor>& BALL::SolventDescriptor::getSolventAtomDescriptorList |
( |
|
) |
const |
Get the list of atom descriptors
bool BALL::SolventDescriptor::isValid |
( |
|
) |
const |
void BALL::SolventDescriptor::setName |
( |
const String & |
name |
) |
|
void BALL::SolventDescriptor::setNumberDensity |
( |
float |
number_density |
) |
|
void BALL::SolventDescriptor::setSolventAtomDescriptorList |
( |
const std::vector< SolventAtomDescriptor > & |
solvent_atoms |
) |
|
Set the list of solvent atom descriptors
Member Data Documentation