#include <domVertices.h>
The vertices element declares the attributes and identity of mesh-vertices. The vertices element describes mesh-vertices in a mesh geometry. The mesh-vertices represent the position (identity) of the vertices comprising the mesh and other vertex attributes that are invariant to tessellation.
Definition at line 26 of file 1.4/dom/domVertices.h.
domVertices::domVertices | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 104 of file 1.4/dom/domVertices.h.
virtual domVertices::~domVertices | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 108 of file 1.4/dom/domVertices.h.
domVertices::domVertices | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 96 of file dom/domVertices.h.
virtual domVertices::~domVertices | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 100 of file dom/domVertices.h.
static DLLSPEC daeElementRef domVertices::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
static DLLSPEC daeElementRef domVertices::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
virtual COLLADA_TYPE::TypeEnum domVertices::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 21 of file dom/domVertices.h.
virtual COLLADA_TYPE::TypeEnum domVertices::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 29 of file 1.4/dom/domVertices.h.
const domExtra_Array& domVertices::getExtra_array | ( | ) | const [inline] |
Gets the extra element array.
Definition at line 91 of file dom/domVertices.h.
domExtra_Array& domVertices::getExtra_array | ( | ) | [inline] |
Gets the extra element array.
Definition at line 86 of file dom/domVertices.h.
const domExtra_Array& domVertices::getExtra_array | ( | ) | const [inline] |
Gets the extra element array.
Definition at line 99 of file 1.4/dom/domVertices.h.
domExtra_Array& domVertices::getExtra_array | ( | ) | [inline] |
Gets the extra element array.
Definition at line 94 of file 1.4/dom/domVertices.h.
xsID domVertices::getId | ( | ) | const [inline] |
Gets the id attribute.
Definition at line 52 of file dom/domVertices.h.
xsID domVertices::getId | ( | ) | const [inline] |
Gets the id attribute.
Definition at line 60 of file 1.4/dom/domVertices.h.
const domInput_local_Array& domVertices::getInput_array | ( | ) | const [inline] |
Gets the input element array.
Definition at line 81 of file dom/domVertices.h.
domInput_local_Array& domVertices::getInput_array | ( | ) | [inline] |
Gets the input element array.
Definition at line 76 of file dom/domVertices.h.
const domInputLocal_Array& domVertices::getInput_array | ( | ) | const [inline] |
Gets the input element array.
Definition at line 89 of file 1.4/dom/domVertices.h.
domInputLocal_Array& domVertices::getInput_array | ( | ) | [inline] |
Gets the input element array.
Definition at line 84 of file 1.4/dom/domVertices.h.
xsToken domVertices::getName | ( | ) | const [inline] |
Gets the name attribute.
Definition at line 65 of file dom/domVertices.h.
xsNCName domVertices::getName | ( | ) | const [inline] |
Gets the name attribute.
Definition at line 73 of file 1.4/dom/domVertices.h.
static daeInt domVertices::ID | ( | ) | [inline, static] |
Definition at line 22 of file dom/domVertices.h.
static daeInt domVertices::ID | ( | ) | [inline, static] |
Definition at line 30 of file 1.4/dom/domVertices.h.
virtual domVertices& domVertices::operator= | ( | const domVertices & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 104 of file dom/domVertices.h.
virtual domVertices& domVertices::operator= | ( | const domVertices & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 112 of file 1.4/dom/domVertices.h.
static DLLSPEC daeMetaElement* domVertices::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* domVertices::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 domVertices::setId | ( | xsID | atId | ) | [inline] |
Sets the id attribute.
atId | The new value for the id attribute. |
Definition at line 57 of file dom/domVertices.h.
void domVertices::setId | ( | xsID | atId | ) | [inline] |
Sets the id attribute.
atId | The new value for the id attribute. |
Definition at line 65 of file 1.4/dom/domVertices.h.
void domVertices::setName | ( | xsToken | atName | ) | [inline] |
Sets the name attribute.
atName | The new value for the name attribute. |
Definition at line 70 of file dom/domVertices.h.
void domVertices::setName | ( | xsNCName | atName | ) | [inline] |
Sets the name attribute.
atName | The new value for the name attribute. |
Definition at line 78 of file 1.4/dom/domVertices.h.
virtual daeInt domVertices::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 23 of file dom/domVertices.h.
virtual daeInt domVertices::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 31 of file 1.4/dom/domVertices.h.
xsID domVertices::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. Required attribute.
Definition at line 38 of file 1.4/dom/domVertices.h.
xsToken domVertices::attrName [protected] |
The name attribute is the text string name of this element. Optional attribute.
Definition at line 34 of file dom/domVertices.h.
xsNCName domVertices::attrName [protected] |
The name attribute is the text string name of this element. Optional attribute.
Definition at line 42 of file 1.4/dom/domVertices.h.
domExtra_Array domVertices::elemExtra_array [protected] |
The extra element may appear any number of times.
Definition at line 53 of file 1.4/dom/domVertices.h.
domInput_local_Array domVertices::elemInput_array [protected] |
The input element must occur at least one time. These inputs are local inputs.
Definition at line 41 of file dom/domVertices.h.
domInputLocal_Array domVertices::elemInput_array [protected] |
The input element must occur at least one time. These inputs are local inputs.
Definition at line 49 of file 1.4/dom/domVertices.h.