#include <domPolygons.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 | |
domH (DAE &dae) | |
domH (DAE &dae) | |
virtual domH & | operator= (const domH &cpy) |
virtual domH & | operator= (const domH &cpy) |
virtual | ~domH () |
virtual | ~domH () |
Protected Attributes | |
domList_of_uints | _value |
domListOfUInts | _value |
The h element represents a hole in the polygon specified. There must be at least one h element.
Definition at line 58 of file 1.4/dom/domPolygons.h.
domPolygons::domPh::domH::domH | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 92 of file 1.4/dom/domPolygons.h.
virtual domPolygons::domPh::domH::~domH | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 96 of file 1.4/dom/domPolygons.h.
domPolygons::domPh::domH::domH | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 80 of file dom/domPolygons.h.
virtual domPolygons::domPh::domH::~domH | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 84 of file dom/domPolygons.h.
static DLLSPEC daeElementRef domPolygons::domPh::domH::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
static DLLSPEC daeElementRef domPolygons::domPh::domH::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
virtual COLLADA_TYPE::TypeEnum domPolygons::domPh::domH::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 54 of file dom/domPolygons.h.
virtual COLLADA_TYPE::TypeEnum domPolygons::domPh::domH::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 61 of file 1.4/dom/domPolygons.h.
domList_of_uints& domPolygons::domPh::domH::getValue | ( | ) | [inline] |
Gets the value of this element.
Definition at line 64 of file dom/domPolygons.h.
const domListOfUInts& domPolygons::domPh::domH::getValue | ( | ) | const [inline] |
Gets the _value array.
Definition at line 81 of file 1.4/dom/domPolygons.h.
domListOfUInts& domPolygons::domPh::domH::getValue | ( | ) | [inline] |
Gets the _value array.
Definition at line 76 of file 1.4/dom/domPolygons.h.
static daeInt domPolygons::domPh::domH::ID | ( | ) | [inline, static] |
Definition at line 55 of file dom/domPolygons.h.
static daeInt domPolygons::domPh::domH::ID | ( | ) | [inline, static] |
Definition at line 62 of file 1.4/dom/domPolygons.h.
Overloaded assignment operator
Definition at line 88 of file dom/domPolygons.h.
Overloaded assignment operator
Definition at line 100 of file 1.4/dom/domPolygons.h.
static DLLSPEC daeMetaElement* domPolygons::domPh::domH::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* domPolygons::domPh::domH::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 domPolygons::domPh::domH::setValue | ( | const domList_of_uints & | val | ) | [inline] |
Sets the _value of this element.
val | The new value for this element. |
Definition at line 69 of file dom/domPolygons.h.
void domPolygons::domPh::domH::setValue | ( | const domListOfUInts & | val | ) | [inline] |
Sets the _value array.
val | The new value for the _value array. |
Definition at line 86 of file 1.4/dom/domPolygons.h.
virtual daeInt domPolygons::domPh::domH::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 56 of file dom/domPolygons.h.
virtual daeInt domPolygons::domPh::domH::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 63 of file 1.4/dom/domPolygons.h.
domList_of_uints domPolygons::domPh::domH::_value [protected] |
The domList_of_uints value of the text data of this element.
Definition at line 75 of file dom/domPolygons.h.
domListOfUInts domPolygons::domPh::domH::_value [protected] |
The domListOfUInts value of the text data of this element.
Definition at line 69 of file 1.4/dom/domPolygons.h.