OEGridShapeFunc¶
class OEGridShapeFunc : public OEShapeFunc
The OEGridShapeFunc class defines shape 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 OEShapeFunc:
- The OEGridShapeFunc class defines the following public methods:
Constructors¶
OEGridShapeFunc()
OEGridShapeFunc(const OEShapeOptions&)
OEGridShapeFunc(const OEShapeGridOptions&)
OEGridShapeFunc(const OEShapeOptions&, const OEShapeGridOptions&)
OEGridShapeFunc(const OEGridShapeFunc&)
Default and copy constructors.
Constructs an OEGridShapeFunc instance using the specified set of parameters.
operator=¶
OEGridShapeFunc &operator=(const OEGridShapeFunc &)The assignment operator.
GetGridOptions¶
const OEShapeGridOptions& GetGridOptions() const
Returns a reference to the OEShapeGridOptions instance as currently set for this OEGridShapeFunc.