#include <generic.h>
Inheritance diagram for OBRingData:

Public Member Functions | |
| OBRingData () | |
| OBRingData (const OBRingData &) | |
| OBRingData copy constructor. | |
| ~OBRingData () | |
| OBRingData & | operator= (const OBRingData &) |
| OBRingData assignment operator. | |
| void | SetData (std::vector< OBRing * > &vr) |
| void | PushBack (OBRing *r) |
| std::vector< OBRing * > & | GetData () |
| void | SetAttribute (const std::string &v) |
| virtual const std::string & | GetAttribute () const |
| unsigned int | GetDataType () const |
Protected Attributes | |
| std::vector< OBRing * > | _vr |
| std::string | _attr |
| attribute tag (e.g., "UnitCell", "Comment" or "Author") | |
| unsigned int | _type |
| attribute type -- declared for each subclass | |
| OBRingData | ( | ) |
| OBRingData | ( | const OBRingData & | src | ) |
| ~OBRingData | ( | ) |
| OBRingData & operator= | ( | const OBRingData & | src | ) |
OBRingData assignment operator.
| src | reference to original OBRingData object (rhs) |
| void SetData | ( | std::vector< OBRing * > & | vr | ) | [inline] |
| void PushBack | ( | OBRing * | r | ) | [inline] |
| std::vector<OBRing*>& GetData | ( | ) | [inline] |
| void SetAttribute | ( | const std::string & | v | ) | [inline, inherited] |
| virtual const std::string& GetAttribute | ( | ) | const [inline, virtual, inherited] |
| unsigned int GetDataType | ( | ) | const [inline, inherited] |
std::string _attr [protected, inherited] |
attribute tag (e.g., "UnitCell", "Comment" or "Author")
unsigned int _type [protected, inherited] |
attribute type -- declared for each subclass