domBool_array Class Reference

#include <domBool_array.h>

Inheritance diagram for domBool_array:
Inheritance graph
[legend]

List of all members.

Public Member Functions

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

 domBool_array (DAE &dae)
 domBool_array (DAE &dae)
virtual domBool_arrayoperator= (const domBool_array &cpy)
virtual domBool_arrayoperator= (const domBool_array &cpy)
virtual ~domBool_array ()
virtual ~domBool_array ()

Protected Attributes

domList_of_bools _value
domListOfBools _value
domUint attrCount
xsID attrId
xsToken attrName
xsNCName attrName

Detailed Description

The bool_array element declares the storage for a homogenous array of boolean values.

Definition at line 22 of file 1.4/dom/domBool_array.h.


Constructor & Destructor Documentation

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

Constructor

Definition at line 107 of file 1.4/dom/domBool_array.h.

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

Destructor

Definition at line 111 of file 1.4/dom/domBool_array.h.

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

Constructor

Definition at line 94 of file dom/domBool_array.h.

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

Destructor

Definition at line 98 of file dom/domBool_array.h.


Member Function Documentation

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

Gets the count attribute.

Returns:
Returns a domUint of the count attribute.

Definition at line 67 of file dom/domBool_array.h.

domUint domBool_array::getCount (  )  const [inline]

Gets the count attribute.

Returns:
Returns a domUint of the count attribute.

Definition at line 80 of file 1.4/dom/domBool_array.h.

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

Reimplemented from daeElement.

Definition at line 17 of file dom/domBool_array.h.

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

Reimplemented from daeElement.

Definition at line 25 of file 1.4/dom/domBool_array.h.

xsID domBool_array::getId (  )  const [inline]

Gets the id attribute.

Returns:
Returns a xsID of the id attribute.

Definition at line 43 of file dom/domBool_array.h.

xsID domBool_array::getId (  )  const [inline]

Gets the id attribute.

Returns:
Returns a xsID of the id attribute.

Definition at line 56 of file 1.4/dom/domBool_array.h.

xsToken domBool_array::getName (  )  const [inline]

Gets the name attribute.

Returns:
Returns a xsToken of the name attribute.

Definition at line 56 of file dom/domBool_array.h.

xsNCName domBool_array::getName (  )  const [inline]

Gets the name attribute.

Returns:
Returns a xsNCName of the name attribute.

Definition at line 69 of file 1.4/dom/domBool_array.h.

domList_of_bools& domBool_array::getValue (  )  [inline]

Gets the value of this element.

Returns:
a domList_of_bools of the value.

Definition at line 78 of file dom/domBool_array.h.

const domListOfBools& domBool_array::getValue (  )  const [inline]

Gets the _value array.

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

Definition at line 96 of file 1.4/dom/domBool_array.h.

domListOfBools& domBool_array::getValue (  )  [inline]

Gets the _value array.

Returns:
Returns a domListOfBools reference of the _value array.

Definition at line 91 of file 1.4/dom/domBool_array.h.

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

Definition at line 18 of file dom/domBool_array.h.

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

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

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

Overloaded assignment operator

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

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

Overloaded assignment operator

Definition at line 115 of file 1.4/dom/domBool_array.h.

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

Sets the count attribute.

Parameters:
atCount The new value for the count attribute.

Definition at line 72 of file dom/domBool_array.h.

void domBool_array::setCount ( domUint  atCount  )  [inline]

Sets the count attribute.

Parameters:
atCount The new value for the count attribute.

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

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

Sets the id attribute.

Parameters:
atId The new value for the id attribute.

Definition at line 48 of file dom/domBool_array.h.

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

Sets the id attribute.

Parameters:
atId The new value for the id attribute.

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

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

Sets the name attribute.

Parameters:
atName The new value for the name attribute.

Definition at line 61 of file dom/domBool_array.h.

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

Sets the name attribute.

Parameters:
atName The new value for the name attribute.

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

void domBool_array::setValue ( const domList_of_bools val  )  [inline]

Sets the _value of this element.

Parameters:
val The new value for this element.

Definition at line 83 of file dom/domBool_array.h.

void domBool_array::setValue ( const domListOfBools val  )  [inline]

Sets the _value array.

Parameters:
val The new value for the _value array.

Definition at line 101 of file 1.4/dom/domBool_array.h.

virtual daeInt domBool_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 dom/domBool_array.h.

virtual daeInt domBool_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 27 of file 1.4/dom/domBool_array.h.


Member Data Documentation

The domList_of_bools value of the text data of this element.

Definition at line 89 of file dom/domBool_array.h.

The domListOfBools value of the text data of this element.

Definition at line 49 of file 1.4/dom/domBool_array.h.

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

Definition at line 43 of file 1.4/dom/domBool_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 34 of file 1.4/dom/domBool_array.h.

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

Definition at line 30 of file dom/domBool_array.h.

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

Definition at line 38 of file 1.4/dom/domBool_array.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:29:20 2013