BALL
1.4.2
|
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 |
Public Member Functions inherited from BALL::ParameterSection | |
ParameterSection () | |
ParameterSection (const ParameterSection ¶meter_section) | |
virtual | ~ParameterSection () |
bool | extractSection (Parameters ¶meters, const String §ion_name) |
const String & | getSectionName () const |
const String & | getValue (const String &key, const String &variable) const |
bool | has (const String &key, const String &variable) const |
bool | has (const String &key) const |
bool | hasVariable (const String &variable) const |
Position | getColumnIndex (const String &variable) const |
Size | getNumberOfVariables () const |
Size | getNumberOfKeys () const |
const String & | getValue (Position key_index, Position variable_index) const |
const String & | getKey (Position key_index) const |
virtual void | clear () |
const ParameterSection & | operator= (const ParameterSection §ion) |
virtual bool | isValid () const |
bool | operator== (const ParameterSection ¶meter_section) const |
Private Attributes | |
StringHashMap< float > | scaling_factors_ |
float | dc_solute_ |
float | dc_solvent_ |
float | lambda_ |
float | delta_ |
float | kappa_ |
float | rho_0_ |
Additional Inherited Members | |
Public Types inherited from BALL::ParameterSection | |
enum | { MAX_FIELDS = 20 } |
Public Attributes inherited from BALL::ParameterSection | |
Options | options |
Static Public Attributes inherited from BALL::ParameterSection | |
static const String | UNDEFINED |
Protected Attributes inherited from BALL::ParameterSection | |
String | section_name_ |
String | format_line_ |
StringHashMap< Index > | section_entries_ |
StringHashMap< Index > | variable_names_ |
std::vector< String > | entries_ |
std::vector< String > | keys_ |
Size | number_of_variables_ |
std::vector< float > | version_ |
bool | valid_ |
Definition at line 173 of file generalizedBornCase.h.
BALL::GeneralizedBornModel::GBParameters::GBParameters | ( | ) |
BALL::GeneralizedBornModel::GBParameters::~GBParameters | ( | ) |
bool BALL::GeneralizedBornModel::GBParameters::extractSection | ( | Parameters & | parameters, |
const String & | section_name | ||
) |
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 |
|
private |
Definition at line 199 of file generalizedBornCase.h.
|
private |
Definition at line 203 of file generalizedBornCase.h.
|
private |
Definition at line 211 of file generalizedBornCase.h.
|
private |
Definition at line 215 of file generalizedBornCase.h.
|
private |
Definition at line 207 of file generalizedBornCase.h.
|
private |
Definition at line 219 of file generalizedBornCase.h.
|
private |
Definition at line 195 of file generalizedBornCase.h.