#include <domPolylist.h>
Public Member Functions | |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
domList_of_uints & | getValue () |
const domListOfUInts & | getValue () const |
domListOfUInts & | getValue () |
void | setValue (const domList_of_uints &val) |
void | setValue (const domListOfUInts &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 daeMetaElement * | registerElement (DAE &dae) |
static DLLSPEC daeMetaElement * | registerElement (DAE &dae) |
Protected Member Functions | |
domVcount (DAE &dae) | |
domVcount (DAE &dae) | |
virtual domVcount & | operator= (const domVcount &cpy) |
virtual domVcount & | operator= (const domVcount &cpy) |
virtual | ~domVcount () |
virtual | ~domVcount () |
Protected Attributes | |
domList_of_uints | _value |
domListOfUInts | _value |
The vcount element contains a list of integers describing the number of sides for each polygon described by the polylist element. The vcount element may occur once.
Definition at line 45 of file 1.4/dom/domPolylist.h.
domPolylist::domVcount::domVcount | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 79 of file 1.4/dom/domPolylist.h.
virtual domPolylist::domVcount::~domVcount | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 83 of file 1.4/dom/domPolylist.h.
domPolylist::domVcount::domVcount | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 66 of file dom/domPolylist.h.
virtual domPolylist::domVcount::~domVcount | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 70 of file dom/domPolylist.h.
static DLLSPEC daeElementRef domPolylist::domVcount::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
static DLLSPEC daeElementRef domPolylist::domVcount::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
virtual COLLADA_TYPE::TypeEnum domPolylist::domVcount::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 40 of file dom/domPolylist.h.
virtual COLLADA_TYPE::TypeEnum domPolylist::domVcount::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 48 of file 1.4/dom/domPolylist.h.
domList_of_uints& domPolylist::domVcount::getValue | ( | ) | [inline] |
Gets the value of this element.
Definition at line 50 of file dom/domPolylist.h.
const domListOfUInts& domPolylist::domVcount::getValue | ( | ) | const [inline] |
Gets the _value array.
Definition at line 68 of file 1.4/dom/domPolylist.h.
domListOfUInts& domPolylist::domVcount::getValue | ( | ) | [inline] |
Gets the _value array.
Definition at line 63 of file 1.4/dom/domPolylist.h.
static daeInt domPolylist::domVcount::ID | ( | ) | [inline, static] |
Definition at line 41 of file dom/domPolylist.h.
static daeInt domPolylist::domVcount::ID | ( | ) | [inline, static] |
Definition at line 49 of file 1.4/dom/domPolylist.h.
virtual domVcount& domPolylist::domVcount::operator= | ( | const domVcount & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 74 of file dom/domPolylist.h.
virtual domVcount& domPolylist::domVcount::operator= | ( | const domVcount & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 87 of file 1.4/dom/domPolylist.h.
static DLLSPEC daeMetaElement* domPolylist::domVcount::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.
static DLLSPEC daeMetaElement* domPolylist::domVcount::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 domPolylist::domVcount::setValue | ( | const domList_of_uints & | val | ) | [inline] |
Sets the _value of this element.
val | The new value for this element. |
Definition at line 55 of file dom/domPolylist.h.
void domPolylist::domVcount::setValue | ( | const domListOfUInts & | val | ) | [inline] |
Sets the _value array.
val | The new value for the _value array. |
Definition at line 73 of file 1.4/dom/domPolylist.h.
virtual daeInt domPolylist::domVcount::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 42 of file dom/domPolylist.h.
virtual daeInt domPolylist::domVcount::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 50 of file 1.4/dom/domPolylist.h.
domList_of_uints domPolylist::domVcount::_value [protected] |
The domList_of_uints value of the text data of this element.
Definition at line 61 of file dom/domPolylist.h.
domListOfUInts domPolylist::domVcount::_value [protected] |
The domListOfUInts value of the text data of this element.
Definition at line 56 of file 1.4/dom/domPolylist.h.