OEAtomDisplayBase
class OEAtomDisplayBase : public OESystem::OEBase
The OEAtomDisplayBase class is the abstract interface for representing atom display information within OEDepict TK. See Figure: OEDepict TK atom display class hierarchy.
OEDepict TK atom 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::GetDataTypemethod in the OEChem TK manual
GetAtom
const OEChem::OEAtomBase *GetAtom() const
Returns the const pointer of the OEAtomBase object for which display properties are stored in the class derived from the OEAtomDisplayBase 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::IsDataTypemethod in the OEChem TK manual
IsVisible
bool IsVisible() const
Returns whether or not the atom is depicted (i.e. visible).
SetVisible
void SetVisible(bool visible)
Sets the visibility of an atom.