domSkin::domBind_shape_matrix Class Reference

#include <domSkin.h>

Inheritance diagram for domSkin::domBind_shape_matrix:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual COLLADA_TYPE::TypeEnum getElementType () const
virtual COLLADA_TYPE::TypeEnum getElementType () const
domFloat4x4getValue ()
const domFloat4x4getValue () const
domFloat4x4getValue ()
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 daeMetaElementregisterElement (DAE &dae)
static DLLSPEC daeMetaElementregisterElement (DAE &dae)

Protected Member Functions

 domBind_shape_matrix (DAE &dae)
 domBind_shape_matrix (DAE &dae)
virtual domBind_shape_matrixoperator= (const domBind_shape_matrix &cpy)
virtual domBind_shape_matrixoperator= (const domBind_shape_matrix &cpy)
virtual ~domBind_shape_matrix ()
virtual ~domBind_shape_matrix ()

Protected Attributes

domFloat4x4 _value

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

static DLLSPEC daeElementRef domSkin::domBind_shape_matrix::create ( DAE dae  )  [static]

Creates an instance of this class and returns a daeElementRef referencing it.

Returns:
a daeElementRef referencing an instance of this object.
static DLLSPEC daeElementRef domSkin::domBind_shape_matrix::create ( DAE dae  )  [static]

Creates an instance of this class and returns a daeElementRef referencing it.

Returns:
a daeElementRef referencing an instance of this object.
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.

Returns:
a domFloat4x4 of the value.

Definition at line 49 of file dom/domSkin.h.

const domFloat4x4& domSkin::domBind_shape_matrix::getValue (  )  const [inline]

Gets the _value array.

Returns:
Returns a constant domFloat4x4 reference of 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.

Returns:
Returns a domFloat4x4 reference of 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.

Returns:
A daeMetaElement describing this COLLADA element.
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.

Returns:
A daeMetaElement describing this COLLADA element.
void domSkin::domBind_shape_matrix::setValue ( const domFloat4x4 val  )  [inline]

Sets the _value of this element.

Parameters:
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.

Parameters:
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.

Returns:
The element's type 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.

Returns:
The element's type ID.

Implements daeElement.

Definition at line 49 of file 1.4/dom/domSkin.h.


Member Data Documentation

The domFloat4x4 value of the text data of this element.

Definition at line 55 of file 1.4/dom/domSkin.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


colladadom
Author(s): Du Hung Hou, Khronos.org, Marcus Barnes, Greg Corson, Herbert Law, Sebastian Schwarz, Steven Thomas, John Hsu (ros package), Tim Field (ros package)
autogenerated on Fri Jan 11 09:31:54 2013