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