9 #ifndef BALL_STRUCTURE_DOCKING_RANKEDCONFORMATION_H
10 #define BALL_STRUCTURE_DOCKING_RANKEDCONFORMATION_H
12 #ifndef BALL_DATATYPE_HASHMAP_H
16 #ifndef BALL_KERNEL_SYSTEM_H
20 #ifndef BALL_MOLMEC_COMMON_SNAPSHOT_H
24 #ifndef BALL_FORMAT_DCDFILE_H
52 void setup(
const System& system)
55 void add(
const float score,
const System& conformations)
58 const System& getSystem()
const
66 void setScoring(std::vector<Conformation>& score)
71 const std::vector<Conformation>& getScoring()
const
83 const std::vector<SnapShot>& getUnscoredConformations()
const
94 bool writeDCDFile(
const String& filename,
const Size num=0);
96 bool readDCDFile(
const String& filename)