OEMonomerGlyphStyleBase

Attention

This is a preliminary API and may be improved based on user feedback. It is currently available in C++ and Python.

OESystem::OEUnaryFunction<OEChem::OEMonomerData, unsigned, true, true>  OEMonomerGlyphStyleBase;

OEMonomerGlyphStyleBase is an abstract class that assigns values from the OECircleStyle namespace to monomers for depiction.

The following classes derive from this abstract class:

operator()

unsigned operator()(const OEChem::OEMonomerData&) const

This is a virtual const method that must be implemented in the concrete derived classes.

CreateCopy

base_type* CreateCopy() const = 0

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