OEDisplayAtomIdx

class OEDisplayAtomIdx : public OEDisplayAtomPropBase

This class represents OEDisplayAtomIdx atom property label functor.

The following methods are publicly inherited from OEDisplayAtomPropBase:

CreateCopy

operator()

Constructors

OEDisplayAtomIdx()

Default constructor.

operator()

std::string operator()(const OEChem::OEAtomBase &atom) const

Returns the string representation of the index of the atom (i.e. the number returned by the OEAtomBase::GetIdx method).

CreateCopy

base_type *CreateCopy() const

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.