domGlsl_array Class Reference

#include <domGlsl_array.h>

Inheritance diagram for domGlsl_array:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual COLLADA_TYPE::TypeEnum getElementType () const
const domGlsl_value_ArraygetGlsl_value_array () const
domGlsl_value_ArraygetGlsl_value_array ()
xsPositiveInteger getLength () const
void setLength (xsPositiveInteger atLength)
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

 domGlsl_array (DAE &dae)
virtual domGlsl_arrayoperator= (const domGlsl_array &cpy)
virtual ~domGlsl_array ()

Protected Attributes

xsPositiveInteger attrLength
domGlsl_value_Array elemGlsl_value_array

Detailed Description

The glsl_newarray_type element is used to creates a parameter of a one-dimensional array type.

Definition at line 15 of file domGlsl_array.h.


Constructor & Destructor Documentation

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

Constructor

Definition at line 56 of file domGlsl_array.h.

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

Destructor

Definition at line 60 of file domGlsl_array.h.


Member Function Documentation

static DLLSPEC daeElementRef domGlsl_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.
virtual COLLADA_TYPE::TypeEnum domGlsl_array::getElementType (  )  const [inline, virtual]

Reimplemented from daeElement.

Definition at line 18 of file domGlsl_array.h.

const domGlsl_value_Array& domGlsl_array::getGlsl_value_array (  )  const [inline]

Gets the glsl_value element array.

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

Definition at line 51 of file domGlsl_array.h.

domGlsl_value_Array& domGlsl_array::getGlsl_value_array (  )  [inline]

Gets the glsl_value element array.

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

Definition at line 46 of file domGlsl_array.h.

xsPositiveInteger domGlsl_array::getLength (  )  const [inline]

Gets the length attribute.

Returns:
Returns a xsPositiveInteger of the length attribute.

Definition at line 35 of file domGlsl_array.h.

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

Definition at line 19 of file domGlsl_array.h.

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

Overloaded assignment operator

Definition at line 64 of file domGlsl_array.h.

static DLLSPEC daeMetaElement* domGlsl_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 domGlsl_array::setLength ( xsPositiveInteger  atLength  )  [inline]

Sets the length attribute.

Parameters:
atLength The new value for the length attribute.

Definition at line 40 of file domGlsl_array.h.

virtual daeInt domGlsl_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 20 of file domGlsl_array.h.


Member Data Documentation

The length attribute specifies the length of the array.

Definition at line 25 of file domGlsl_array.h.

Definition at line 28 of file domGlsl_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:18 2013