5 #ifndef BALL_DOCKING_COMMON_CONFORMATION_H
6 #define BALL_DOCKING_COMMON_CONFORMATION_H
11 #include <QtCore/QCryptographicHash>
81 bool checkID(
String& hash);
88 void addProperty(
const String& name,
const String& value);
90 const std::vector<std::pair<String, String> >* getProperties();
92 Size getNoOfAtoms()
const;
107 static String doubleToString(
const double& value);
115 Size number_of_atoms_;
120 std::vector<std::pair<String, String> > properties_;
124 #endif // BALL_DOCKING_COMMON_CONFORMATION_H
BALL_EXPORT bool operator!=(const String &s1, const String &s2)
BALL_EXPORT bool operator==(const String &s1, const String &s2)
HashMap class based on the STL map (containing serveral convenience functions)