BALL
1.4.2
|
#include <BALL/SOLVATION/pierottiCavFreeEnergyProcessor.h>
Classes | |
struct | Default |
struct | Option |
Public Attributes | |
Options | |
Options | options |
Private Member Functions | |
void | setDefaultOptions () |
Additional Inherited Members | |
Public Types inherited from BALL::UnaryFunctor< AtomContainer, Processor::Result > | |
typedef Processor::Result | result_type |
typedef AtomContainer | argument_type |
typedef AtomContainer & | argument_reference |
typedef const AtomContainer & | const_argument_reference |
typedef AtomContainer * | argument_pointer |
typedef const AtomContainer * | const_argument_pointer |
Protected Attributes inherited from BALL::EnergyProcessor | |
const AtomContainer * | fragment_ |
double | energy_ |
bool | valid_ |
Processor for the computation of the cavitation free energy. This processor is using the SPT theory approach by Pierotti, Chem. Rev. 76(6):717–726, 1976 with the modification for non-spherical solutes by Huron/Claverie, J. Phys. Chem. 76(15):2123-2133, 1972.
Definition at line 32 of file pierottiCavFreeEnergyProcessor.h.
BALL::PierottiCavFreeEnergyProcessor::PierottiCavFreeEnergyProcessor | ( | ) |
Default constructor
BALL::PierottiCavFreeEnergyProcessor::PierottiCavFreeEnergyProcessor | ( | const PierottiCavFreeEnergyProcessor & | proc | ) |
Copy constructor
|
virtual |
Destructor
|
virtual |
Clear function
Reimplemented from BALL::EnergyProcessor.
|
virtual |
This is where the actual computation takes place.
Reimplemented from BALL::UnaryProcessor< AtomContainer >.
const PierottiCavFreeEnergyProcessor& BALL::PierottiCavFreeEnergyProcessor::operator= | ( | const PierottiCavFreeEnergyProcessor & | proc | ) |
Assignment operator
bool BALL::PierottiCavFreeEnergyProcessor::operator== | ( | const PierottiCavFreeEnergyProcessor & | proc | ) | const |
Equality operator
|
private |
Options BALL::PierottiCavFreeEnergyProcessor::options |
Options for the calculation of the caviation free energy
Definition at line 178 of file pierottiCavFreeEnergyProcessor.h.