#include <domBind_joint_axis.h>
Public Member Functions | |
const domCommon_sidref_or_paramRef | getAxis () const |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
xsToken | getTarget () const |
const domCommon_float_or_paramRef | getValue () const |
void | setTarget (xsToken atTarget) |
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 | |
domBind_joint_axis (DAE &dae) | |
virtual domBind_joint_axis & | operator= (const domBind_joint_axis &cpy) |
virtual | ~domBind_joint_axis () |
Protected Attributes | |
xsToken | attrTarget |
domCommon_sidref_or_paramRef | elemAxis |
domCommon_float_or_paramRef | elemValue |
Definition at line 12 of file domBind_joint_axis.h.
domBind_joint_axis::domBind_joint_axis | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 51 of file domBind_joint_axis.h.
virtual domBind_joint_axis::~domBind_joint_axis | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 55 of file domBind_joint_axis.h.
static DLLSPEC daeElementRef domBind_joint_axis::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
const domCommon_sidref_or_paramRef domBind_joint_axis::getAxis | ( | ) | const [inline] |
Gets the axis element.
Definition at line 41 of file domBind_joint_axis.h.
virtual COLLADA_TYPE::TypeEnum domBind_joint_axis::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 15 of file domBind_joint_axis.h.
xsToken domBind_joint_axis::getTarget | ( | ) | const [inline] |
Gets the target attribute.
Definition at line 30 of file domBind_joint_axis.h.
const domCommon_float_or_paramRef domBind_joint_axis::getValue | ( | ) | const [inline] |
Gets the value element.
Definition at line 46 of file domBind_joint_axis.h.
static daeInt domBind_joint_axis::ID | ( | ) | [inline, static] |
Definition at line 16 of file domBind_joint_axis.h.
virtual domBind_joint_axis& domBind_joint_axis::operator= | ( | const domBind_joint_axis & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 59 of file domBind_joint_axis.h.
static DLLSPEC daeMetaElement* domBind_joint_axis::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 domBind_joint_axis::setTarget | ( | xsToken | atTarget | ) | [inline] |
Sets the target attribute.
atTarget | The new value for the target attribute. |
Definition at line 35 of file domBind_joint_axis.h.
virtual daeInt domBind_joint_axis::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 domBind_joint_axis.h.
xsToken domBind_joint_axis::attrTarget [protected] |
Definition at line 19 of file domBind_joint_axis.h.
Definition at line 22 of file domBind_joint_axis.h.
Definition at line 23 of file domBind_joint_axis.h.