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.
- The following classes derive from this class:
GetDataType¶
const void *GetDataType() const
This function is used to perform run-time type identification.
See also
OEBase.GetDataType
method in the OEChem TK manual
GetBond¶
const OEChem::OEBondBase *GetBond() const
Returns the const pointer of the OEBondBase object for which display properties are stored in the class derived from the OEBondDisplayBase abstract class.
IsDataType¶
bool IsDataType(const void *) const
Returns whether type is the same as the instance this method is called on.
See also
OEBase.IsDataType
method in the OEChem TK manual