OEBrickRoadArcFxn¶
class OEBrickRoadArcFxn : public OESurfaceArcFxnBase
This class represents OEBrickRoadArcFxn. See example in Figure: Example of drawing molecule surface using OEBrickRoadArcFxn.
 
Example of drawing molecule surface using OEBrickRoadArcFxn¶
See also
- OEDrawBrickRoadSurfaceArcfunction
- OESetSurfaceArcFxnfunction
- OEDraw2DSurfacefunction
The following methods are publicly inherited from OESurfaceArcFxnBase:
Constructors¶
OEBrickRoadArcFxn(const OEDepict::OEPen &pen=OEDepict::OEBlackPen)
Default constructor.
- pen
- The graphical properties of the arc. 
operator()¶
bool operator()(OEDepict::OEImageBase &image, const OESurfaceArc &arc) const
Draws a surface arc with the
OESurfaceArcStyle::BrickRoad style.
See example in Figure: Example of drawing molecule surface using OEBrickRoadArcFxn.
- image
- The image on which the surface arc is drawn. 
- arc
- The object that stores the parameters of the surface arc. 
See also
- OESurfaceArc class 
CreateCopy¶
OESurfaceArcFxnBase *CreateCopy() const
Deep copy constructor that returns a copy of the object. The memory for the returned OEBrickRoadArcFxn object is dynamically allocated and owned by the caller.