OESurfaceArcFxnBase

class OESurfaceArcFxnBase

This class represents OESurfaceArcFxnBase which is an abstract class that defines the interface used for drawing molecule surfaces.

The following classes derive from this class:

operator()

__call__(arg0: OEImageBase, arg1: OESurfaceArc) -> bool

It is a virtual const method that is implemented in the concrete derived classes to draw surface arcs.

image

The image on which the surface arc is drawn.

arc

The object that stores the parameters of the surface arc.

See also

CreateCopy

CreateCopy() -> OESurfaceArcFxnBase

Virtual const constructor which allows copying of concrete derived objects using a reference to this base class.