#include <domExtra.h>
The extra element declares additional information regarding its parent element.
Definition at line 24 of file 1.4/dom/domExtra.h.
domExtra::domExtra | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 113 of file 1.4/dom/domExtra.h.
virtual domExtra::~domExtra | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 117 of file 1.4/dom/domExtra.h.
domExtra::domExtra | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 105 of file dom/domExtra.h.
virtual domExtra::~domExtra | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 109 of file dom/domExtra.h.
static DLLSPEC daeElementRef domExtra::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
static DLLSPEC daeElementRef domExtra::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
const domAssetRef domExtra::getAsset | ( | ) | const [inline] |
Gets the asset element.
Definition at line 90 of file dom/domExtra.h.
const domAssetRef domExtra::getAsset | ( | ) | const [inline] |
Gets the asset element.
Definition at line 98 of file 1.4/dom/domExtra.h.
virtual COLLADA_TYPE::TypeEnum domExtra::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 19 of file dom/domExtra.h.
virtual COLLADA_TYPE::TypeEnum domExtra::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 27 of file 1.4/dom/domExtra.h.
xsID domExtra::getId | ( | ) | const [inline] |
Gets the id attribute.
Definition at line 55 of file dom/domExtra.h.
xsID domExtra::getId | ( | ) | const [inline] |
Gets the id attribute.
Definition at line 63 of file 1.4/dom/domExtra.h.
xsToken domExtra::getName | ( | ) | const [inline] |
Gets the name attribute.
Definition at line 68 of file dom/domExtra.h.
xsNCName domExtra::getName | ( | ) | const [inline] |
Gets the name attribute.
Definition at line 76 of file 1.4/dom/domExtra.h.
const domTechnique_Array& domExtra::getTechnique_array | ( | ) | const [inline] |
Gets the technique element array.
Definition at line 100 of file dom/domExtra.h.
domTechnique_Array& domExtra::getTechnique_array | ( | ) | [inline] |
Gets the technique element array.
Definition at line 95 of file dom/domExtra.h.
const domTechnique_Array& domExtra::getTechnique_array | ( | ) | const [inline] |
Gets the technique element array.
Definition at line 108 of file 1.4/dom/domExtra.h.
domTechnique_Array& domExtra::getTechnique_array | ( | ) | [inline] |
Gets the technique element array.
Definition at line 103 of file 1.4/dom/domExtra.h.
xsNMTOKEN domExtra::getType | ( | ) | const [inline] |
Gets the type attribute.
Definition at line 79 of file dom/domExtra.h.
xsNMTOKEN domExtra::getType | ( | ) | const [inline] |
Gets the type attribute.
Definition at line 87 of file 1.4/dom/domExtra.h.
static daeInt domExtra::ID | ( | ) | [inline, static] |
Definition at line 20 of file dom/domExtra.h.
static daeInt domExtra::ID | ( | ) | [inline, static] |
Definition at line 28 of file 1.4/dom/domExtra.h.
Overloaded assignment operator
Definition at line 113 of file dom/domExtra.h.
Overloaded assignment operator
Definition at line 121 of file 1.4/dom/domExtra.h.
static DLLSPEC daeMetaElement* domExtra::registerElement | ( | DAE & | dae | ) | [static] |
Creates a daeMetaElement object that describes this element in the meta object reflection framework. If a daeMetaElement already exists it will return that instead of creating a new one.
static DLLSPEC daeMetaElement* domExtra::registerElement | ( | DAE & | dae | ) | [static] |
Creates a daeMetaElement object that describes this element in the meta object reflection framework. If a daeMetaElement already exists it will return that instead of creating a new one.
void domExtra::setId | ( | xsID | atId | ) | [inline] |
Sets the id attribute.
atId | The new value for the id attribute. |
Definition at line 60 of file dom/domExtra.h.
void domExtra::setId | ( | xsID | atId | ) | [inline] |
Sets the id attribute.
atId | The new value for the id attribute. |
Definition at line 68 of file 1.4/dom/domExtra.h.
void domExtra::setName | ( | xsToken | atName | ) | [inline] |
Sets the name attribute.
atName | The new value for the name attribute. |
Definition at line 73 of file dom/domExtra.h.
void domExtra::setName | ( | xsNCName | atName | ) | [inline] |
Sets the name attribute.
atName | The new value for the name attribute. |
Definition at line 81 of file 1.4/dom/domExtra.h.
void domExtra::setType | ( | xsNMTOKEN | atType | ) | [inline] |
Sets the type attribute.
atType | The new value for the type attribute. |
Definition at line 84 of file dom/domExtra.h.
void domExtra::setType | ( | xsNMTOKEN | atType | ) | [inline] |
Sets the type attribute.
atType | The new value for the type attribute. |
Definition at line 92 of file 1.4/dom/domExtra.h.
virtual daeInt domExtra::typeID | ( | ) | const [inline, virtual] |
Returns this element's type ID. Every element is an instance of a type specified in the Collada schema, and every schema type has a unique ID.
Implements daeElement.
Definition at line 21 of file dom/domExtra.h.
virtual daeInt domExtra::typeID | ( | ) | const [inline, virtual] |
Returns this element's type ID. Every element is an instance of a type specified in the Collada schema, and every schema type has a unique ID.
Implements daeElement.
Definition at line 29 of file 1.4/dom/domExtra.h.
xsID domExtra::attrId [protected] |
The id attribute is a text string containing the unique identifier of this element. This value must be unique within the instance document. Optional attribute.
Definition at line 36 of file 1.4/dom/domExtra.h.
xsToken domExtra::attrName [protected] |
The name attribute is the text string name of this element. Optional attribute.
Definition at line 32 of file dom/domExtra.h.
xsNCName domExtra::attrName [protected] |
The name attribute is the text string name of this element. Optional attribute.
Definition at line 40 of file 1.4/dom/domExtra.h.
xsNMTOKEN domExtra::attrType [protected] |
The type attribute indicates the type of the value data. This text string must be understood by the application. Optional attribute.
Definition at line 45 of file 1.4/dom/domExtra.h.
domAssetRef domExtra::elemAsset [protected] |
The extra element may contain an asset element.
Definition at line 51 of file 1.4/dom/domExtra.h.
domTechnique_Array domExtra::elemTechnique_array [protected] |
This element must contain at least one non-common profile technique.
Definition at line 56 of file 1.4/dom/domExtra.h.