OEExactShapeFunc

class OEExactShapeFunc : public OEShapeFunc

The OEExactShapeFunc class defines shape overlap between a reference object and a fit molecule, using the Exact method.

../../_images/OEExactShapeFunc.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 OEShapeFunc:

Constructors

OEExactShapeFunc()
OEExactShapeFunc(const OEShapeOptions&)
OEExactShapeFunc(const OEExactShapeFunc&)

Default and copy constructors.

Constructs an OEExactShapeFunc instance using the specified set of parameters.

operator=

OEExactShapeFunc &operator=(const OEExactShapeFunc &)

The assignment operator.