ALBA
|
This is the complete list of members for albaTagItem, including all inherited members.
albaStorable() | albaStorable | inline |
albaTagItem() | albaTagItem | |
albaTagItem(const char *name, const char *value, int t=ALBA_STRING_TAG) | albaTagItem | |
albaTagItem(const char *name, const char **values, int numcomp, int t=ALBA_STRING_TAG) | albaTagItem | |
albaTagItem(const char *name, const std::vector< albaString > &values, int numcomp, int t=ALBA_STRING_TAG) | albaTagItem | |
albaTagItem(const char *name, const double value) | albaTagItem | |
albaTagItem(const char *name, const double *value, int numcomp) | albaTagItem | |
albaTagItem(const char *name, const std::vector< double > &values, int numcomp) | albaTagItem | |
albaTagItem(const albaTagItem &p) | albaTagItem | |
CastToObject() | albaStorable | |
DeepCopy(const albaTagItem *item) | albaTagItem | |
Equals(const albaTagItem *item) const | albaTagItem | |
GetComponent(int comp) const | albaTagItem | |
GetComponentAsDouble(int comp) const | albaTagItem | |
GetComponents() const | albaTagItem | inline |
GetComponentsAsDoubles() const | albaTagItem | |
GetName() const | albaTagItem | |
GetNumberOfComponents() const | albaTagItem | |
GetType() const | albaTagItem | inline |
GetTypeAsString(albaString &value) const | albaTagItem | |
GetTypeAsString(std::string &value) const | albaTagItem | |
GetValue(int component=0) const | albaTagItem | |
GetValueAsDouble(int component=0) const | albaTagItem | |
GetValueAsSingleString(albaString &str) const | albaTagItem | |
GetValueAsSingleString(std::string &str) const | albaTagItem | |
Initialize() | albaTagItem | protected |
InternalRestore(albaStorageElement *node) | albaTagItem | protectedvirtual |
InternalStore(albaStorageElement *parent) | albaTagItem | protectedvirtual |
IsStorable() | albaStorable | inline |
m_Components | albaTagItem | protected |
m_Name | albaTagItem | protected |
m_Storable | albaStorable | protected |
m_Type | albaTagItem | protected |
operator!=(const albaTagItem &p) const | albaTagItem | |
operator=(const albaTagItem &p) | albaTagItem | |
operator==(const albaTagItem &p) const | albaTagItem | |
Print(std::ostream &os, const int indent=0) const | albaTagItem | virtual |
RemoveValue(int component) | albaTagItem | |
Restore(albaStorageElement *element) | albaStorable | |
SafeCastToObject(albaObject *o) | albaStorable | static |
SetComponent(const albaString value, int component=0) | albaTagItem | |
SetComponent(const double value, int component=0) | albaTagItem | |
SetComponents(const char **values, int numcomp) | albaTagItem | |
SetComponents(const std::vector< albaString > components) | albaTagItem | |
SetComponents(const double *components, int numcomp) | albaTagItem | |
SetComponents(const std::vector< double > components) | albaTagItem | |
SetName(const char *name) | albaTagItem | |
SetNumberOfComponents(int n) | albaTagItem | |
SetType(int t) | albaTagItem | inline |
SetValue(const albaString value, int component=0) | albaTagItem | |
SetValue(const double value, int component=0) | albaTagItem | |
SetValues(const std::vector< albaString > values) | albaTagItem | |
SetValues(const char **values, int numcomp) | albaTagItem | |
SetValues(const double *values, int numcomp) | albaTagItem | |
SetValues(const std::vector< double > values) | albaTagItem | |
Store(albaStorageElement *element) | albaStorable | |
~albaTagItem() | albaTagItem |