#include <domSkin.h>
Public Member Functions | |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
domFloat4x4 & | getValue () |
const domFloat4x4 & | getValue () const |
domFloat4x4 & | getValue () |
void | setValue (const domFloat4x4 &val) |
void | setValue (const domFloat4x4 &val) |
virtual daeInt | typeID () const |
virtual daeInt | typeID () const |
Static Public Member Functions | |
static DLLSPEC daeElementRef | create (DAE &dae) |
static DLLSPEC daeElementRef | create (DAE &dae) |
static daeInt | ID () |
static daeInt | ID () |
static DLLSPEC daeMetaElement * | registerElement (DAE &dae) |
static DLLSPEC daeMetaElement * | registerElement (DAE &dae) |
Protected Member Functions | |
domBind_shape_matrix (DAE &dae) | |
domBind_shape_matrix (DAE &dae) | |
virtual domBind_shape_matrix & | operator= (const domBind_shape_matrix &cpy) |
virtual domBind_shape_matrix & | operator= (const domBind_shape_matrix &cpy) |
virtual | ~domBind_shape_matrix () |
virtual | ~domBind_shape_matrix () |
Protected Attributes | |
domFloat4x4 | _value |
This provides extra information about the position and orientation of the base mesh before binding. If bind_shape_matrix is not specified then an identity matrix may be used as the bind_shape_matrix. The bind_shape_matrix element may occur zero or one times.
Definition at line 44 of file 1.4/dom/domSkin.h.
domSkin::domBind_shape_matrix::domBind_shape_matrix | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 78 of file 1.4/dom/domSkin.h.
virtual domSkin::domBind_shape_matrix::~domBind_shape_matrix | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 82 of file 1.4/dom/domSkin.h.
domSkin::domBind_shape_matrix::domBind_shape_matrix | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 65 of file dom/domSkin.h.
virtual domSkin::domBind_shape_matrix::~domBind_shape_matrix | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 69 of file dom/domSkin.h.
static DLLSPEC daeElementRef domSkin::domBind_shape_matrix::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
static DLLSPEC daeElementRef domSkin::domBind_shape_matrix::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
virtual COLLADA_TYPE::TypeEnum domSkin::domBind_shape_matrix::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 39 of file dom/domSkin.h.
virtual COLLADA_TYPE::TypeEnum domSkin::domBind_shape_matrix::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 47 of file 1.4/dom/domSkin.h.
domFloat4x4& domSkin::domBind_shape_matrix::getValue | ( | ) | [inline] |
Gets the value of this element.
Definition at line 49 of file dom/domSkin.h.
const domFloat4x4& domSkin::domBind_shape_matrix::getValue | ( | ) | const [inline] |
Gets the _value array.
Definition at line 67 of file 1.4/dom/domSkin.h.
domFloat4x4& domSkin::domBind_shape_matrix::getValue | ( | ) | [inline] |
Gets the _value array.
Definition at line 62 of file 1.4/dom/domSkin.h.
static daeInt domSkin::domBind_shape_matrix::ID | ( | ) | [inline, static] |
Definition at line 40 of file dom/domSkin.h.
static daeInt domSkin::domBind_shape_matrix::ID | ( | ) | [inline, static] |
Definition at line 48 of file 1.4/dom/domSkin.h.
virtual domBind_shape_matrix& domSkin::domBind_shape_matrix::operator= | ( | const domBind_shape_matrix & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 73 of file dom/domSkin.h.
virtual domBind_shape_matrix& domSkin::domBind_shape_matrix::operator= | ( | const domBind_shape_matrix & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 86 of file 1.4/dom/domSkin.h.
static DLLSPEC daeMetaElement* domSkin::domBind_shape_matrix::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* domSkin::domBind_shape_matrix::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 domSkin::domBind_shape_matrix::setValue | ( | const domFloat4x4 & | val | ) | [inline] |
Sets the _value of this element.
val | The new value for this element. |
Definition at line 54 of file dom/domSkin.h.
void domSkin::domBind_shape_matrix::setValue | ( | const domFloat4x4 & | val | ) | [inline] |
Sets the _value array.
val | The new value for the _value array. |
Definition at line 72 of file 1.4/dom/domSkin.h.
virtual daeInt domSkin::domBind_shape_matrix::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 41 of file dom/domSkin.h.
virtual daeInt domSkin::domBind_shape_matrix::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 49 of file 1.4/dom/domSkin.h.
domFloat4x4 domSkin::domBind_shape_matrix::_value [protected] |
The domFloat4x4 value of the text data of this element.
Definition at line 55 of file 1.4/dom/domSkin.h.