OEAnalyticColorFunc¶
class OEAnalyticColorFunc : public OEShapeFunc
The OEAnalyticColorFunc class defines color overlap between a reference object and a fit molecule, using the Analytic 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 OEAnalyticColorFunc class defines the following public methods:
Constructors¶
OEAnalyticColorFunc()
OEAnalyticColorFunc(const OEColorOptions&)
OEAnalyticColorFunc(const OEAnalyticOptions&)
OEAnalyticColorFunc(const OEColorOptions&, const OEAnalyticOptions&)
OEAnalyticColorFunc(const OEAnalyticColorFunc&)
Default and copy constructors.
Constructs an OEAnalyticColorFunc instance using the specified set of parameters.
operator=¶
OEAnalyticColorFunc &operator=(const OEAnalyticColorFunc &)The assignment operator.
GetAnalyticOptions¶
const OEAnalyticOptions& GetAnalyticOptions() const
Returns a reference to the OEAnalyticOptions instance as currently set for this OEAnalyticColorFunc.