OEHighestChargeTanimoto

struct OEHighestChargeTanimoto : public OEShape::OEHighestColorTanimoto{};

This class represents OEHighestChargeTanimoto, predicate to compare OEBestOverlayScore based on charge tanimoto.

operator()

bool operator()(const OEBestOverlayScore &s1,
                const OEBestOverlayScore &s2) const

CreateCopy

OESystem::OEBinaryFunction<OEBestOverlayScore , OEBestOverlayScore , bool> *
  CreateCopy() const