#include <domGles2_value.h>
Public Member Functions | |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
const domGles2_value_Array & | getGles2_value_array () const |
domGles2_value_Array & | getGles2_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 | |
domArray (DAE &dae) | |
virtual domArray & | operator= (const domArray &cpy) |
virtual | ~domArray () |
Protected Attributes | |
xsPositiveInteger | attrLength |
domGles2_value_Array | elemGles2_value_array |
Definition at line 1109 of file domGles2_value.h.
domGles2_value::domArray::domArray | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 1151 of file domGles2_value.h.
virtual domGles2_value::domArray::~domArray | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 1155 of file domGles2_value.h.
static DLLSPEC daeElementRef domGles2_value::domArray::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
virtual COLLADA_TYPE::TypeEnum domGles2_value::domArray::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 1112 of file domGles2_value.h.
const domGles2_value_Array& domGles2_value::domArray::getGles2_value_array | ( | ) | const [inline] |
Gets the gles2_value element array.
Definition at line 1146 of file domGles2_value.h.
domGles2_value_Array& domGles2_value::domArray::getGles2_value_array | ( | ) | [inline] |
Gets the gles2_value element array.
Definition at line 1141 of file domGles2_value.h.
xsPositiveInteger domGles2_value::domArray::getLength | ( | ) | const [inline] |
Gets the length attribute.
Definition at line 1130 of file domGles2_value.h.
static daeInt domGles2_value::domArray::ID | ( | ) | [inline, static] |
Definition at line 1113 of file domGles2_value.h.
virtual domArray& domGles2_value::domArray::operator= | ( | const domArray & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 1159 of file domGles2_value.h.
static DLLSPEC daeMetaElement* domGles2_value::domArray::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 domGles2_value::domArray::setLength | ( | xsPositiveInteger | atLength | ) | [inline] |
Sets the length attribute.
atLength | The new value for the length attribute. |
Definition at line 1135 of file domGles2_value.h.
virtual daeInt domGles2_value::domArray::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 1114 of file domGles2_value.h.
Enable applications to validate element count without shader having been compiled
Definition at line 1120 of file domGles2_value.h.
Definition at line 1123 of file domGles2_value.h.