#include <domInput_local_offset.h>
Public Member Functions | |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
domUint | getOffset () const |
xsNMTOKEN | getSemantic () const |
domUint | getSet () const |
domUrifragment | getSource () const |
void | setOffset (domUint atOffset) |
void | setSemantic (xsNMTOKEN atSemantic) |
void | setSet (domUint atSet) |
void | setSource (domUrifragment atSource) |
virtual daeInt | typeID () const |
Static Public Member Functions | |
static DLLSPEC daeElementRef | create (DAE &dae) |
static daeInt | ID () |
static DLLSPEC daeMetaElement * | registerElement (DAE &dae) |
Protected Member Functions | |
domInput_local_offset (DAE &dae) | |
virtual domInput_local_offset & | operator= (const domInput_local_offset &cpy) |
virtual | ~domInput_local_offset () |
Protected Attributes | |
domUint | attrOffset |
xsNMTOKEN | attrSemantic |
domUint | attrSet |
domUrifragment | attrSource |
The input_local_offset_type element is used to represent indexed inputs that can only reference resources declared in the same document.
Definition at line 14 of file domInput_local_offset.h.
domInput_local_offset::domInput_local_offset | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 94 of file domInput_local_offset.h.
virtual domInput_local_offset::~domInput_local_offset | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 98 of file domInput_local_offset.h.
static DLLSPEC daeElementRef domInput_local_offset::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
virtual COLLADA_TYPE::TypeEnum domInput_local_offset::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 17 of file domInput_local_offset.h.
domUint domInput_local_offset::getOffset | ( | ) | const [inline] |
Gets the offset attribute.
Definition at line 50 of file domInput_local_offset.h.
xsNMTOKEN domInput_local_offset::getSemantic | ( | ) | const [inline] |
Gets the semantic attribute.
Definition at line 61 of file domInput_local_offset.h.
domUint domInput_local_offset::getSet | ( | ) | const [inline] |
Gets the set attribute.
Definition at line 83 of file domInput_local_offset.h.
domUrifragment domInput_local_offset::getSource | ( | ) | const [inline] |
Gets the source attribute.
Definition at line 72 of file domInput_local_offset.h.
static daeInt domInput_local_offset::ID | ( | ) | [inline, static] |
Definition at line 18 of file domInput_local_offset.h.
virtual domInput_local_offset& domInput_local_offset::operator= | ( | const domInput_local_offset & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 102 of file domInput_local_offset.h.
static DLLSPEC daeMetaElement* domInput_local_offset::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 domInput_local_offset::setOffset | ( | domUint | atOffset | ) | [inline] |
Sets the offset attribute.
atOffset | The new value for the offset attribute. |
Definition at line 55 of file domInput_local_offset.h.
void domInput_local_offset::setSemantic | ( | xsNMTOKEN | atSemantic | ) | [inline] |
Sets the semantic attribute.
atSemantic | The new value for the semantic attribute. |
Definition at line 66 of file domInput_local_offset.h.
void domInput_local_offset::setSet | ( | domUint | atSet | ) | [inline] |
Sets the set attribute.
atSet | The new value for the set attribute. |
Definition at line 88 of file domInput_local_offset.h.
void domInput_local_offset::setSource | ( | domUrifragment | atSource | ) | [inline] |
Sets the source attribute.
atSource | The new value for the source attribute. |
Definition at line 77 of file domInput_local_offset.h.
virtual daeInt domInput_local_offset::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 19 of file domInput_local_offset.h.
domUint domInput_local_offset::attrOffset [protected] |
The offset attribute represents the offset into the list of indices. If two input elements share the same offset, they will be indexed the same. This works as a simple form of compression for the list of indices as well as defining the order the inputs should be used in. Required attribute.
Definition at line 27 of file domInput_local_offset.h.
xsNMTOKEN domInput_local_offset::attrSemantic [protected] |
The semantic attribute is the user-defined meaning of the input connection. Required attribute.
Definition at line 32 of file domInput_local_offset.h.
domUint domInput_local_offset::attrSet [protected] |
The set attribute indicates which inputs should be grouped together as a single set. This is helpful when multiple inputs share the same semantics.
Definition at line 42 of file domInput_local_offset.h.
domUrifragment domInput_local_offset::attrSource [protected] |
The source attribute indicates the location of the data source. Required attribute.
Definition at line 37 of file domInput_local_offset.h.