domInstance Class Reference
#include <domInstance.h>
Inheritance diagram for domInstance:


Detailed Description
The instance element declares the instantiation of a node, an object or the contents of another COLLADA resource.
Public Member Functions | |
| xsAnyURI & | getUrl () |
| Gets the url attribute. | |
| const xsAnyURI & | getUrl () const |
| Gets the url attribute. | |
| void | setUrl (const xsAnyURI &atUrl) |
| Sets the url attribute. | |
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 | |
| domInstance () | |
| Constructor. | |
| virtual | ~domInstance () |
| Destructor. | |
| domInstance (const domInstance &cpy) | |
| Copy Constructor. | |
| virtual domInstance & | operator= (const domInstance &cpy) |
| Overloaded assignment operator. | |
Protected Attributes | |
| xsAnyURI | attrUrl |
| The url attribute indicates the URL of the location of the object to instance. | |
Member Function Documentation
|
|
Creates an instance of this class and returns a daeElementRef referencing it.
|
|
|
Gets the url attribute.
|
|
|
Gets the url 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 url attribute.
|
Member Data Documentation
|
|
The url attribute indicates the URL of the location of the object to instance. When the url attribute indicates a geometry element then the instantiation does not resolve any controller elements that may target the geometry element. When the url attribute indicates a controller element then the instantiation resolves the controller element and its target, such as a geometry element. Required attribute. |
The documentation for this class was generated from the following files:
- C:/SVN_wf/COLLADA_DOM/include/1.3/dom/domInstance.h
- C:/SVN_wf/COLLADA_DOM/src/1.3/dom/domInstance.cpp
©2005 Sony Computer Entertainment Inc.. All Rights Reserved.
Generated on Fri Feb 10 16:48:31 2006 for COLLADA 1.4 DOM by
1.4.3