OENullArcFxn¶
class OENullArcFxn : public OESurfaceArcFxnBase
This class represents OENullArcFxn.
The following methods are publicly inherited from OESurfaceArcFxnBase:
operator()¶
bool operator()(OEDepict::OEImageBase &, const OESurfaceArc &) const
No-op i.e. no surface arc is drawn.
CreateCopy¶
OESurfaceArcFxnBase *CreateCopy() const
Deep copy constructor that returns a copy of the object. The memory for the returned OENullArcFxn object is dynamically allocated and owned by the caller.