domLibrary_controllers Class Reference

#include <domLibrary_controllers.h>

Inheritance diagram for domLibrary_controllers:
Inheritance graph
[legend]

List of all members.

Public Member Functions

const domAssetRef getAsset () const
const domAssetRef getAsset () const
const domController_ArraygetController_array () const
domController_ArraygetController_array ()
const domController_ArraygetController_array () const
domController_ArraygetController_array ()
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 ()
xsID getId () const
xsID getId () const
xsToken getName () const
xsNCName getName () const
void setId (xsID atId)
void setId (xsID atId)
void setName (xsToken atName)
void setName (xsNCName atName)
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

 domLibrary_controllers (DAE &dae)
 domLibrary_controllers (DAE &dae)
virtual domLibrary_controllersoperator= (const domLibrary_controllers &cpy)
virtual domLibrary_controllersoperator= (const domLibrary_controllers &cpy)
virtual ~domLibrary_controllers ()
virtual ~domLibrary_controllers ()

Protected Attributes

xsID attrId
xsToken attrName
xsNCName attrName
domAssetRef elemAsset
domController_Array elemController_array
domExtra_Array elemExtra_array

Detailed Description

The library_controllers element declares a module of controller elements.

Definition at line 24 of file 1.4/dom/domLibrary_controllers.h.


Constructor & Destructor Documentation

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

Constructor

Definition at line 110 of file 1.4/dom/domLibrary_controllers.h.

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

Destructor

Definition at line 114 of file 1.4/dom/domLibrary_controllers.h.

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

Constructor

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

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

Destructor

Definition at line 106 of file dom/domLibrary_controllers.h.


Member Function Documentation

static DLLSPEC daeElementRef domLibrary_controllers::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 domLibrary_controllers::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 domAssetRef domLibrary_controllers::getAsset (  )  const [inline]

Gets the asset element.

Returns:
a daeSmartRef to the asset element.

Definition at line 77 of file dom/domLibrary_controllers.h.

const domAssetRef domLibrary_controllers::getAsset (  )  const [inline]

Gets the asset element.

Returns:
a daeSmartRef to the asset element.

Definition at line 85 of file 1.4/dom/domLibrary_controllers.h.

const domController_Array& domLibrary_controllers::getController_array (  )  const [inline]

Gets the controller element array.

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

Definition at line 87 of file dom/domLibrary_controllers.h.

domController_Array& domLibrary_controllers::getController_array (  )  [inline]

Gets the controller element array.

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

Definition at line 82 of file dom/domLibrary_controllers.h.

const domController_Array& domLibrary_controllers::getController_array (  )  const [inline]

Gets the controller element array.

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

Definition at line 95 of file 1.4/dom/domLibrary_controllers.h.

domController_Array& domLibrary_controllers::getController_array (  )  [inline]

Gets the controller element array.

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

Definition at line 90 of file 1.4/dom/domLibrary_controllers.h.

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

Reimplemented from daeElement.

Definition at line 19 of file dom/domLibrary_controllers.h.

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

Reimplemented from daeElement.

Definition at line 27 of file 1.4/dom/domLibrary_controllers.h.

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

Gets the extra element array.

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

Definition at line 97 of file dom/domLibrary_controllers.h.

domExtra_Array& domLibrary_controllers::getExtra_array (  )  [inline]

Gets the extra element array.

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

Definition at line 92 of file dom/domLibrary_controllers.h.

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

Gets the extra element array.

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

Definition at line 105 of file 1.4/dom/domLibrary_controllers.h.

domExtra_Array& domLibrary_controllers::getExtra_array (  )  [inline]

Gets the extra element array.

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

Definition at line 100 of file 1.4/dom/domLibrary_controllers.h.

xsID domLibrary_controllers::getId (  )  const [inline]

Gets the id attribute.

Returns:
Returns a xsID of the id attribute.

Definition at line 53 of file dom/domLibrary_controllers.h.

xsID domLibrary_controllers::getId (  )  const [inline]

Gets the id attribute.

Returns:
Returns a xsID of the id attribute.

Definition at line 61 of file 1.4/dom/domLibrary_controllers.h.

xsToken domLibrary_controllers::getName (  )  const [inline]

Gets the name attribute.

Returns:
Returns a xsToken of the name attribute.

Definition at line 66 of file dom/domLibrary_controllers.h.

xsNCName domLibrary_controllers::getName (  )  const [inline]

Gets the name attribute.

Returns:
Returns a xsNCName of the name attribute.

Definition at line 74 of file 1.4/dom/domLibrary_controllers.h.

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

Definition at line 20 of file dom/domLibrary_controllers.h.

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

Definition at line 28 of file 1.4/dom/domLibrary_controllers.h.

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

Overloaded assignment operator

Definition at line 110 of file dom/domLibrary_controllers.h.

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

Overloaded assignment operator

Definition at line 118 of file 1.4/dom/domLibrary_controllers.h.

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

Sets the id attribute.

Parameters:
atId The new value for the id attribute.

Definition at line 58 of file dom/domLibrary_controllers.h.

void domLibrary_controllers::setId ( xsID  atId  )  [inline]

Sets the id attribute.

Parameters:
atId The new value for the id attribute.

Definition at line 66 of file 1.4/dom/domLibrary_controllers.h.

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

Sets the name attribute.

Parameters:
atName The new value for the name attribute.

Definition at line 71 of file dom/domLibrary_controllers.h.

void domLibrary_controllers::setName ( xsNCName  atName  )  [inline]

Sets the name attribute.

Parameters:
atName The new value for the name attribute.

Definition at line 79 of file 1.4/dom/domLibrary_controllers.h.

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

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


Member Data Documentation

The id attribute is a text string containing the unique identifier of this element. This value must be unique within the instance document. Optional attribute.

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

The name attribute is the text string name of this element. Optional attribute.

Definition at line 32 of file dom/domLibrary_controllers.h.

The name attribute is the text string name of this element. Optional attribute.

Definition at line 40 of file 1.4/dom/domLibrary_controllers.h.

The library_controllers element may contain an asset element.

See also:
domAsset

Definition at line 46 of file 1.4/dom/domLibrary_controllers.h.

There must be at least one controller element.

See also:
domController

Definition at line 50 of file 1.4/dom/domLibrary_controllers.h.

The extra element may appear any number of times.

See also:
domExtra

Definition at line 54 of file 1.4/dom/domLibrary_controllers.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:36 2013