#include <domSkin.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 | |
domVcount (DAE &dae) | |
domVcount (DAE &dae) | |
virtual domVcount & | operator= (const domVcount &cpy) |
virtual domVcount & | operator= (const domVcount &cpy) |
virtual | ~domVcount () |
virtual | ~domVcount () |
Protected Attributes | |
domList_of_uints | _value |
domListOfUInts | _value |
The vcount element contains a list of integers describing the number of influences for each vertex. The vcount element may occur once.
Definition at line 204 of file 1.4/dom/domSkin.h.
domSkin::domVertex_weights::domVcount::domVcount | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 238 of file 1.4/dom/domSkin.h.
virtual domSkin::domVertex_weights::domVcount::~domVcount | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 242 of file 1.4/dom/domSkin.h.
domSkin::domVertex_weights::domVcount::domVcount | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 220 of file dom/domSkin.h.
virtual domSkin::domVertex_weights::domVcount::~domVcount | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 224 of file dom/domSkin.h.
static DLLSPEC daeElementRef domSkin::domVertex_weights::domVcount::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
static DLLSPEC daeElementRef domSkin::domVertex_weights::domVcount::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
virtual COLLADA_TYPE::TypeEnum domSkin::domVertex_weights::domVcount::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 194 of file dom/domSkin.h.
virtual COLLADA_TYPE::TypeEnum domSkin::domVertex_weights::domVcount::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 207 of file 1.4/dom/domSkin.h.
domList_of_uints& domSkin::domVertex_weights::domVcount::getValue | ( | ) | [inline] |
Gets the value of this element.
Definition at line 204 of file dom/domSkin.h.
const domListOfUInts& domSkin::domVertex_weights::domVcount::getValue | ( | ) | const [inline] |
Gets the _value array.
Definition at line 227 of file 1.4/dom/domSkin.h.
domListOfUInts& domSkin::domVertex_weights::domVcount::getValue | ( | ) | [inline] |
Gets the _value array.
Definition at line 222 of file 1.4/dom/domSkin.h.
static daeInt domSkin::domVertex_weights::domVcount::ID | ( | ) | [inline, static] |
Definition at line 195 of file dom/domSkin.h.
static daeInt domSkin::domVertex_weights::domVcount::ID | ( | ) | [inline, static] |
Definition at line 208 of file 1.4/dom/domSkin.h.
virtual domVcount& domSkin::domVertex_weights::domVcount::operator= | ( | const domVcount & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 228 of file dom/domSkin.h.
virtual domVcount& domSkin::domVertex_weights::domVcount::operator= | ( | const domVcount & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 246 of file 1.4/dom/domSkin.h.
static DLLSPEC daeMetaElement* domSkin::domVertex_weights::domVcount::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* domSkin::domVertex_weights::domVcount::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 domSkin::domVertex_weights::domVcount::setValue | ( | const domList_of_uints & | val | ) | [inline] |
Sets the _value of this element.
val | The new value for this element. |
Definition at line 209 of file dom/domSkin.h.
void domSkin::domVertex_weights::domVcount::setValue | ( | const domListOfUInts & | val | ) | [inline] |
Sets the _value array.
val | The new value for the _value array. |
Definition at line 232 of file 1.4/dom/domSkin.h.
virtual daeInt domSkin::domVertex_weights::domVcount::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 196 of file dom/domSkin.h.
virtual daeInt domSkin::domVertex_weights::domVcount::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 209 of file 1.4/dom/domSkin.h.
The domList_of_uints value of the text data of this element.
Definition at line 215 of file dom/domSkin.h.
The domListOfUInts value of the text data of this element.
Definition at line 215 of file 1.4/dom/domSkin.h.