#include <domMotion_technique.h>
Public Member Functions | |
const domMotion_axis_info_Array & | getAxis_info_array () const |
domMotion_axis_info_Array & | getAxis_info_array () |
const domMotion_effector_infoRef | getEffector_info () const |
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 | |
domMotion_technique (DAE &dae) | |
virtual domMotion_technique & | operator= (const domMotion_technique &cpy) |
virtual | ~domMotion_technique () |
Protected Attributes | |
domMotion_axis_info_Array | elemAxis_info_array |
domMotion_effector_infoRef | elemEffector_info |
Definition at line 12 of file domMotion_technique.h.
domMotion_technique::domMotion_technique | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 43 of file domMotion_technique.h.
virtual domMotion_technique::~domMotion_technique | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 47 of file domMotion_technique.h.
static DLLSPEC daeElementRef domMotion_technique::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
const domMotion_axis_info_Array& domMotion_technique::getAxis_info_array | ( | ) | const [inline] |
Gets the axis_info element array.
Definition at line 33 of file domMotion_technique.h.
domMotion_axis_info_Array& domMotion_technique::getAxis_info_array | ( | ) | [inline] |
Gets the axis_info element array.
Definition at line 28 of file domMotion_technique.h.
const domMotion_effector_infoRef domMotion_technique::getEffector_info | ( | ) | const [inline] |
Gets the effector_info element.
Definition at line 38 of file domMotion_technique.h.
virtual COLLADA_TYPE::TypeEnum domMotion_technique::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 15 of file domMotion_technique.h.
static daeInt domMotion_technique::ID | ( | ) | [inline, static] |
Definition at line 16 of file domMotion_technique.h.
virtual domMotion_technique& domMotion_technique::operator= | ( | const domMotion_technique & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 51 of file domMotion_technique.h.
static DLLSPEC daeMetaElement* domMotion_technique::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.
virtual daeInt domMotion_technique::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 17 of file domMotion_technique.h.
Definition at line 20 of file domMotion_technique.h.
Definition at line 21 of file domMotion_technique.h.