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


Detailed Description
The input element declares the input semantics of a data source.The input element declares the input connections that a consumer requires.
Public Member Functions | |
| xsNonNegativeInteger | getIdx () const |
| Gets the idx attribute. | |
| void | setIdx (xsNonNegativeInteger atIdx) |
| Sets the idx attribute. | |
| xsNMTOKEN | getSemantic () const |
| Gets the semantic attribute. | |
| void | setSemantic (xsNMTOKEN atSemantic) |
| Sets the semantic attribute. | |
| xsAnyURI & | getSource () |
| Gets the source attribute. | |
| const xsAnyURI & | getSource () const |
| Gets the source attribute. | |
| void | setSource (const xsAnyURI &atSource) |
| Sets the source 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 | |
| domInput () | |
| Constructor. | |
| virtual | ~domInput () |
| Destructor. | |
| domInput (const domInput &cpy) | |
| Copy Constructor. | |
| virtual domInput & | operator= (const domInput &cpy) |
| Overloaded assignment operator. | |
Protected Attributes | |
| xsNonNegativeInteger | attrIdx |
| The idx attribute uniquely identifies the input among the set of input elements in scope. | |
| xsNMTOKEN | attrSemantic |
| The semantic attribute is the user-defined meaning of the input connection. | |
| xsAnyURI | attrSource |
| The source attribute indicates the location of the data source. | |
Member Function Documentation
|
|
Creates an instance of this class and returns a daeElementRef referencing it.
|
|
|
Gets the idx attribute.
|
|
|
Gets the semantic attribute.
|
|
|
Gets the source attribute.
|
|
|
Gets the source 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 idx attribute.
|
|
|
Sets the semantic attribute.
|
|
|
Sets the source attribute.
|
Member Data Documentation
|
|
The idx attribute uniquely identifies the input among the set of input elements in scope. Required attribute. |
|
|
The semantic attribute is the user-defined meaning of the input connection. Required attribute. |
|
|
The source attribute indicates the location of the data source. Required attribute. |
The documentation for this class was generated from the following files:
- C:/SVN_wf/COLLADA_DOM/include/1.3/dom/domInput.h
- C:/SVN_wf/COLLADA_DOM/src/1.3/dom/domInput.cpp
©2005 Sony Computer Entertainment Inc.. All Rights Reserved.
Generated on Fri Feb 10 16:48:28 2006 for COLLADA 1.4 DOM by
1.4.3