#include <generic.h>
Inheritance diagram for OBSymmetryData:
Public Member Functions | |
OBSymmetryData () | |
OBSymmetryData (const OBSymmetryData &) | |
~OBSymmetryData () | |
OBSymmetryData & | operator= (const OBSymmetryData &) |
void | SetData (std::string pg, std::string sg="") |
void | SetPointGroup (std::string pg) |
void | SetSpaceGroup (std::string sg) |
std::string | GetPointGroup () |
std::string | GetSpaceGroup () |
void | SetAttribute (const std::string &v) |
virtual const std::string & | GetAttribute () const |
unsigned int | GetDataType () const |
Protected Attributes | |
std::string | _spaceGroup |
std::string | _pointGroup |
std::string | _attr |
attribute tag (e.g., "UnitCell", "Comment" or "Author") | |
unsigned int | _type |
attribute type -- declared for each subclass |
OBSymmetryData | ( | ) |
OBSymmetryData | ( | const OBSymmetryData & | ) |
~OBSymmetryData | ( | ) | [inline] |
OBSymmetryData & operator= | ( | const OBSymmetryData & | ) |
void SetData | ( | std::string | pg, | |
std::string | sg = "" | |||
) | [inline] |
void SetPointGroup | ( | std::string | pg | ) | [inline] |
void SetSpaceGroup | ( | std::string | sg | ) | [inline] |
std::string GetPointGroup | ( | ) | [inline] |
std::string GetSpaceGroup | ( | ) | [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 _spaceGroup [protected] |
std::string _pointGroup [protected] |
std::string _attr [protected, inherited] |
attribute tag (e.g., "UnitCell", "Comment" or "Author")
unsigned int _type [protected, inherited] |
attribute type -- declared for each subclass