domMorph Class Reference

#include <domMorph.h>

Inheritance diagram for domMorph:
Inheritance graph
[legend]

List of all members.

Classes

class  domTargets

Public Types

typedef daeTArray< domTargetsRefdomTargets_Array
typedef daeTArray< domTargetsRefdomTargets_Array
typedef daeSmartRef< domTargetsdomTargetsRef
typedef daeSmartRef< domTargetsdomTargetsRef

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 ()
domMorph_method getMethod () const
domMorphMethodType getMethod () const
const xsAnyURIgetSource () const
xsAnyURIgetSource ()
const xsAnyURIgetSource () const
xsAnyURIgetSource ()
const domSource_ArraygetSource_array () const
domSource_ArraygetSource_array ()
const domSource_ArraygetSource_array () const
domSource_ArraygetSource_array ()
const domTargetsRef getTargets () const
const domTargetsRef getTargets () const
void setMethod (domMorph_method atMethod)
void setMethod (domMorphMethodType atMethod)
void setSource (xsString atSource)
void setSource (const xsAnyURI &atSource)
void setSource (xsString atSource)
void setSource (const xsAnyURI &atSource)
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

 domMorph (DAE &dae)
 domMorph (DAE &dae)
virtual domMorphoperator= (const domMorph &cpy)
virtual domMorphoperator= (const domMorph &cpy)
virtual ~domMorph ()
virtual ~domMorph ()

Protected Attributes

domMorph_method attrMethod
domMorphMethodType attrMethod
xsAnyURI attrSource
domExtra_Array elemExtra_array
domSource_Array elemSource_array
domTargetsRef elemTargets

Detailed Description

The morph element describes the data required to blend between sets of static meshes. Each possible mesh that can be blended (a morph target) must be specified.

Definition at line 26 of file 1.4/dom/domMorph.h.


Member Typedef Documentation

Definition at line 28 of file dom/domMorph.h.

Definition at line 36 of file 1.4/dom/domMorph.h.

Definition at line 25 of file dom/domMorph.h.

Definition at line 33 of file 1.4/dom/domMorph.h.


Constructor & Destructor Documentation

domMorph::domMorph ( DAE dae  )  [inline, protected]

Constructor

Definition at line 199 of file 1.4/dom/domMorph.h.

virtual domMorph::~domMorph (  )  [inline, protected, virtual]

Destructor

Definition at line 203 of file 1.4/dom/domMorph.h.

domMorph::domMorph ( DAE dae  )  [inline, protected]

Constructor

Definition at line 191 of file dom/domMorph.h.

virtual domMorph::~domMorph (  )  [inline, protected, virtual]

Destructor

Definition at line 195 of file dom/domMorph.h.


Member Function Documentation

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

Reimplemented from daeElement.

Definition at line 21 of file dom/domMorph.h.

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

Reimplemented from daeElement.

Definition at line 29 of file 1.4/dom/domMorph.h.

const domExtra_Array& domMorph::getExtra_array (  )  const [inline]

Gets the extra element array.

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

Definition at line 186 of file dom/domMorph.h.

domExtra_Array& domMorph::getExtra_array (  )  [inline]

Gets the extra element array.

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

Definition at line 181 of file dom/domMorph.h.

const domExtra_Array& domMorph::getExtra_array (  )  const [inline]

Gets the extra element array.

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

Definition at line 194 of file 1.4/dom/domMorph.h.

domExtra_Array& domMorph::getExtra_array (  )  [inline]

Gets the extra element array.

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

Definition at line 189 of file 1.4/dom/domMorph.h.

domMorph_method domMorph::getMethod (  )  const [inline]

Gets the method attribute.

Returns:
Returns a domMorph_method of the method attribute.

Definition at line 134 of file dom/domMorph.h.

domMorphMethodType domMorph::getMethod (  )  const [inline]

Gets the method attribute.

Returns:
Returns a domMorphMethodType of the method attribute.

Definition at line 142 of file 1.4/dom/domMorph.h.

const xsAnyURI& domMorph::getSource (  )  const [inline]

Gets the source attribute.

Returns:
Returns a constant xsAnyURI reference of the source attribute.

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

xsAnyURI& domMorph::getSource (  )  [inline]

Gets the source attribute.

