#include <domLibrary_geometries.h>
The library_geometries element declares a module of geometry elements.
Definition at line 24 of file 1.4/dom/domLibrary_geometries.h.
domLibrary_geometries::domLibrary_geometries | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 110 of file 1.4/dom/domLibrary_geometries.h.
virtual domLibrary_geometries::~domLibrary_geometries | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 114 of file 1.4/dom/domLibrary_geometries.h.
domLibrary_geometries::domLibrary_geometries | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 102 of file dom/domLibrary_geometries.h.
virtual domLibrary_geometries::~domLibrary_geometries | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 106 of file dom/domLibrary_geometries.h.
static DLLSPEC daeElementRef domLibrary_geometries::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
static DLLSPEC daeElementRef domLibrary_geometries::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
const domAssetRef domLibrary_geometries::getAsset | ( | ) | const [inline] |
Gets the asset element.
Definition at line 77 of file dom/domLibrary_geometries.h.
const domAssetRef domLibrary_geometries::getAsset | ( | ) | const [inline] |
Gets the asset element.
Definition at line 85 of file 1.4/dom/domLibrary_geometries.h.
virtual COLLADA_TYPE::TypeEnum domLibrary_geometries::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 19 of file dom/domLibrary_geometries.h.
virtual COLLADA_TYPE::TypeEnum domLibrary_geometries::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 27 of file 1.4/dom/domLibrary_geometries.h.
const domExtra_Array& domLibrary_geometries::getExtra_array | ( | ) | const [inline] |
Gets the extra element array.
Definition at line 97 of file dom/domLibrary_geometries.h.
domExtra_Array& domLibrary_geometries::getExtra_array | ( | ) | [inline] |
Gets the extra element array.
Definition at line 92 of file dom/domLibrary_geometries.h.
const domExtra_Array& domLibrary_geometries::getExtra_array | ( | ) | const [inline] |
Gets the extra element array.
Definition at line 105 of file 1.4/dom/domLibrary_geometries.h.
domExtra_Array& domLibrary_geometries::getExtra_array | ( | ) | [inline] |
Gets the extra element array.
Definition at line 100 of file 1.4/dom/domLibrary_geometries.h.
const domGeometry_Array& domLibrary_geometries::getGeometry_array | ( | ) | const [inline] |
Gets the geometry element array.
Definition at line 87 of file dom/domLibrary_geometries.h.
domGeometry_Array& domLibrary_geometries::getGeometry_array | ( | ) | [inline] |
Gets the geometry element array.
Definition at line 82 of file dom/domLibrary_geometries.h.
const domGeometry_Array& domLibrary_geometries::getGeometry_array | ( | ) | const [inline] |
Gets the geometry element array.
Definition at line 95 of file 1.4/dom/domLibrary_geometries.h.
domGeometry_Array& domLibrary_geometries::getGeometry_array | ( | ) | [inline] |
Gets the geometry element array.
Definition at line 90 of file 1.4/dom/domLibrary_geometries.h.
xsID domLibrary_geometries::getId | ( | ) | const [inline] |
Gets the id attribute.
Definition at line 53 of file dom/domLibrary_geometries.h.
xsID domLibrary_geometries::getId | ( | ) | const [inline] |
Gets the id attribute.
Definition at line 61 of file 1.4/dom/domLibrary_geometries.h.
xsToken domLibrary_geometries::getName | ( | ) | const [inline] |
Gets the name attribute.
Definition at line 66 of file dom/domLibrary_geometries.h.
xsNCName domLibrary_geometries::getName | ( | ) | const [inline] |
Gets the name attribute.
Definition at line 74 of file 1.4/dom/domLibrary_geometries.h.
static daeInt domLibrary_geometries::ID | ( | ) | [inline, static] |
Definition at line 20 of file dom/domLibrary_geometries.h.
static daeInt domLibrary_geometries::ID | ( | ) | [inline, static] |
Definition at line 28 of file 1.4/dom/domLibrary_geometries.h.
virtual domLibrary_geometries& domLibrary_geometries::operator= | ( | const domLibrary_geometries & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 110 of file dom/domLibrary_geometries.h.
virtual domLibrary_geometries& domLibrary_geometries::operator= | ( | const domLibrary_geometries & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 118 of file 1.4/dom/domLibrary_geometries.h.
static DLLSPEC daeMetaElement* domLibrary_geometries::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* domLibrary_geometries::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 domLibrary_geometries::setId | ( | xsID | atId | ) | [inline] |
Sets the id attribute.
atId | The new value for the id attribute. |
Definition at line 58 of file dom/domLibrary_geometries.h.
void domLibrary_geometries::setId | ( | xsID | atId | ) | [inline] |
Sets the id attribute.
atId | The new value for the id attribute. |
Definition at line 66 of file 1.4/dom/domLibrary_geometries.h.
void domLibrary_geometries::setName | ( | xsToken | atName | ) | [inline] |
Sets the name attribute.
atName | The new value for the name attribute. |
Definition at line 71 of file dom/domLibrary_geometries.h.
void domLibrary_geometries::setName | ( | xsNCName | atName | ) | [inline] |
Sets the name attribute.
atName | The new value for the name attribute. |
Definition at line 79 of file 1.4/dom/domLibrary_geometries.h.
virtual daeInt domLibrary_geometries::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/domLibrary_geometries.h.
virtual daeInt domLibrary_geometries::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/domLibrary_geometries.h.
xsID domLibrary_geometries::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/domLibrary_geometries.h.
xsToken domLibrary_geometries::attrName [protected] |
The name attribute is the text string name of this element. Optional attribute.
Definition at line 32 of file dom/domLibrary_geometries.h.
xsNCName domLibrary_geometries::attrName [protected] |
The name attribute is the text string name of this element. Optional attribute.
Definition at line 40 of file 1.4/dom/domLibrary_geometries.h.
domAssetRef domLibrary_geometries::elemAsset [protected] |
The library_geometries element may contain an asset element.
Definition at line 46 of file 1.4/dom/domLibrary_geometries.h.
domExtra_Array domLibrary_geometries::elemExtra_array [protected] |
The extra element may appear any number of times.
Definition at line 54 of file 1.4/dom/domLibrary_geometries.h.
There must be at least one geometry element.
Definition at line 50 of file 1.4/dom/domLibrary_geometries.h.