class OENecklaceArcFxn : public OESurfaceArcFxnBase
This class represents OENecklaceArcFxn. See example in Example of drawing molecule surface using OENecklaceArcFxn.
Example of drawing molecule surface using OENecklaceArcFxn
See also
The following methods are publicly inherited from OESurfaceArcFxnBase:
operator() | CreateCopy |
OENecklaceArcFxn(const OEDepict::OEPen &pen=OEDepict::OEBlackPen)
Default constructor.
bool operator()(OEDepict::OEImageBase &image, const OESurfaceArc &arc) const
Draws a surface arc with the OESurfaceArcStyle_Necklace style.
See example in Example of drawing molecule surface using OENecklaceArcFxn.
See also
OESurfaceArcFxnBase *CreateCopy() const
Deep copy constructor that returns a copy of the object. The memory for the returned OENecklaceArcFxn object is dynamically allocated and owned by the caller.