domSkin::domVertex_weights::domV Class Reference

#include <domSkin.h>

Inheritance diagram for domSkin::domVertex_weights::domV:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual COLLADA_TYPE::TypeEnum getElementType () const
virtual COLLADA_TYPE::TypeEnum getElementType () const
domList_of_intsgetValue ()
const domListOfIntsgetValue () const
domListOfIntsgetValue ()
void setValue (const domList_of_ints &val)
void setValue (const domListOfInts &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

 domV (DAE &dae)
 domV (DAE &dae)
virtual domVoperator= (const domV &cpy)
virtual domVoperator= (const domV &cpy)
virtual ~domV ()
virtual ~domV ()

Protected Attributes

domList_of_ints _value
domListOfInts _value

Detailed Description

The v element describes which bones and attributes are associated with each vertex. An index of –1 into the array of joints refers to the bind shape. Weights should be normalized before use. The v element must occur zero or one times.

The v element describes which bones and attributes are associated with each vertex. An index of -1 into the array of joints refers to the bind shape. Weights should be normalized before use. The v element must occur zero or one times.

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


Constructor & Destructor Documentation

domSkin::domVertex_weights::domV::domV ( DAE dae  )  [inline, protected]

Constructor

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

virtual domSkin::domVertex_weights::domV::~domV (  )  [inline, protected, virtual]

Destructor

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

domSkin::domVertex_weights::domV::domV ( DAE dae  )  [inline, protected]

Constructor

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

virtual domSkin::domVertex_weights::domV::~domV (  )  [inline, protected, virtual]

Destructor

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


Member Function Documentation

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

Reimplemented from daeElement.

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

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

Reimplemented from daeElement.

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

domList_of_ints& domSkin::domVertex_weights::domV::getValue (  )  [inline]

Gets the value of this element.

Returns:
a domList_of_ints of the value.

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

const domListOfInts& domSkin::domVertex_weights::domV::getValue (  )  const [inline]

Gets the _value array.

Returns:
Returns a constant domListOfInts reference of the _value array.

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

domListOfInts& domSkin::domVertex_weights::domV::getValue (  )  [inline]

Gets the _value array.

Returns:
Returns a domListOfInts reference of the _value array.

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

static daeInt domSkin::domVertex_weights::domV::ID (  )  [inline, static]

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

static daeInt domSkin::domVertex_weights::domV::ID (  )  [inline, static]

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

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

Overloaded assignment operator

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

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

Overloaded assignment operator

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

static DLLSPEC daeMetaElement* domSkin::domVertex_weights::domV::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::domVertex_weights::domV::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::domVertex_weights::domV::setValue ( const domList_of_ints val  )  [inline]

Sets the _value of this element.

Parameters:
val The new value for this element.

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

void domSkin::domVertex_weights::domV::setValue ( const domListOfInts val  )  [inline]

Sets the _value array.

Parameters:
val The new value for the _value array.

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

virtual daeInt domSkin::domVertex_weights::domV::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 260 of file dom/domSkin.h.

virtual daeInt domSkin::domVertex_weights::domV::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 278 of file 1.4/dom/domSkin.h.


Member Data Documentation

The domList_of_ints value of the text data of this element.

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

The domListOfInts value of the text data of this element.

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