#include <domPcurves.h>
Definition at line 13 of file domPcurves.h.
Definition at line 23 of file domPcurves.h.
typedef daeSmartRef<domVcount> domPcurves::domVcountRef |
Definition at line 20 of file domPcurves.h.
domPcurves::domPcurves | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 164 of file domPcurves.h.
virtual domPcurves::~domPcurves | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 168 of file domPcurves.h.
static DLLSPEC daeElementRef domPcurves::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
domUint domPcurves::getCount | ( | ) | const [inline] |
Gets the count attribute.
Definition at line 123 of file domPcurves.h.
virtual COLLADA_TYPE::TypeEnum domPcurves::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 16 of file domPcurves.h.
const domExtra_Array& domPcurves::getExtra_array | ( | ) | const [inline] |
Gets the extra element array.
Definition at line 159 of file domPcurves.h.
domExtra_Array& domPcurves::getExtra_array | ( | ) | [inline] |
Gets the extra element array.
Definition at line 154 of file domPcurves.h.
xsID domPcurves::getId | ( | ) | const [inline] |
Gets the id attribute.
Definition at line 99 of file domPcurves.h.
const domInput_local_offset_Array& domPcurves::getInput_array | ( | ) | const [inline] |
Gets the input element array.
Definition at line 139 of file domPcurves.h.
domInput_local_offset_Array& domPcurves::getInput_array | ( | ) | [inline] |
Gets the input element array.
Definition at line 134 of file domPcurves.h.
xsToken domPcurves::getName | ( | ) | const [inline] |
Gets the name attribute.
Definition at line 112 of file domPcurves.h.
const domPRef domPcurves::getP | ( | ) | const [inline] |
Gets the p element.
Definition at line 149 of file domPcurves.h.
const domVcountRef domPcurves::getVcount | ( | ) | const [inline] |
Gets the vcount element.
Definition at line 144 of file domPcurves.h.
static daeInt domPcurves::ID | ( | ) | [inline, static] |
Definition at line 17 of file domPcurves.h.
virtual domPcurves& domPcurves::operator= | ( | const domPcurves & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 172 of file domPcurves.h.
static DLLSPEC daeMetaElement* domPcurves::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 domPcurves::setCount | ( | domUint | atCount | ) | [inline] |
Sets the count attribute.
atCount | The new value for the count attribute. |
Definition at line 128 of file domPcurves.h.
void domPcurves::setId | ( | xsID | atId | ) | [inline] |
Sets the id attribute.
atId | The new value for the id attribute. |
Definition at line 104 of file domPcurves.h.
void domPcurves::setName | ( | xsToken | atName | ) | [inline] |
Sets the name attribute.
atName | The new value for the name attribute. |
Definition at line 117 of file domPcurves.h.
virtual daeInt domPcurves::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 18 of file domPcurves.h.
domUint domPcurves::attrCount [protected] |
Definition at line 82 of file domPcurves.h.
xsID domPcurves::attrId [protected] |
Definition at line 80 of file domPcurves.h.
xsToken domPcurves::attrName [protected] |
Definition at line 81 of file domPcurves.h.
domExtra_Array domPcurves::elemExtra_array [protected] |
Definition at line 92 of file domPcurves.h.
The first two inputs are needed to reference the edge-face-connection. The third input references the pcurve.
Definition at line 89 of file domPcurves.h.
domPRef domPcurves::elemP [protected] |
Definition at line 91 of file domPcurves.h.
domVcountRef domPcurves::elemVcount [protected] |
Definition at line 90 of file domPcurves.h.