OEHighlightOverlayBase
class OEHighlightOverlayBase
The OEHighlightOverlayBase is an abstract class used for highlighting a set of atoms and/or bonds.
The following classes derive from this class:
See also
OEAddHighlightOverlayfunctionHighlighting Overlapped Patterns section
Constructors
OEHighlightOverlayBase()
OEHighlightOverlayBase(OEHighlightOverlayBaseImpl* impl)
Default constructors.
GetColors
OESystem::OEIterBase<OESystem::OEColor>* GetColors() const
Returns an iterator over the colors used for highlighting.
SetColors
void SetColors(OESystem::OEIter<OESystem::OEColor>& colors)
void SetColors(OESystem::OEIterBase<OESystem::OEColor>* colors)
Sets the colors used for highlighting.