#include <domPolygons.h>

Classes | |
| class | domH |
Public Types | |
| typedef daeTArray< domHRef > | domH_Array |
| typedef daeTArray< domHRef > | domH_Array |
| typedef daeSmartRef< domH > | domHRef |
| typedef daeSmartRef< domH > | domHRef |
Public Member Functions | |
| virtual COLLADA_TYPE::TypeEnum | getElementType () const |
| virtual COLLADA_TYPE::TypeEnum | getElementType () const |
| const domH_Array & | getH_array () const |
| domH_Array & | getH_array () |
| const domH_Array & | getH_array () const |
| domH_Array & | getH_array () |
| const domPRef | getP () const |
| const domPRef | getP () const |
| 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 | |
| domPh (DAE &dae) | |
| domPh (DAE &dae) | |
| virtual domPh & | operator= (const domPh &cpy) |
| virtual domPh & | operator= (const domPh &cpy) |
| virtual | ~domPh () |
| virtual | ~domPh () |
Protected Attributes | |
| domH_Array | elemH_array |
| domPRef | elemP |
The ph element descripes a polygon with holes.
The ph element may occur any number of times. It describes a polygon with holes.
Definition at line 42 of file 1.4/dom/domPolygons.h.
Definition at line 45 of file dom/domPolygons.h.
Definition at line 52 of file 1.4/dom/domPolygons.h.
| typedef daeSmartRef<domH> domPolygons::domPh::domHRef |
Definition at line 42 of file dom/domPolygons.h.
| typedef daeSmartRef<domH> domPolygons::domPh::domHRef |
Definition at line 49 of file 1.4/dom/domPolygons.h.
| domPolygons::domPh::domPh | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 149 of file 1.4/dom/domPolygons.h.
| virtual domPolygons::domPh::~domPh | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 153 of file 1.4/dom/domPolygons.h.
| domPolygons::domPh::domPh | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 137 of file dom/domPolygons.h.
| virtual domPolygons::domPh::~domPh | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 141 of file dom/domPolygons.h.
| static DLLSPEC daeElementRef domPolygons::domPh::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
| static DLLSPEC daeElementRef domPolygons::domPh::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
| virtual COLLADA_TYPE::TypeEnum domPolygons::domPh::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 38 of file dom/domPolygons.h.
| virtual COLLADA_TYPE::TypeEnum domPolygons::domPh::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 45 of file 1.4/dom/domPolygons.h.
| const domH_Array& domPolygons::domPh::getH_array | ( | ) | const [inline] |
Gets the h element array.
Definition at line 132 of file dom/domPolygons.h.
| domH_Array& domPolygons::domPh::getH_array | ( | ) | [inline] |
Gets the h element array.
Definition at line 127 of file dom/domPolygons.h.
| const domH_Array& domPolygons::domPh::getH_array | ( | ) | const [inline] |
Gets the h element array.
Definition at line 144 of file 1.4/dom/domPolygons.h.
| domH_Array& domPolygons::domPh::getH_array | ( | ) | [inline] |
Gets the h element array.
Definition at line 139 of file 1.4/dom/domPolygons.h.
| const domPRef domPolygons::domPh::getP | ( | ) | const [inline] |
Gets the p element.
Definition at line 122 of file dom/domPolygons.h.
| const domPRef domPolygons::domPh::getP | ( | ) | const [inline] |
Gets the p element.
Definition at line 134 of file 1.4/dom/domPolygons.h.
| static daeInt domPolygons::domPh::ID | ( | ) | [inline, static] |
Definition at line 39 of file dom/domPolygons.h.
| static daeInt domPolygons::domPh::ID | ( | ) | [inline, static] |
Definition at line 46 of file 1.4/dom/domPolygons.h.
Overloaded assignment operator
Definition at line 145 of file dom/domPolygons.h.
Overloaded assignment operator
Definition at line 157 of file 1.4/dom/domPolygons.h.
| static DLLSPEC daeMetaElement* domPolygons::domPh::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::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.
| virtual daeInt domPolygons::domPh::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 40 of file dom/domPolygons.h.
| virtual daeInt domPolygons::domPh::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 47 of file 1.4/dom/domPolygons.h.
domH_Array domPolygons::domPh::elemH_array [protected] |
The h element represents a hole in the polygon specified. There must be at least one h element.
Definition at line 127 of file 1.4/dom/domPolygons.h.
domPRef domPolygons::domPh::elemP [protected] |
Theere may only be one p element.
There may only be one p element.
Definition at line 122 of file 1.4/dom/domPolygons.h.