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()
GetTanimotoCombo¶
float GetTanimotoCombo() const
This method returns the shape and electrostatics Tanimoto Combo.
GetRefSelfET¶
float GetRefSelfET() const
This method returns the electrostatic reference self overlap.