#include <domP.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 | |
| domP (DAE &dae) | |
| domP (DAE &dae) | |
| virtual domP & | operator= (const domP &cpy) |
| virtual domP & | operator= (const domP &cpy) |
| virtual | ~domP () |
| virtual | ~domP () |
Protected Attributes | |
| domList_of_uints | _value |
| domListOfUInts | _value |
The p element represents primitive data for the primitive types (lines, linestrips, polygons, polylist, triangles, trifans, tristrips). The p element contains indices that reference into the parent's source elements referenced by the input elements.
Definition at line 24 of file 1.4/dom/domP.h.
| domP::domP | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 58 of file 1.4/dom/domP.h.
| virtual domP::~domP | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 62 of file 1.4/dom/domP.h.
| domP::domP | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 45 of file dom/domP.h.
| virtual domP::~domP | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 49 of file dom/domP.h.
| static DLLSPEC daeElementRef domP::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
| static DLLSPEC daeElementRef domP::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
| virtual COLLADA_TYPE::TypeEnum domP::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 19 of file dom/domP.h.
| virtual COLLADA_TYPE::TypeEnum domP::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 27 of file 1.4/dom/domP.h.
| domList_of_uints& domP::getValue | ( | ) | [inline] |
Gets the value of this element.
Definition at line 29 of file dom/domP.h.
| const domListOfUInts& domP::getValue | ( | ) | const [inline] |
Gets the _value array.
Definition at line 47 of file 1.4/dom/domP.h.
| domListOfUInts& domP::getValue | ( | ) | [inline] |
Gets the _value array.
Definition at line 42 of file 1.4/dom/domP.h.
| static daeInt domP::ID | ( | ) | [inline, static] |
Definition at line 20 of file dom/domP.h.
| static daeInt domP::ID | ( | ) | [inline, static] |
Definition at line 28 of file 1.4/dom/domP.h.
Overloaded assignment operator
Definition at line 53 of file dom/domP.h.
Overloaded assignment operator
Definition at line 66 of file 1.4/dom/domP.h.
| static DLLSPEC daeMetaElement* domP::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* domP::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 domP::setValue | ( | const domList_of_uints & | val | ) | [inline] |
Sets the _value of this element.
| val | The new value for this element. |
Definition at line 34 of file dom/domP.h.
| void domP::setValue | ( | const domListOfUInts & | val | ) | [inline] |
Sets the _value array.
| val | The new value for the _value array. |
Definition at line 52 of file 1.4/dom/domP.h.
| virtual daeInt domP::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 21 of file dom/domP.h.
| virtual daeInt domP::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 29 of file 1.4/dom/domP.h.
domList_of_uints domP::_value [protected] |
The domList_of_uints value of the text data of this element.
Definition at line 40 of file dom/domP.h.
domListOfUInts domP::_value [protected] |
The domListOfUInts value of the text data of this element.
Definition at line 35 of file 1.4/dom/domP.h.