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
OEEonOverlayScore(arg2: OEEonOverlayScore) -> OEEonOverlayScore
OEEonOverlayScore(arg2: OEBestOverlayScore) -> OEEonOverlayScore

Destructor

~OEEonOverlayScore()

GetTanimoto

GetTanimoto() -> float

This method returns the shape Tanimoto.

GetETTanimoto

GetETTanimoto() -> float

This method returns the electrostatic Tanimoto.

GetTanimotoCombo

GetTanimotoCombo() -> float

This method returns the shape and electrostatics Tanimoto Combo.

GetETOverlap

GetETOverlap() -> float

This method returns the electrostatic overlap.

GetRefSelfET

GetRefSelfET() -> float

This method returns the electrostatic reference self overlap.

GetFitSelfET

GetFitSelfET() -> float

This method returns the electrostatic fit self overlap.