#include <domSolids.h>
This element defines all the solids used in the brep structure.
Definition at line 16 of file domSolids.h.
Definition at line 26 of file domSolids.h.
typedef daeSmartRef<domVcount> domSolids::domVcountRef |
Definition at line 23 of file domSolids.h.
domSolids::domSolids | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 170 of file domSolids.h.
virtual domSolids::~domSolids | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 174 of file domSolids.h.
static DLLSPEC daeElementRef domSolids::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
domUint domSolids::getCount | ( | ) | const [inline] |
Gets the count attribute.
Definition at line 129 of file domSolids.h.
virtual COLLADA_TYPE::TypeEnum domSolids::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 19 of file domSolids.h.
const domExtra_Array& domSolids::getExtra_array | ( | ) | const [inline] |
Gets the extra element array.
Definition at line 165 of file domSolids.h.
domExtra_Array& domSolids::getExtra_array | ( | ) | [inline] |
Gets the extra element array.
Definition at line 160 of file domSolids.h.
xsID domSolids::getId | ( | ) | const [inline] |
Gets the id attribute.
Definition at line 105 of file domSolids.h.
const domInput_local_offset_Array& domSolids::getInput_array | ( | ) | const [inline] |
Gets the input element array.
Definition at line 145 of file domSolids.h.
domInput_local_offset_Array& domSolids::getInput_array | ( | ) | [inline] |
Gets the input element array.
Definition at line 140 of file domSolids.h.
xsToken domSolids::getName | ( | ) | const [inline] |
Gets the name attribute.
Definition at line 118 of file domSolids.h.
const domPRef domSolids::getP | ( | ) | const [inline] |
Gets the p element.
Definition at line 155 of file domSolids.h.
const domVcountRef domSolids::getVcount | ( | ) | const [inline] |
Gets the vcount element.
Definition at line 150 of file domSolids.h.
static daeInt domSolids::ID | ( | ) | [inline, static] |
Definition at line 20 of file domSolids.h.
Overloaded assignment operator
Definition at line 178 of file domSolids.h.
static DLLSPEC daeMetaElement* domSolids::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 domSolids::setCount | ( | domUint | atCount | ) | [inline] |
Sets the count attribute.
atCount | The new value for the count attribute. |
Definition at line 134 of file domSolids.h.
void domSolids::setId | ( | xsID | atId | ) | [inline] |
Sets the id attribute.
atId | The new value for the id attribute. |
Definition at line 110 of file domSolids.h.
void domSolids::setName | ( | xsToken | atName | ) | [inline] |
Sets the name attribute.
atName | The new value for the name attribute. |
Definition at line 123 of file domSolids.h.
virtual daeInt domSolids::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 domSolids.h.
domUint domSolids::attrCount [protected] |
Definition at line 85 of file domSolids.h.
xsID domSolids::attrId [protected] |
Definition at line 83 of file domSolids.h.
xsToken domSolids::attrName [protected] |
Definition at line 84 of file domSolids.h.
domExtra_Array domSolids::elemExtra_array [protected] |
Definition at line 98 of file domSolids.h.
One input elements is needed to define a solid by its shells. The second is need fo the orientation of the shells.
Definition at line 92 of file domSolids.h.
domPRef domSolids::elemP [protected] |
domVcountRef domSolids::elemVcount [protected] |
Definition at line 93 of file domSolids.h.