#include <domLibrary_joints.h>
Public Member Functions | |
const domAssetRef | getAsset () const |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
const domExtra_Array & | getExtra_array () const |
domExtra_Array & | getExtra_array () |
xsID | getId () const |
const domJoint_Array & | getJoint_array () const |
domJoint_Array & | getJoint_array () |
xsToken | getName () const |
void | setId (xsID atId) |
void | setName (xsToken atName) |
virtual daeInt | typeID () const |
Static Public Member Functions | |
static DLLSPEC daeElementRef | create (DAE &dae) |
static daeInt | ID () |
static DLLSPEC daeMetaElement * | registerElement (DAE &dae) |
Protected Member Functions | |
domLibrary_joints (DAE &dae) | |
virtual domLibrary_joints & | operator= (const domLibrary_joints &cpy) |
virtual | ~domLibrary_joints () |
Protected Attributes | |
xsID | attrId |
xsToken | attrName |
domAssetRef | elemAsset |
domExtra_Array | elemExtra_array |
domJoint_Array | elemJoint_array |
Definition at line 13 of file domLibrary_joints.h.
domLibrary_joints::domLibrary_joints | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 82 of file domLibrary_joints.h.
virtual domLibrary_joints::~domLibrary_joints | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 86 of file domLibrary_joints.h.
static DLLSPEC daeElementRef domLibrary_joints::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
const domAssetRef domLibrary_joints::getAsset | ( | ) | const [inline] |
Gets the asset element.
Definition at line 57 of file domLibrary_joints.h.
virtual COLLADA_TYPE::TypeEnum domLibrary_joints::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 16 of file domLibrary_joints.h.
const domExtra_Array& domLibrary_joints::getExtra_array | ( | ) | const [inline] |
Gets the extra element array.
Definition at line 77 of file domLibrary_joints.h.
domExtra_Array& domLibrary_joints::getExtra_array | ( | ) | [inline] |
Gets the extra element array.
Definition at line 72 of file domLibrary_joints.h.
xsID domLibrary_joints::getId | ( | ) | const [inline] |
Gets the id attribute.
Definition at line 33 of file domLibrary_joints.h.
const domJoint_Array& domLibrary_joints::getJoint_array | ( | ) | const [inline] |
Gets the joint element array.
Definition at line 67 of file domLibrary_joints.h.
domJoint_Array& domLibrary_joints::getJoint_array | ( | ) | [inline] |
Gets the joint element array.
Definition at line 62 of file domLibrary_joints.h.
xsToken domLibrary_joints::getName | ( | ) | const [inline] |
Gets the name attribute.
Definition at line 46 of file domLibrary_joints.h.
static daeInt domLibrary_joints::ID | ( | ) | [inline, static] |
Definition at line 17 of file domLibrary_joints.h.
virtual domLibrary_joints& domLibrary_joints::operator= | ( | const domLibrary_joints & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 90 of file domLibrary_joints.h.
static DLLSPEC daeMetaElement* domLibrary_joints::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 domLibrary_joints::setId | ( | xsID | atId | ) | [inline] |
Sets the id attribute.
atId | The new value for the id attribute. |
Definition at line 38 of file domLibrary_joints.h.
void domLibrary_joints::setName | ( | xsToken | atName | ) | [inline] |
Sets the name attribute.
atName | The new value for the name attribute. |
Definition at line 51 of file domLibrary_joints.h.
virtual daeInt domLibrary_joints::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 domLibrary_joints.h.
xsID domLibrary_joints::attrId [protected] |
Definition at line 20 of file domLibrary_joints.h.
xsToken domLibrary_joints::attrName [protected] |
Definition at line 21 of file domLibrary_joints.h.
domAssetRef domLibrary_joints::elemAsset [protected] |
Definition at line 24 of file domLibrary_joints.h.
domExtra_Array domLibrary_joints::elemExtra_array [protected] |
Definition at line 26 of file domLibrary_joints.h.
domJoint_Array domLibrary_joints::elemJoint_array [protected] |
Definition at line 25 of file domLibrary_joints.h.