7 #ifndef BALL_DOCKING_COMMON_DOCKRESULT_H
8 #define BALL_DOCKING_COMMON_DOCKRESULT_H
10 #ifndef BALL_DATATYPE_OPTIONS_H
14 #ifndef BALL_DOCKING_COMMON_CONFORMATIONSET_H
82 const
String& getDockingAlgorithm() const
162 bool writeDockResult(const
String& filename)
170 bool writeDockResult(std::ostream& file) const
179 bool readDockResult(const
String& filename)
187 bool readDockResult(std::istream& file)
193 friend std::ostream& operator <<(std::ostream& out, const
DockResult& dock_res)
199 friend std::istream& operator >>(std::istream& in,
DockResult& dock_res)
247 vector<
float> scores_;
299 std::ostream& operator <<(std::ostream& out, const
DockResult& dock_res)
302 std::istream& operator >>(std::istream& in,
DockResult& dock_res)