OEDisplayAtomIdx
class OEDisplayAtomIdx : public OEDisplayAtomPropBase
This class represents OEDisplayAtomIdx atom property label functor.
See also
OEDisplayAtomMapIdx class
OEDisplayNoAtomProp class
Listing 5example in the Molecule Depiction chapter
The following methods are publicly inherited from OEDisplayAtomPropBase:
Constructors
OEDisplayAtomIdx() -> OEDisplayAtomIdx
Default constructor.
operator()
__call__(atom: OEAtomBase) -> str
Returns the string representation of the index of the atom
(i.e. the number returned by the OEAtomBase.GetIdx
method).
CreateCopy
CreateCopy() -> OEDisplayAtomPropBase
Deep copy constructor that returns a copy of the object. The memory for the returned OEDisplayAtomIdx object is dynamically allocated and owned by the caller.