OEHighlightBase
class OEHighlightBase
OEHighlightBase is an abstract class used for highlighting atoms and/or bonds.
See also
OEAddHighlightingfunction.
The following classes derive from this class:
Constructors
OEHighlightBase()
OEHighlightBase(OEHighlightBaseImpl *impl)
Default constructors.
CreateCopy
virtual OEHighlightBase *CreateCopy() const =0
Virtual const constructor which allows copying of concrete derived objects using a reference to this base class.