OEColorOverlap¶
class OEColorOverlap
Note
This deprecated class will not be developed further. It is being replaced by derivatives of OEColorFunc which provides more control and greater expandability.
This class represents OEColorOverlap.
Constructors¶
OEColorOverlap()
OEColorOverlap(const OEColorOverlap &rhs)
Default and copy constructors.
operator=¶
OEColorOverlap &operator=(const OEColorOverlap &rhs)
ColorScore¶
bool ColorScore(OEColorResults &res)
bool ColorScore(const OEChem::OEMolBase &fitmol, OEColorResults &res)
GetAllColor¶
bool GetAllColor() const
GetSelfColor¶
float GetSelfColor() const
SetAllColor¶
void SetAllColor(bool state)
SetColorForceField¶
bool SetColorForceField(unsigned int cffType)
bool SetColorForceField(OEPlatform::oeistream &is)
bool SetColorForceField(const std::string &filename)
bool SetColorForceField(const OEColorForceField &cff)
SetFitMol¶
bool SetFitMol(const OEChem::OEMolBase &fitmol)
SetRefMol¶
bool SetRefMol(const OEChem::OEMolBase &refmol)