#include <domGlsl_array.h>
Public Member Functions | |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
const domGlsl_value_Array & | getGlsl_value_array () const |
domGlsl_value_Array & | getGlsl_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 daeMetaElement * | registerElement (DAE &dae) |
Protected Member Functions | |
domGlsl_array (DAE &dae) | |
virtual domGlsl_array & | operator= (const domGlsl_array &cpy) |
virtual | ~domGlsl_array () |
Protected Attributes | |
xsPositiveInteger | attrLength |
domGlsl_value_Array | elemGlsl_value_array |
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.
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.
static DLLSPEC daeElementRef domGlsl_array::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
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.
Definition at line 51 of file domGlsl_array.h.
domGlsl_value_Array& domGlsl_array::getGlsl_value_array | ( | ) | [inline] |
Gets the glsl_value element array.
Definition at line 46 of file domGlsl_array.h.
xsPositiveInteger domGlsl_array::getLength | ( | ) | const [inline] |
Gets 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.
void domGlsl_array::setLength | ( | xsPositiveInteger | atLength | ) | [inline] |
Sets the length attribute.
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.
Implements daeElement.
Definition at line 20 of file domGlsl_array.h.
xsPositiveInteger domGlsl_array::attrLength [protected] |
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.