domToken_array Class Reference

#include <domToken_array.h>

Inheritance diagram for domToken_array:
Inheritance graph
[legend]

List of all members.

Public Member Functions

domUint getCount () const
virtual COLLADA_TYPE::TypeEnum getElementType () const
xsID getId () const
xsToken getName () const
domList_of_tokensgetValue ()
void setCount (domUint atCount)
void setId (xsID atId)
void setName (xsToken atName)
void setValue (const domList_of_tokens &val)
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

 domToken_array (DAE &dae)
virtual domToken_arrayoperator= (const domToken_array &cpy)
virtual ~domToken_array ()

Protected Attributes

domList_of_tokens _value
domUint attrCount
xsID attrId
xsToken attrName

Detailed Description

The token_array_type element declares the storage for a homogenous array of xs:token string values.

Definition at line 14 of file domToken_array.h.


Constructor & Destructor Documentation

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

Constructor

Definition at line 94 of file domToken_array.h.

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

Destructor

Definition at line 98 of file domToken_array.h.


Member Function Documentation

static DLLSPEC daeElementRef domToken_array::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.
domUint domToken_array::getCount (  )  const [inline]

Gets the count attribute.

Returns:
Returns a domUint of the count attribute.

Definition at line 67 of file domToken_array.h.

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

Reimplemented from daeElement.

Definition at line 17 of file domToken_array.h.

xsID domToken_array::getId (  )  const [inline]

Gets the id attribute.

Returns:
Returns a xsID of the id attribute.

Definition at line 43 of file domToken_array.h.

xsToken domToken_array::getName (  )  const [inline]

Gets the name attribute.

Returns:
Returns a xsToken of the name attribute.

Definition at line 56 of file domToken_array.h.

domList_of_tokens& domToken_array::getValue (  )  [inline]

Gets the value of this element.

Returns:
a domList_of_tokens of the value.

Definition at line 78 of file domToken_array.h.

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

Definition at line 18 of file domToken_array.h.

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

Overloaded assignment operator

Definition at line 102 of file domToken_array.h.

static DLLSPEC daeMetaElement* domToken_array::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 domToken_array::setCount ( domUint  atCount  )  [inline]

Sets the count attribute.

Parameters:
atCount The new value for the count attribute.

Definition at line 72 of file domToken_array.h.

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

Sets the id attribute.

Parameters:
atId The new value for the id attribute.

Definition at line 48 of file domToken_array.h.

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

Sets the name attribute.

Parameters:
atName The new value for the name attribute.

Definition at line 61 of file domToken_array.h.

void domToken_array::setValue ( const domList_of_tokens val  )  [inline]

Sets the _value of this element.

Parameters:
val The new value for this element.

Definition at line 83 of file domToken_array.h.

virtual daeInt domToken_array::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 19 of file domToken_array.h.


Member Data Documentation

The domList_of_tokens value of the text data of this element.

Definition at line 89 of file domToken_array.h.

The count attribute indicates the number of values in the array. Required attribute.

Definition at line 35 of file domToken_array.h.

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 26 of file domToken_array.h.

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

Definition at line 30 of file domToken_array.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:58 2013