domGeometry Class Reference
#include <domGeometry.h>
Inheritance diagram for domGeometry:
Detailed Description
Geometry describes the visual shape and appearance of an object in the scene.The geometry element categorizes the declaration of geometric information. Geometry is a branch of mathematics that deals with the measurement, properties, and relationships of points, lines, angles, surfaces, and solids. The geometry element contains a declaration of a mesh. A geometry element contains the elements that describe geometric data. The actual type and complexity of the data is left to the child elements to represent in detail.
Public Member Functions | |
xsID | getId () const |
Gets the id attribute. | |
void | setId (xsID atId) |
Sets the id attribute. | |
xsNCName | getName () const |
Gets the name attribute. | |
void | setName (xsNCName atName) |
Sets the name attribute. | |
const domMeshRef | getMesh () const |
Gets the mesh element. | |
domExtra_Array & | getExtra_array () |
Gets the extra element array. | |
const domExtra_Array & | getExtra_array () const |
Gets the extra element array. | |
Static Public Member Functions | |
static daeElementRef | create (daeInt bytes) |
Creates an instance of this class and returns a daeElementRef referencing it. | |
static daeMetaElement * | registerElement () |
Creates a daeMetaElement object that describes this element in the meta object reflection framework. | |
Static Public Attributes | |
static daeMetaElement * | _Meta = NULL |
The daeMetaElement that describes this element in the meta object reflection framework. | |
Protected Member Functions | |
domGeometry () | |
Constructor. | |
virtual | ~domGeometry () |
Destructor. | |
domGeometry (const domGeometry &cpy) | |
Copy Constructor. | |
virtual domGeometry & | operator= (const domGeometry &cpy) |
Overloaded assignment operator. | |
Protected Attributes | |
xsID | attrId |
The id attribute is a text string containing the unique identifier of the geometry element. | |
xsNCName | attrName |
The name attribute is a text string containing the name of the geometry element. | |
domMeshRef | elemMesh |
The mesh element must occur exactly one time. | |
domExtra_Array | elemExtra_array |
The geometry element can contain zero or more extra elements. |
Member Function Documentation
|
Creates an instance of this class and returns a daeElementRef referencing it.
|
|
Gets the extra element array.
|
|
Gets the extra element array.
|
|
Gets the id attribute.
|
|
Gets the mesh element.
|
|
Gets the name attribute.
|
|
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.
|
|
Sets the id attribute.
|
|
Sets the name attribute.
|
Member Data Documentation
|
The id attribute is a text string containing the unique identifier of the geometry element. This value must be unique within the instance document. Optional attribute. |
|
The name attribute is a text string containing the name of the geometry element. Optional attribute. |
|
The geometry element can contain zero or more extra elements.
|
|
The mesh element must occur exactly one time.
|
The documentation for this class was generated from the following files:
- C:/SVN_wf/COLLADA_DOM/include/1.3/dom/domGeometry.h
- C:/SVN_wf/COLLADA_DOM/src/1.3/dom/domGeometry.cpp
©2005 Sony Computer Entertainment Inc.. All Rights Reserved.
Generated on Fri Feb 10 16:48:22 2006 for COLLADA 1.4 DOM by 1.4.3