5 #ifndef BALL_MOLMEC_PARAMETER_COSINETORSION_H
6 #define BALL_MOLMEC_PARAMETER_COSINETORSION_H
8 #ifndef BALL_FORMAT_PARAMETERSECTION_H
12 #ifndef BALL_MOLMEC_PARAMETER_ATOMTYPES_H
60 return ((phase == rhs.
phase) && (V == rhs.
V)
61 && (f == rhs.
f) && (n == rhs.
n));
79 : n((unsigned char)number),
122 if (!(values[i] == rhs.
values[i]))
174 virtual void clear() ;
191 virtual bool extractSection(
Parameters& parameters,
const String& section_name);
240 #endif // BALL_MOLMEC_PARAMETER_COSINETORSION_H
Size number_of_atom_types_
void set(const Values &v)
SingleValues(const SingleValues &v)
HashMap< Size, Size > torsion_hash_map_
BALL_EXPORT bool operator!=(const String &s1, const String &s2)
vector< Values > torsions_
BALL_EXPORT bool operator==(const String &s1, const String &s2)
HashMap class based on the STL map (containing serveral convenience functions)