OEEonOverlapScore
Attention
This is a preliminary API and may be improved based on user feedback. It is currently available in C++ and Python.
class OEEonOverlapScore : public OEShape::OEOverlapResults
This class stores shape and electrostatics overlap results.
- The OEEonOverlapScore class defines the following public methods:
The following methods are publicly inherited from OEOverlapResults.
Constructors
Default, constructor from parent class object, and copy constructors.
OEEonOverlapScore() OEEonOverlapScore(const OEShape::OEOverlapResults &) OEEonOverlapScore(const OEEonOverlapScore &)Destructor
~OEEonOverlapScore()operator=
OEEonOverlapScore& operator=(const OEEonOverlapScore&)Assignment operator.
GetTanimoto
float GetTanimoto() constThis method returns the shape Tanimoto.
GetETTanimoto
float GetETTanimoto() constThis method returns the electrostatic Tanimoto.
GetTanimotoCombo
float GetTanimotoCombo() constThis method returns shape and electrostatics Tanimoto Combo.
GetETOverlap
float GetETOverlap() constThis method returns the electrostatic overlap.
GetRefSelfET
float GetRefSelfET() constThis method returns the electrostatic reference self overlap.
GetFitSelfET
float GetFitSelfET() constThis method returns the electrostatic fit self overlap.