OEGridColorFunc
class OEGridColorFunc : public OEShapeFunc
The OEGridColorFunc class defines color overlap between a reference object and a fit molecule, using the Grid method.
- 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(const OEColorOptions& argOptions = OEColorOptions())
OEGridColorFunc(const OEShapeGridOptions&)
OEGridColorFunc(const OEColorOptions& argColor,
const OEShapeGridOptions& argGrid)
OEGridColorFunc(const OEGridColorFunc&)
Default and copy constructors.
Constructs an OEGridColorFunc instance using the specified set of parameters.
operator=
OEGridColorFunc &operator=(const OEGridColorFunc &)
The assignment operator.
Assignment operator.
GetGridOptions
const OEShapeGridOptions& GetGridOptions() const
Returns a reference to the OEShapeGridOptions instance as currently set for this OEGridColorFunc.