domSkin::domJoints Class Reference

#include <domSkin.h>

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

List of all members.

Public Member Functions

virtual COLLADA_TYPE::TypeEnum getElementType () const
virtual COLLADA_TYPE::TypeEnum getElementType () const
const domExtra_ArraygetExtra_array () const
domExtra_ArraygetExtra_array ()
const domExtra_ArraygetExtra_array () const
domExtra_ArraygetExtra_array ()
const domInput_local_ArraygetInput_array () const
domInput_local_ArraygetInput_array ()
const domInputLocal_ArraygetInput_array () const
domInputLocal_ArraygetInput_array ()
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

 domJoints (DAE &dae)
 domJoints (DAE &dae)
virtual domJointsoperator= (const domJoints &cpy)
virtual domJointsoperator= (const domJoints &cpy)
virtual ~domJoints ()
virtual ~domJoints ()

Protected Attributes

domExtra_Array elemExtra_array
domInput_local_Array elemInput_array
domInputLocal_Array elemInput_array

Detailed Description

The joints element associates joint, or skeleton, nodes with attribute data. In COLLADA, this is specified by the inverse bind matrix of each joint (influence) in the skeleton.

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


Constructor & Destructor Documentation

domSkin::domJoints::domJoints ( DAE dae  )  [inline, protected]

Constructor

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

virtual domSkin::domJoints::~domJoints (  )  [inline, protected, virtual]

Destructor

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

domSkin::domJoints::domJoints ( DAE dae  )  [inline, protected]

Constructor

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

virtual domSkin::domJoints::~domJoints (  )  [inline, protected, virtual]

Destructor

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


Member Function Documentation

static DLLSPEC daeElementRef domSkin::domJoints::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::domJoints::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::domJoints::getElementType (  )  const [inline, virtual]

Reimplemented from daeElement.

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

virtual COLLADA_TYPE::TypeEnum domSkin::domJoints::getElementType (  )  const [inline, virtual]

Reimplemented from daeElement.

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

const domExtra_Array& domSkin::domJoints::getExtra_array (  )  const [inline]

Gets the extra element array.

Returns:
Returns a constant reference to the array of extra elements.

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

domExtra_Array& domSkin::domJoints::getExtra_array (  )  [inline]

Gets the extra element array.

Returns:
Returns a reference to the array of extra elements.

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

const domExtra_Array& domSkin::domJoints::getExtra_array (  )  const [inline]

Gets the extra element array.

Returns:
Returns a constant reference to the array of extra elements.

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

domExtra_Array& domSkin::domJoints::getExtra_array (  )  [inline]

Gets the extra element array.

Returns:
Returns a reference to the array of extra elements.

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

const domInput_local_Array& domSkin::domJoints::getInput_array (  )  const [inline]

Gets the input element array.

Returns:
Returns a constant reference to the array of input elements.

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

domInput_local_Array& domSkin::domJoints::getInput_array (  )  [inline]

Gets the input element array.

Returns:
Returns a reference to the array of input elements.

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

const domInputLocal_Array& domSkin::domJoints::getInput_array (  )  const [inline]

Gets the input element array.

Returns:
Returns a constant reference to the array of input elements.

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

domInputLocal_Array& domSkin::domJoints::getInput_array (  )  [inline]

Gets the input element array.

Returns:
Returns a reference to the array of input elements.

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

static daeInt domSkin::domJoints::ID (  )  [inline, static]

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

static daeInt domSkin::domJoints::ID (  )  [inline, static]

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

virtual domJoints& domSkin::domJoints::operator= ( const domJoints cpy  )  [inline, protected, virtual]

Overloaded assignment operator

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

virtual domJoints& domSkin::domJoints::operator= ( const domJoints cpy  )  [inline, protected, virtual]

Overloaded assignment operator

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

static DLLSPEC daeMetaElement* domSkin::domJoints::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::domJoints::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.
virtual daeInt domSkin::domJoints::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 104 of file dom/domSkin.h.

virtual daeInt domSkin::domJoints::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 117 of file 1.4/dom/domSkin.h.


Member Data Documentation

The extra element may appear any number of times.

See also:
domExtra

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

The input element must occur at least twice. These inputs are local inputs.

See also:
domInput

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

The input element must occur at least twice. These inputs are local inputs.

See also:
domInput

Definition at line 124 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