#include <domInstance_joint.h>
Public Member Functions | |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
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 | |
domInstance_joint (DAE &dae) | |
virtual domInstance_joint & | operator= (const domInstance_joint &cpy) |
virtual | ~domInstance_joint () |
Definition at line 12 of file domInstance_joint.h.
domInstance_joint::domInstance_joint | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 23 of file domInstance_joint.h.
virtual domInstance_joint::~domInstance_joint | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 27 of file domInstance_joint.h.
static DLLSPEC daeElementRef domInstance_joint::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
Reimplemented from domInstance_with_extra.
virtual COLLADA_TYPE::TypeEnum domInstance_joint::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from domInstance_with_extra.
Definition at line 15 of file domInstance_joint.h.
static daeInt domInstance_joint::ID | ( | ) | [inline, static] |
Reimplemented from domInstance_with_extra.
Definition at line 16 of file domInstance_joint.h.
virtual domInstance_joint& domInstance_joint::operator= | ( | const domInstance_joint & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 31 of file domInstance_joint.h.
static DLLSPEC daeMetaElement* domInstance_joint::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.
Reimplemented from domInstance_with_extra.
virtual daeInt domInstance_joint::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.
Reimplemented from domInstance_with_extra.
Definition at line 17 of file domInstance_joint.h.