OEDisplayBondIdx¶
class OEDisplayBondIdx : public OEDisplayBondPropBase
This class represents OEDisplayBondIdx.
See also
OEDisplayNoBondProp
classListing 7
example in the Molecule Depiction chapter
The following methods are publicly inherited from OEDisplayBondPropBase
:
operator()¶
std::string operator()(const OEChem::OEBondBase &bond) const
Returns the string representation of the index of the bond
(i.e. the number returned by the OEBondBase.GetIdx
method)
CreateCopy¶
base_type *CreateCopy() const
Deep copy constructor that returns a copy of the object.
The memory for the returned OEDisplayBondIdx
object is dynamically allocated and owned by the caller.