OEGridColorFunc

class OEGridColorFunc : public OEShapeFunc

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

../../_images/OEGridColorFunc.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 OEGridColorFunc class defines the following public methods:

Constructors

OEGridColorFunc(argOptions: OEColorOptions = OEColorOptions()) -> OEGridColorFunc
OEGridColorFunc(argOptions: OEShapeGridOptions) -> OEGridColorFunc
OEGridColorFunc(argColor: OEColorOptions,
                argGrid: OEShapeGridOptions) -> OEGridColorFunc
OEGridColorFunc(argFunc: OEGridColorFunc) -> OEGridColorFunc

Default and copy constructors.

Constructs an OEGridColorFunc instance using the specified set of parameters.

GetGridOptions

GetGridOptions() -> OEShapeGridOptions

Returns a reference to the OEShapeGridOptions instance as currently set for this OEGridColorFunc.