OEBondDisplayBase

class OEBondDisplayBase : public OESystem::OEBase

The OEBondDisplayBase class is the abstract interface for representing bond display information within OEDepict TK. See Figure: OEDepict TK bond display class hierarchy.

../../_images/OEBondDisplayHierarchy.png

OEDepict TK bond display class hierarchy

The following classes derive from this class:

GetDataType

GetDataType() -> void

This function is used to perform run-time type identification.

See also

GetBond

GetBond() -> OEBondBase

Returns the const pointer of the OEBondBase object for which display properties are stored in the class derived from the OEBondDisplayBase abstract class.

IsDataType

IsDataType(arg2: void) -> bool

Returns whether type is the same as the instance this method is called on.

See also

IsVisible

IsVisible() -> bool

Returns whether or not the bond is depicted (i.e. visible).

SetVisible

SetVisible(visible: bool) -> None

Sets the visibility of a bond.