7 #ifndef BALL_STRUCTURE_DOCKING_DOCKRESULT_H
8 #define BALL_STRUCTURE_DOCKING_DOCKRESULT_H
10 #ifndef BALL_DATATYPE_OPTIONS_H
14 #ifndef BALL_STRUCTURE_DOCKING_CONFORMATIONSET_H
82 const String& getDockingAlgorithm()
const
87 const Options& getDockingOptions()
const
105 const System& getSystem()
const
111 void sortBy(
Index scoring_index)
116 Index isSortedBy()
const
127 const vector<ConformationSet::Conformation> getScores(
Position i)
const
142 Size numberOfScorings()
const
150 void addScoring(
const String& name,
const Options& options, vector<ConformationSet::Conformation> scores)
170 bool writeDockResult(
const String& filename)
178 bool writeDockResult(std::ostream& file)
const
187 bool readDockResult(
const String& filename)
195 bool readDockResult(std::istream& file)
235 Scoring_(
const String& name,
const Options& options,
const vector<float>& scores,
const vector<Index>& snapshot_order) ;