OEDisplayBondPropBase

OESystem::OEUnaryFunction<OEChem::OEBondBase, std::string, true, true>
class OEDisplayBondPropBase

OEDisplayBondPropBase is an abstract class that defines the API used for setting bond property labels.

The following classes derive from this class:

operator()

__call__(arg0: OEBondBase) -> str

It is a virtual const method that is implemented in the concrete derived classes to set bond property labels.

bond

The OEBondBase object for which the display label is set.

CreateCopy

CreateCopy() -> OEDisplayBondPropBase

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