Used to store a comment string (can be multiple lines long)
More...
#include <openbabel/generic.h>
List of all members.
Detailed Description
Used to store a comment string (can be multiple lines long)
Constructor & Destructor Documentation
Member Function Documentation
void SetData |
( |
const std::string & |
data ) |
[inline] |
void SetData |
( |
const char * |
d ) |
[inline] |
const std::string& GetData |
( |
) |
const [inline] |
virtual const std::string& GetValue |
( |
) |
const [inline, virtual] |
Base class returns a default value (the attribute type) but should never be called.
Reimplemented from OBGenericData.
void SetAttribute |
( |
const std::string & |
v ) |
[inline, inherited] |
Set the attribute (key), which can be used to retrieve this data.
Referenced by OBGastChrg::AssignPartialCharges(), OBMol::DoTransformations(), OBMol::FindLSSR(), OBMol::FindSSSR(), OBForceField::GetAtomTypes(), OBMol::GetFormula(), OBMol::GetLSSR(), OBForceField::GetPartialCharges(), OBMol::GetSSSR(), OBDescriptor::PredictAndSave(), and OBMol::SetFormula().
void SetOrigin |
( |
const DataOrigin |
s ) |
[inline, inherited] |
Set the origin of this data, which can be used to filter the data.
Referenced by OBGastChrg::AssignPartialCharges(), OpenBabel::CalcSignedVolume(), OBMol::FindAngles(), OBMol::FindLSSR(), OBMol::FindSSSR(), OBMol::FindTorsions(), OBMol::GetFormula(), OBMol::GetLSSR(), OBMol::GetSSSR(), OBDescriptor::PredictAndSave(), and OBMol::SetFormula().
virtual const std::string& GetAttribute |
( |
) |
const [inline, virtual, inherited] |
unsigned int GetDataType |
( |
) |
const [inline, inherited] |
virtual DataOrigin GetOrigin |
( |
) |
const [inline, virtual, inherited] |
Member Data Documentation
std::string _data [protected] |
std::string _attr [protected, inherited] |
unsigned int _type [protected, inherited] |
The documentation for this class was generated from the following files: