domChannel Class Reference
#include <domChannel.h>
Inheritance diagram for domChannel:
Detailed Description
The channel element declares an output channel of an animation.As an animation transforms value over time, those values are directed out to channels. The animation channels describe where to store the transformed values from the animation engine. The channels target the data structures that receive the animated values.
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. | |
xsAnyURI & | getSource () |
Gets the source attribute. | |
const xsAnyURI & | getSource () const |
Gets the source attribute. | |
void | setSource (const xsAnyURI &atSource) |
Sets the source attribute. | |
xsToken | getTarget () const |
Gets the target attribute. | |
void | setTarget (xsToken atTarget) |
Sets the target 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 | |
domChannel () | |
Constructor. | |
virtual | ~domChannel () |
Destructor. | |
domChannel (const domChannel &cpy) | |
Copy Constructor. | |
virtual domChannel & | operator= (const domChannel &cpy) |
Overloaded assignment operator. | |
Protected Attributes | |
xsID | attrId |
The id attribute is a text string containing the unique identifier of the channel element. | |
xsNCName | attrName |
The name attribute is the text string name of this element. | |
xsAnyURI | attrSource |
The source attribute indicates the location of the sampler using a URL expression. | |
xsToken | attrTarget |
The target attribute indicates the location of the element bound to the output of the sampler. |
Member Function Documentation
|
Creates an instance of this class and returns a daeElementRef referencing it.
|
|
Gets the id attribute.
|
|
Gets the name attribute.
|
|
Gets the source attribute.
|
|
Gets the source attribute.
|
|
Gets the target 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.
|
|
Sets the source attribute.
|
|
Sets the target attribute.
|
Member Data Documentation
|
The id attribute is a text string containing the unique identifier of the channel element. This value must be unique within the instance document. Optional attribute. |
|
The name attribute is the text string name of this element. Optional attribute. |
|
The source attribute indicates the location of the sampler using a URL expression. Required attribute. |
|
The target attribute indicates the location of the element bound to the output of the sampler. This text string is a path-name following a simple syntax described in Address Syntax section of the COLLADA specification. Required attribute. |
The documentation for this class was generated from the following files:
- C:/SVN_wf/COLLADA_DOM/include/1.3/dom/domChannel.h
- C:/SVN_wf/COLLADA_DOM/src/1.3/dom/domChannel.cpp
©2005 Sony Computer Entertainment Inc.. All Rights Reserved.
Generated on Fri Feb 10 16:47:49 2006 for COLLADA 1.4 DOM by 1.4.3