Public Member Functions | |
| GBParameters () | |
| ~GBParameters () | |
| bool | extractSection (Parameters ¶meters, const String §ion_name) |
| const StringHashMap< float > & | getScalingFactors () const |
| float | getSoluteDC () const |
| float | getSolventDC () const |
| float | getKappa () const |
Private Attributes | |
| StringHashMap< float > | scaling_factors_ |
| float | dc_solute_ |
| float | dc_solvent_ |
| float | lambda_ |
| float | delta_ |
| float | kappa_ |
| float | rho_0_ |
| BALL::GeneralizedBornModel::GBParameters::GBParameters | ( | ) |
| BALL::GeneralizedBornModel::GBParameters::~GBParameters | ( | ) |
| 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 | the parameters defining the inifile to be read from | |
| section_name | the name of the section to be read (without the squared brackets) |
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 |