BALL  1.4.79
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | List of all members
BALL::FragmentationalSolvation Class Reference

#include <BALL/SCORING/COMPONENTS/fragmentationalSolvation.h>

Inheritance diagram for BALL::FragmentationalSolvation:
BALL::Solvation BALL::ScoringComponent

Public Member Functions

 FragmentationalSolvation (ScoringFunction &sf)
 
void update (const AtomPairVector &pair_vector)
 
double updateScore ()
 
- Public Member Functions inherited from BALL::Solvation
 Solvation (ScoringFunction &sf)
 
- Public Member Functions inherited from BALL::ScoringComponent
 ScoringComponent ()
 
 ScoringComponent (const ScoringComponent &sc)
 
 ScoringComponent (ScoringFunction &sf)
 
void selectBaseFunction (String function)
 
virtual ~ScoringComponent ()
 
virtual void clear ()
 
virtual bool setup ()
 
virtual void setupLigand ()
 
ScoringFunctiongetScoringFunction () const
 
void setScoringFunction (ScoringFunction &sf)
 
String getName () const
 
void setName (const String &name)
 
const StringgetTypeName ()
 
double getRawScore () const
 
double getScaledScore () const
 
virtual void update (const vector< std::pair< Atom *, Atom * > > &pair_vector)
 
virtual void setLigandIntraMolecular (bool b)
 
bool isLigandIntraMolecular ()
 
bool isGridable ()
 
bool isAtomPairwise ()
 
void setCoefficient (const double &coeff)
 
const doublegetCoefficient ()
 
void setNormalizationParameters (double stddev, double mean)
 
void getNormalizationParameters (double &stddev, double &mean)
 
bool isEnabled ()
 
void enable ()
 
void disable ()
 

Additional Inherited Members

- Protected Member Functions inherited from BALL::ScoringComponent
double scaleScore (double score) const
 
- Protected Attributes inherited from BALL::Solvation
std::map< String, doublesolvation_parameters
 
std::map< String, doublesolvation_volumes
 
- Protected Attributes inherited from BALL::ScoringComponent
bool ligand_intra_molecular_
 
bool gridable_
 
bool atom_pairwise_
 
ScoringFunctionscoring_function_
 
ScoringBaseFunctionbase_function_
 
double score_
 
double coefficient_
 
double stddev_
 
double mean_
 
bool enabled_
 
String type_name_
 

Detailed Description

Definition at line 14 of file fragmentationalSolvation.h.

Constructor & Destructor Documentation

BALL::FragmentationalSolvation::FragmentationalSolvation ( ScoringFunction sf)

Member Function Documentation

void BALL::FragmentationalSolvation::update ( const AtomPairVector pair_vector)
virtual

Reimplemented from BALL::Solvation.

double BALL::FragmentationalSolvation::updateScore ( )
virtual

Calculate the score for this component (for all interactions that have been set by the last call of update()) and return the score.
The coefficient assigned by the user to this component should be taken into account for the calculation, so that the weighted score is returned.

Reimplemented from BALL::Solvation.