#include <PCMCavFreeEnergyProcessor.h>
Inheritance diagram for PCMCavFreeEnergyProcessor:

Public Member Functions | |
Constructors and Destructors | |
| PCMCavFreeEnergyProcessor () throw () | |
| Default constructor. | |
| PCMCavFreeEnergyProcessor (const PCMCavFreeEnergyProcessor &proc) throw () | |
| Copy constructor. | |
| virtual | ~PCMCavFreeEnergyProcessor () throw () |
| Destructor. | |
Assignment | |
| const PCMCavFreeEnergyProcessor & | operator= (const PCMCavFreeEnergyProcessor &proc) throw () |
| Assignment operator. | |
| virtual void | clear () throw () |
| Clear function. | |
Predicates | |
| bool | operator== (const PCMCavFreeEnergyProcessor &proc) const throw () |
| Equality operator. | |
processor functions | |
| virtual bool | finish () throw () |
| This is where the actual computation takes place. | |
Public Attributes | |
Options | |
| Options | options |
| Options for the calculation of the caviation free energy. | |
This processor is using the SPT theory approach implemented in the PCM model. It is based on Pierotti, Chem. Rev. 76(6):717--726, 1976 and the modification for non-spherical solutes by Huron/Claverie, J. Phys. Chem. 76(15):2123-2133, 1972.
|
|
This is where the actual computation takes place.
Reimplemented from UnaryProcessor< AtomContainer >. |