OEAnalyticColorFunc

class OEAnalyticColorFunc : public OEShapeFunc

The OEAnalyticColorFunc class defines color overlap between a reference object and a fit molecule, using the Analytic method.

../../_images/OEAnalyticColorFunc.png
The following methods are publicly inherited from OEFunc0:
The following methods are publicly inherited from OEFunc1:
The following methods are publicly inherited from OEMolFunc:
The following methods are publicly inherited from OEOverlapFuncBase:
The following methods are publicly inherited from OEColorFunc:
The OEAnalyticColorFunc class defines the following public methods:

Constructors

OEAnalyticColorFunc(argOptions: OEColorOptions = OEColorOptions()) -> OEAnalyticColorFunc
OEAnalyticColorFunc(argOptions: OEAnalyticOptions) -> OEAnalyticColorFunc
OEAnalyticColorFunc(argColor: OEColorOptions,
                    argAnalytic: OEAnalyticOptions) -> OEAnalyticColorFunc
OEAnalyticColorFunc(argFunc: OEAnalyticColorFunc) -> OEAnalyticColorFunc

Default and copy constructors.

Constructs an OEAnalyticColorFunc instance using the specified set of parameters.

GetAnalyticOptions

GetAnalyticOptions() -> OEAnalyticOptions

Returns a reference to the OEAnalyticOptions instance as currently set for this OEAnalyticColorFunc.