OEMolDisplayBase

class OEMolDisplayBase : public OESystem::OEBase

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

../../_images/OEDisplayHierarchy.png

OEDepict TK molecule display class hierarchy

See also

The following classes derive from this class:

GetDataType

const void *GetDataType() const

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

See also

GetMolecule

const OEChem::OEMolBase *GetMolecule() const

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

IsDataType

bool IsDataType(const void *) const

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

See also