class OEDefaultBuriedArcFxn : public OESurfaceArcFxnBase
This class represents OEDefaultBuriedArcFxn functor that is used to draw the arc segment of the 2D molecule surface, where the ligand and the protein tightly fit in the 3D complex. See example in Figure: Example of drawing an arc using OEDefaultBuriedArcFxn.
Example of drawing an arc using OEDefaultBuriedArcFxn
See also
The following methods are publicly inherited from OESurfaceArcFxnBase:
operator() | CreateCopy |
bool operator()(OEDepict::OEImageBase &image, const OESurfaceArc &a) const
Draws a surface arc with the OESurfaceArcStyle_Default style using a black pen.
See also
OESurfaceArcFxnBase *CreateCopy() const
Deep copy constructor that returns a copy of the object. The memory for the returned OEDefaultBuriedArcFxn object is dynamically allocated and owned by the caller.