BALL 1.5.0
Loading...
Searching...
No Matches
BALL::PierottiCavFreeEnergyProcessor Class Reference

#include <BALL/SOLVATION/pierottiCavFreeEnergyProcessor.h>

Inheritance diagram for BALL::PierottiCavFreeEnergyProcessor:
BALL::EnergyProcessor BALL::UnaryProcessor< AtomContainer > BALL::UnaryFunctor< ArgumentType, ResultType >

Classes

struct  Option
struct  Default

Public Member Functions

Constructors and Destructors
 PierottiCavFreeEnergyProcessor ()
 PierottiCavFreeEnergyProcessor (const PierottiCavFreeEnergyProcessor &proc)
virtual ~PierottiCavFreeEnergyProcessor ()
Assignment
const PierottiCavFreeEnergyProcessoroperator= (const PierottiCavFreeEnergyProcessor &proc)
virtual void clear ()
Predicates
bool operator== (const PierottiCavFreeEnergyProcessor &proc) const
processor functions
virtual bool finish ()
Public Member Functions inherited from BALL::EnergyProcessor
 EnergyProcessor ()
 EnergyProcessor (const EnergyProcessor &proc)
virtual ~EnergyProcessor ()
const EnergyProcessoroperator= (const EnergyProcessor &proc)
virtual bool start ()
virtual Processor::Result operator() (AtomContainer &fragment)
double getEnergy () const
bool isValid () const
bool operator== (const EnergyProcessor &proc) const
Public Member Functions inherited from BALL::UnaryProcessor< AtomContainer >
 UnaryProcessor ()
 UnaryProcessor (const UnaryProcessor &)
virtual ~UnaryProcessor ()

Options

Options options

Additional Inherited Members

Public Types inherited from BALL::UnaryFunctor< ArgumentType, ResultType >
typedef ResultType result_type
typedef ArgumentType argument_type
typedef ArgumentType & argument_reference
typedef const ArgumentType & const_argument_reference
typedef ArgumentType * argument_pointer
typedef const ArgumentType * const_argument_pointer
const AtomContainerfragment_
double energy_
bool valid_

Detailed Description

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.

Energy returned in units of kJ/mol.

Definition at line 32 of file pierottiCavFreeEnergyProcessor.h.

Constructor & Destructor Documentation

◆ PierottiCavFreeEnergyProcessor() [1/2]

BALL::PierottiCavFreeEnergyProcessor::PierottiCavFreeEnergyProcessor ( )

Default constructor

◆ PierottiCavFreeEnergyProcessor() [2/2]

BALL::PierottiCavFreeEnergyProcessor::PierottiCavFreeEnergyProcessor ( const PierottiCavFreeEnergyProcessor & proc)

Copy constructor

◆ ~PierottiCavFreeEnergyProcessor()

virtual BALL::PierottiCavFreeEnergyProcessor::~PierottiCavFreeEnergyProcessor ( )
virtual

Destructor

Member Function Documentation

◆ clear()

virtual void BALL::PierottiCavFreeEnergyProcessor::clear ( )
virtual

Clear function

Reimplemented from BALL::EnergyProcessor.

◆ finish()

virtual bool BALL::PierottiCavFreeEnergyProcessor::finish ( )
virtual

This is where the actual computation takes place.

Reimplemented from BALL::UnaryProcessor< AtomContainer >.

◆ operator=()

const PierottiCavFreeEnergyProcessor & BALL::PierottiCavFreeEnergyProcessor::operator= ( const PierottiCavFreeEnergyProcessor & proc)

Assignment operator

◆ operator==()

bool BALL::PierottiCavFreeEnergyProcessor::operator== ( const PierottiCavFreeEnergyProcessor & proc) const

Equality operator

Member Data Documentation

◆ options

Options BALL::PierottiCavFreeEnergyProcessor::options

Options for the calculation of the caviation free energy

Definition at line 178 of file pierottiCavFreeEnergyProcessor.h.