Returns:
Returns a xsAnyURI reference of the source attribute.

Definition at line 145 of file dom/domMorph.h.

const xsAnyURI& domMorph::getSource (  )  const [inline]

Gets the source attribute.

Returns:
Returns a constant xsAnyURI reference of the source attribute.

Definition at line 158 of file 1.4/dom/domMorph.h.

xsAnyURI& domMorph::getSource (  )  [inline]

Gets the source attribute.

Returns:
Returns a xsAnyURI reference of the source attribute.

Definition at line 153 of file 1.4/dom/domMorph.h.

const domSource_Array& domMorph::getSource_array (  )  const [inline]

Gets the source element array.

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

Definition at line 171 of file dom/domMorph.h.

domSource_Array& domMorph::getSource_array (  )  [inline]

Gets the source element array.

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

Definition at line 166 of file dom/domMorph.h.

const domSource_Array& domMorph::getSource_array (  )  const [inline]

Gets the source element array.

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

Definition at line 179 of file 1.4/dom/domMorph.h.

domSource_Array& domMorph::getSource_array (  )  [inline]

Gets the source element array.

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

Definition at line 174 of file 1.4/dom/domMorph.h.

const domTargetsRef domMorph::getTargets (  )  const [inline]

Gets the targets element.

Returns:
a daeSmartRef to the targets element.

Definition at line 176 of file dom/domMorph.h.

const domTargetsRef domMorph::getTargets (  )  const [inline]

Gets the targets element.

Returns:
a daeSmartRef to the targets element.

Definition at line 184 of file 1.4/dom/domMorph.h.

static daeInt domMorph::ID (  )  [inline, static]

Definition at line 22 of file dom/domMorph.h.

static daeInt domMorph::ID (  )  [inline, static]

Definition at line 30 of file 1.4/dom/domMorph.h.

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

Overloaded assignment operator

Definition at line 199 of file dom/domMorph.h.

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

Overloaded assignment operator

Definition at line 207 of file 1.4/dom/domMorph.h.

static DLLSPEC daeMetaElement* domMorph::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* domMorph::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 domMorph::setMethod ( domMorph_method  atMethod  )  [inline]

Sets the method attribute.

Parameters:
atMethod The new value for the method attribute.

Definition at line 139 of file dom/domMorph.h.

void domMorph::setMethod ( domMorphMethodType  atMethod  )  [inline]

Sets the method attribute.

Parameters:
atMethod The new value for the method attribute.

Definition at line 147 of file 1.4/dom/domMorph.h.

void domMorph::setSource ( xsString  atSource  )  [inline]

Sets the source attribute.

Parameters:
atSource The new value for the source attribute.

Definition at line 160 of file dom/domMorph.h.

void domMorph::setSource ( const xsAnyURI atSource  )  [inline]

Sets the source attribute.

Parameters:
atSource The new value for the source attribute.

Definition at line 155 of file dom/domMorph.h.

void domMorph::setSource ( xsString  atSource  )  [inline]

Sets the source attribute.

Parameters:
atSource The new value for the source attribute.

Definition at line 168 of file 1.4/dom/domMorph.h.

void domMorph::setSource ( const xsAnyURI atSource  )  [inline]

Sets the source attribute.

Parameters:
atSource The new value for the source attribute.

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

virtual daeInt domMorph::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 23 of file dom/domMorph.h.

virtual daeInt domMorph::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 31 of file 1.4/dom/domMorph.h.


Member Data Documentation

The method attribute specifies the which blending technique to use. The accepted values are NORMALIZED, and RELATIVE. The default value if not specified is NORMALIZED. Optional attribute.

Definition at line 108 of file dom/domMorph.h.

The method attribute specifies the which blending technique to use. The accepted values are NORMALIZED, and RELATIVE. The default value if not specified is NORMALIZED. Optional attribute.

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

The source attribute indicates the base mesh. Required attribute.

Definition at line 120 of file 1.4/dom/domMorph.h.

The extra element may appear any number of times.

See also:
domExtra

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

The morph element must contain at least two source elements.

See also:
domSource

Definition at line 126 of file 1.4/dom/domMorph.h.

The targets element declares the morph targets, their weights and any user defined attributes associated with them.

See also:
domTargets

Definition at line 131 of file 1.4/dom/domMorph.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:40 2013