domJoint Class Reference

#include <domJoint.h>

Inheritance diagram for domJoint:
Inheritance graph
[legend]

List of all members.

Public Member Functions

const daeElementRefArraygetContents () const
daeElementRefArraygetContents ()
virtual COLLADA_TYPE::TypeEnum getElementType () const
const domExtra_ArraygetExtra_array () const
domExtra_ArraygetExtra_array ()
xsID getId () const
xsToken getName () const
const domAxis_constraint_ArraygetPrismatic_array () const
domAxis_constraint_ArraygetPrismatic_array ()
const domAxis_constraint_ArraygetRevolute_array () const
domAxis_constraint_ArraygetRevolute_array ()
domSid getSid () const
void setId (xsID atId)
void setName (xsToken atName)
void setSid (domSid atSid)
virtual daeInt typeID () const

Static Public Member Functions

static DLLSPEC daeElementRef create (DAE &dae)
static daeInt ID ()
static DLLSPEC daeMetaElementregisterElement (DAE &dae)

Protected Member Functions

 domJoint (DAE &dae)
virtual domJointoperator= (const domJoint &cpy)
virtual ~domJoint ()

Protected Attributes

daeTArray< daeCharArray * > _CMData
daeElementRefArray _contents
daeUIntArray _contentsOrder
xsID attrId
xsToken attrName
domSid attrSid
domExtra_Array elemExtra_array
domAxis_constraint_Array elemPrismatic_array
domAxis_constraint_Array elemRevolute_array

Detailed Description

Definition at line 12 of file domJoint.h.


Constructor & Destructor Documentation

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

Constructor

Definition at line 123 of file domJoint.h.

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

Destructor

Definition at line 127 of file domJoint.h.


Member Function Documentation

static DLLSPEC daeElementRef domJoint::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.
const daeElementRefArray& domJoint::getContents (  )  const [inline]

Gets the _contents array.

Returns:
Returns a constant reference to the _contents element array.

Definition at line 117 of file domJoint.h.

daeElementRefArray& domJoint::getContents (  )  [inline]

Gets the _contents array.

Returns:
Returns a reference to the _contents element array.

Definition at line 112 of file domJoint.h.

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

Reimplemented from daeElement.

Definition at line 15 of file domJoint.h.

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

Gets the extra element array.

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

Definition at line 107 of file domJoint.h.

domExtra_Array& domJoint::getExtra_array (  )  [inline]

Gets the extra element array.

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

Definition at line 102 of file domJoint.h.

xsID domJoint::getId (  )  const [inline]

Gets the id attribute.

Returns:
Returns a xsID of the id attribute.

Definition at line 47 of file domJoint.h.

xsToken domJoint::getName (  )  const [inline]

Gets the name attribute.

Returns:
Returns a xsToken of the name attribute.

Definition at line 60 of file domJoint.h.

const domAxis_constraint_Array& domJoint::getPrismatic_array (  )  const [inline]

Gets the prismatic element array.

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

Definition at line 87 of file domJoint.h.

domAxis_constraint_Array& domJoint::getPrismatic_array (  )  [inline]

Gets the prismatic element array.

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

Definition at line 82 of file domJoint.h.

const domAxis_constraint_Array& domJoint::getRevolute_array (  )  const [inline]

Gets the revolute element array.

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

Definition at line 97 of file domJoint.h.

domAxis_constraint_Array& domJoint::getRevolute_array (  )  [inline]

Gets the revolute element array.

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

Definition at line 92 of file domJoint.h.

domSid domJoint::getSid (  )  const [inline]

Gets the sid attribute.

Returns:
Returns a domSid of the sid attribute.

Definition at line 71 of file domJoint.h.

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

Definition at line 16 of file domJoint.h.

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

Overloaded assignment operator

Definition at line 131 of file domJoint.h.

static DLLSPEC daeMetaElement* domJoint::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 domJoint::setId ( xsID  atId  )  [inline]

Sets the id attribute.

Parameters:
atId The new value for the id attribute.

Definition at line 52 of file domJoint.h.

void domJoint::setName ( xsToken  atName  )  [inline]

Sets the name attribute.

Parameters:
atName The new value for the name attribute.

Definition at line 65 of file domJoint.h.

void domJoint::setSid ( domSid  atSid  )  [inline]

Sets the sid attribute.

Parameters:
atSid The new value for the sid attribute.

Definition at line 76 of file domJoint.h.

virtual daeInt domJoint::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 17 of file domJoint.h.


Member Data Documentation

Used to store information needed for some content model objects.

Definition at line 39 of file domJoint.h.

Used to preserve order in elements that do not specify strict sequencing of sub-elements.

Definition at line 30 of file domJoint.h.

Used to preserve order in elements that have a complex content model.

Definition at line 34 of file domJoint.h.

xsID domJoint::attrId [protected]

Definition at line 19 of file domJoint.h.

Definition at line 20 of file domJoint.h.

Definition at line 21 of file domJoint.h.

Definition at line 26 of file domJoint.h.

Definition at line 24 of file domJoint.h.

Definition at line 25 of file domJoint.h.


The documentation for this class was generated from the following file:
 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:33 2013