#include <domInstance_material.h>
The bind_vertex_input element binds vertex inputs to effect parameters upon instantiation.
Definition at line 117 of file 1.4/dom/domInstance_material.h.
domInstance_material::domBind_vertex_input::domBind_vertex_input | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 176 of file 1.4/dom/domInstance_material.h.
virtual domInstance_material::domBind_vertex_input::~domBind_vertex_input | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 180 of file 1.4/dom/domInstance_material.h.
domInstance_material::domBind_vertex_input::domBind_vertex_input | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 168 of file dom/domInstance_material.h.
virtual domInstance_material::domBind_vertex_input::~domBind_vertex_input | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 172 of file dom/domInstance_material.h.
static DLLSPEC daeElementRef domInstance_material::domBind_vertex_input::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
static DLLSPEC daeElementRef domInstance_material::domBind_vertex_input::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
virtual COLLADA_TYPE::TypeEnum domInstance_material::domBind_vertex_input::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 112 of file dom/domInstance_material.h.
virtual COLLADA_TYPE::TypeEnum domInstance_material::domBind_vertex_input::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 120 of file 1.4/dom/domInstance_material.h.
xsNCName domInstance_material::domBind_vertex_input::getInput_semantic | ( | ) | const [inline] |
Gets the input_semantic attribute.
Definition at line 146 of file dom/domInstance_material.h.
xsNCName domInstance_material::domBind_vertex_input::getInput_semantic | ( | ) | const [inline] |
Gets the input_semantic attribute.
Definition at line 154 of file 1.4/dom/domInstance_material.h.
domUint domInstance_material::domBind_vertex_input::getInput_set | ( | ) | const [inline] |
Gets the input_set attribute.
Definition at line 157 of file dom/domInstance_material.h.
domUint domInstance_material::domBind_vertex_input::getInput_set | ( | ) | const [inline] |
Gets the input_set attribute.
Definition at line 165 of file 1.4/dom/domInstance_material.h.
xsNCName domInstance_material::domBind_vertex_input::getSemantic | ( | ) | const [inline] |
Gets the semantic attribute.
Definition at line 135 of file dom/domInstance_material.h.
xsNCName domInstance_material::domBind_vertex_input::getSemantic | ( | ) | const [inline] |
Gets the semantic attribute.
Definition at line 143 of file 1.4/dom/domInstance_material.h.
static daeInt domInstance_material::domBind_vertex_input::ID | ( | ) | [inline, static] |
Definition at line 113 of file dom/domInstance_material.h.
static daeInt domInstance_material::domBind_vertex_input::ID | ( | ) | [inline, static] |
Definition at line 121 of file 1.4/dom/domInstance_material.h.
virtual domBind_vertex_input& domInstance_material::domBind_vertex_input::operator= | ( | const domBind_vertex_input & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 176 of file dom/domInstance_material.h.
virtual domBind_vertex_input& domInstance_material::domBind_vertex_input::operator= | ( | const domBind_vertex_input & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 184 of file 1.4/dom/domInstance_material.h.
static DLLSPEC daeMetaElement* domInstance_material::domBind_vertex_input::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.
static DLLSPEC daeMetaElement* domInstance_material::domBind_vertex_input::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 domInstance_material::domBind_vertex_input::setInput_semantic | ( | xsNCName | atInput_semantic | ) | [inline] |
Sets the input_semantic attribute.
atInput_semantic | The new value for the input_semantic attribute. |
Definition at line 151 of file dom/domInstance_material.h.
void domInstance_material::domBind_vertex_input::setInput_semantic | ( | xsNCName | atInput_semantic | ) | [inline] |
Sets the input_semantic attribute.
atInput_semantic | The new value for the input_semantic attribute. |
Definition at line 159 of file 1.4/dom/domInstance_material.h.
void domInstance_material::domBind_vertex_input::setInput_set | ( | domUint | atInput_set | ) | [inline] |
Sets the input_set attribute.
atInput_set | The new value for the input_set attribute. |
Definition at line 162 of file dom/domInstance_material.h.
void domInstance_material::domBind_vertex_input::setInput_set | ( | domUint | atInput_set | ) | [inline] |
Sets the input_set attribute.
atInput_set | The new value for the input_set attribute. |
Definition at line 170 of file 1.4/dom/domInstance_material.h.
void domInstance_material::domBind_vertex_input::setSemantic | ( | xsNCName | atSemantic | ) | [inline] |
Sets the semantic attribute.
atSemantic | The new value for the semantic attribute. |
Definition at line 140 of file dom/domInstance_material.h.
void domInstance_material::domBind_vertex_input::setSemantic | ( | xsNCName | atSemantic | ) | [inline] |
Sets the semantic attribute.
atSemantic | The new value for the semantic attribute. |
Definition at line 148 of file 1.4/dom/domInstance_material.h.
virtual daeInt domInstance_material::domBind_vertex_input::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 114 of file dom/domInstance_material.h.
virtual daeInt domInstance_material::domBind_vertex_input::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 122 of file 1.4/dom/domInstance_material.h.
The input_semantic attribute specifies which input semantic to bind.
Definition at line 131 of file 1.4/dom/domInstance_material.h.
The input_set attribute specifies which input set to bind.
Definition at line 135 of file 1.4/dom/domInstance_material.h.
The semantic attribute specifies which effect parameter to bind.
Definition at line 127 of file 1.4/dom/domInstance_material.h.