Open Babel  3.0
Public Member Functions | Protected Attributes | List of all members
OBExternalBondData Class Reference

#include <openbabel/generic.h>

Inheritance diagram for OBExternalBondData:
OBGenericData

Public Member Functions

 OBExternalBondData ()
 
virtual OBGenericDataClone (OBBase *) const
 
void SetData (OBAtom *, OBBond *, int)
 
std::vector< OBExternalBond > * GetData ()
 
void SetAttribute (const std::string &v)
 
void SetOrigin (const DataOrigin s)
 
virtual const std::string & GetAttribute () const
 
unsigned int GetDataType () const
 
virtual const std::string & GetValue () const
 
virtual DataOrigin GetOrigin () const
 

Protected Attributes

std::vector< OBExternalBond_vexbnd
 
std::string _attr
 
unsigned int _type
 
DataOrigin _source
 

Detailed Description

Used to store information on external bonds (e.g., in SMILES fragments)

Constructor & Destructor Documentation

◆ OBExternalBondData()

Member Function Documentation

◆ Clone()

virtual OBGenericData* Clone ( OBBase ) const
inlinevirtual

Reimplemented from OBGenericData.

◆ SetData()

void SetData ( OBAtom atom,
OBBond bond,
int  idx 
)

◆ GetData()

std::vector<OBExternalBond>* GetData ( )
inline

◆ SetAttribute()

void SetAttribute ( const std::string &  v)
inlineinherited

◆ SetOrigin()

void SetOrigin ( const DataOrigin  s)
inlineinherited

◆ GetAttribute()

virtual const std::string& GetAttribute ( ) const
inlinevirtualinherited
Returns
The attribute (key), which can be used to retrieve this data

Referenced by OpenBabel::extract_thermochemistry(), and OBMoleculeFormat::MakeCombinedMolecule().

◆ GetDataType()

unsigned int GetDataType ( ) const
inlineinherited
Returns
the data type for this object as defined in OBGenericDataType

◆ GetValue()

virtual const std::string& GetValue ( ) const
inlinevirtualinherited

Base class returns a default value (the attribute type) but should never be called.

Reimplemented in OBPairData, and OBCommentData.

Referenced by OBDepict::AddAtomLabels(), OBDepict::DrawMolecule(), OBDescriptor::FilterCompare(), and OBDescriptor::GetValues().

◆ GetOrigin()

virtual DataOrigin GetOrigin ( ) const
inlinevirtualinherited

Member Data Documentation

◆ _vexbnd

std::vector<OBExternalBond> _vexbnd
protected

◆ _attr

std::string _attr
protectedinherited

attribute tag (e.g., "UnitCell", "Comment" or "Author")

Referenced by OBRotamerList::Clone(), and OBNasaThermoData::OBNasaThermoData().

◆ _type

unsigned int _type
protectedinherited

attribute type – declared for each subclass

Referenced by OBRotamerList::Clone(), and OBNasaThermoData::OBNasaThermoData().

◆ _source

DataOrigin _source
protectedinherited

The documentation for this class was generated from the following files: