7#ifndef BALL_SOLVATION_CLAVERIEPARAMETER_H
8#define BALL_SOLVATION_CLAVERIEPARAMETER_H
10#ifndef BALL_FORMAT_PARAMETERS_H
14#ifndef BALL_FORMAT_PARAMETERSECTION_H
18#ifndef BALL_MOLMEC_PARAMETER_FORCEFIELDPARAMETERS_H
81 bool hasParameters(
Atom::Type solvent_type,
Atom::Type solute_type) const;
85 std::pair<
float,
float> getParameters(
Atom::Type solvent_type,
86 Atom::Type solute_type) const;
90 std::pair<
float,
float> getParameters(
Atom::Type type) const;
94 const ::
std::vector< ::
std::pair<
float,
float> >& getParameters() const;
114 const
String& section_name);
121 std::vector<
std::pair<
float,
float> > parameters_;
#define BALL_CREATE(name)
HashMap class based on the STL map (containing serveral convenience functions)