OEHighestShapeChargeTanimotoCombo¶
struct OEHighestShapeChargeTanimotoCombo : public OEShape::OEHighestTanimotoCombo{};
This class represents OEHighestShapeChargeTanimotoCombo, predicate to compare OEBestOverlayScore based on tanimoto combo score.
operator()¶
bool operator()(const OEBestOverlayScore &s1,
const OEBestOverlayScore &s2) const
CreateCopy¶
OESystem::OEBinaryFunction<OEBestOverlayScore , OEBestOverlayScore , bool> *
CreateCopy() const