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 OEEonOverlapScore(arg2: OEOverlapResults) -> OEEonOverlapScore OEEonOverlapScore(arg2: OEEonOverlapScore) -> OEEonOverlapScoreDestructor
~OEEonOverlapScore()GetTanimoto
GetTanimoto() -> floatThis method returns the shape Tanimoto.
GetETTanimoto
GetETTanimoto() -> floatThis method returns the electrostatic Tanimoto.
GetTanimotoCombo
GetTanimotoCombo() -> floatThis method returns shape and electrostatics Tanimoto Combo.
GetETOverlap
GetETOverlap() -> floatThis method returns the electrostatic overlap.
GetRefSelfET
GetRefSelfET() -> floatThis method returns the electrostatic reference self overlap.
GetFitSelfET
GetFitSelfET() -> floatThis method returns the electrostatic fit self overlap.