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),
105 values[i] = v.values[i];
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_
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)
-*- Mode: C++; tab-width: 2; -*-
HashMap class based on the STL map (containing serveral convenience functions)