BALL::GeneralizedBornModel::GBParameters Class Reference

Inheritance diagram for BALL::GeneralizedBornModel::GBParameters:
BALL::ParameterSection

List of all members.


Public Member Functions

 GBParameters ()
 ~GBParameters ()
bool extractSection (Parameters &parameters, const String &section_name)
const StringHashMap< float > & getScalingFactors () const
float getSoluteDC () const
float getSolventDC () const
float getKappa () const

Private Attributes

StringHashMap< floatscaling_factors_
float dc_solute_
float dc_solvent_
float lambda_
float delta_
float kappa_
float rho_0_

Constructor & Destructor Documentation

BALL::GeneralizedBornModel::GBParameters::GBParameters (  ) 
BALL::GeneralizedBornModel::GBParameters::~GBParameters (  ) 

Member Function Documentation

bool BALL::GeneralizedBornModel::GBParameters::extractSection ( Parameters parameters,
const String section_name 
)

Reads a parameter section from an INI file. This method reads the section given in section_name from ini_file, interprets (if given) a format line, reads the data from this section according to the format, and builds some datastructures for fast and easy acces to the data.

Parameters:
parameters the parameters defining the inifile to be read from
section_name the name of the section to be read (without the squared brackets)
Returns:
bool - true if the section could be read, false otherwise

Reimplemented from BALL::ParameterSection.

float BALL::GeneralizedBornModel::GBParameters::getKappa (  )  const
const StringHashMap<float>& BALL::GeneralizedBornModel::GBParameters::getScalingFactors (  )  const
float BALL::GeneralizedBornModel::GBParameters::getSoluteDC (  )  const
float BALL::GeneralizedBornModel::GBParameters::getSolventDC (  )  const

Member Data Documentation