OEMonomerGlyphStyleDefault

Attention

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

class OEMonomerGlyphStyleDefault: public OEMonomerGlyphStyleBase

The OEMonomerGlyphStyleDefault class is used to assign values from the OECircleStyle namespace to each monomers for depiction.

The following methods are publicly inherited from OEMonomerGlyphStyleBase:

CreateCopy

operator()

Constructors

OEMonomerGlyphStyleDefault() -> OEMonomerGlyphStyleDefault

Default constructor.

operator()

__call__(arg2: OEMonomerData) -> int

Returns OECircleStyle_Default if the monomer is a standard amino acid, and OECircleStyle_Simpson otherwise.

CreateCopy

CreateCopy() -> OEMonomerGlyphStyleBase

Deep copy constructor that returns a copy of the object. The memory for the returned OEMonomerGlyphStyleDefault object is dynamically allocated and owned by the caller.