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()
OEGridColorFunc(const OEColorOptions&)
OEGridColorFunc(const OEShapeGridOptions&)
OEGridColorFunc(const OECOlorOptions&, const OEShapeGridOptions&)
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.
GetGridOptions¶
const OEShapeGridOptions& GetGridOptions() const
Returns a reference to the OEShapeGridOptions
instance as currently set for this OEGridColorFunc
.