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

#include <BALL/MOLMEC/AMBER/amberStretch.h>

Inheritance diagram for BALL::AmberStretch:
BALL::StretchComponent BALL::ForceFieldComponent BALL::ScoringComponent

Public Member Functions

Constructors and Destructors
 AmberStretch ()
 AmberStretch (ForceField &force_field)
virtual ~AmberStretch ()
Setup Methods
virtual bool setup ()
Public Member Functions inherited from BALL::StretchComponent
 StretchComponent ()
 StretchComponent (ForceField &force_field)
virtual ~StretchComponent ()
virtual double updateEnergy ()
virtual void updateForces ()
Public Member Functions inherited from BALL::ForceFieldComponent
 ForceFieldComponent ()
 ForceFieldComponent (ForceField &force_field)
 ForceFieldComponent (const ForceFieldComponent &force_field_component)
virtual ~ForceFieldComponent ()
ForceFieldgetForceField () const
void setForceField (ForceField &force_field)
void setName (const String &name)
String getName () const
bool isEnabled () const
void setEnabled (bool state)
virtual double getEnergy () const
virtual void update ()
double updateScore ()
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 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
std::vector< QuadraticBondStretch::Datastretch_
QuadraticBondStretch stretch_parameters_
ForceFieldforce_field_
double energy_
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

Amber bond stretch component

Definition at line 23 of file amberStretch.h.

Constructor & Destructor Documentation

◆ AmberStretch() [1/2]

BALL::AmberStretch::AmberStretch ( )

Default constructor.

◆ AmberStretch() [2/2]

BALL::AmberStretch::AmberStretch ( ForceField & force_field)

Constructor.

◆ ~AmberStretch()

virtual BALL::AmberStretch::~AmberStretch ( )
virtual

Destructor.

Member Function Documentation

◆ setup()

virtual bool BALL::AmberStretch::setup ( )
virtual

Setup method.

Exceptions
BALL::Exception::TooManyErrors

Reimplemented from BALL::ForceFieldComponent.