#include <domKinematics_frame.h>
Public Member Functions | |
const daeElementRefArray & | getContents () const |
daeElementRefArray & | getContents () |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
xsToken | getLink () const |
const domRotate_Array & | getRotate_array () const |
domRotate_Array & | getRotate_array () |
const domTranslate_Array & | getTranslate_array () const |
domTranslate_Array & | getTranslate_array () |
void | setLink (xsToken atLink) |
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 | |
domKinematics_frame (DAE &dae) | |
virtual domKinematics_frame & | operator= (const domKinematics_frame &cpy) |
virtual | ~domKinematics_frame () |
Protected Attributes | |
daeTArray< daeCharArray * > | _CMData |
daeElementRefArray | _contents |
daeUIntArray | _contentsOrder |
xsToken | attrLink |
domRotate_Array | elemRotate_array |
domTranslate_Array | elemTranslate_array |
Definition at line 12 of file domKinematics_frame.h.
domKinematics_frame::domKinematics_frame | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 86 of file domKinematics_frame.h.
virtual domKinematics_frame::~domKinematics_frame | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 90 of file domKinematics_frame.h.
static DLLSPEC daeElementRef domKinematics_frame::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
const daeElementRefArray& domKinematics_frame::getContents | ( | ) | const [inline] |
Gets the _contents array.
Definition at line 80 of file domKinematics_frame.h.
daeElementRefArray& domKinematics_frame::getContents | ( | ) | [inline] |
Gets the _contents array.
Definition at line 75 of file domKinematics_frame.h.
virtual COLLADA_TYPE::TypeEnum domKinematics_frame::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 15 of file domKinematics_frame.h.
xsToken domKinematics_frame::getLink | ( | ) | const [inline] |
Gets the link attribute.
Definition at line 44 of file domKinematics_frame.h.
const domRotate_Array& domKinematics_frame::getRotate_array | ( | ) | const [inline] |
Gets the rotate element array.
Definition at line 70 of file domKinematics_frame.h.
domRotate_Array& domKinematics_frame::getRotate_array | ( | ) | [inline] |
Gets the rotate element array.
Definition at line 65 of file domKinematics_frame.h.
const domTranslate_Array& domKinematics_frame::getTranslate_array | ( | ) | const [inline] |
Gets the translate element array.
Definition at line 60 of file domKinematics_frame.h.
domTranslate_Array& domKinematics_frame::getTranslate_array | ( | ) | [inline] |
Gets the translate element array.
Definition at line 55 of file domKinematics_frame.h.
static daeInt domKinematics_frame::ID | ( | ) | [inline, static] |
Definition at line 16 of file domKinematics_frame.h.
virtual domKinematics_frame& domKinematics_frame::operator= | ( | const domKinematics_frame & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 94 of file domKinematics_frame.h.
static DLLSPEC daeMetaElement* domKinematics_frame::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 domKinematics_frame::setLink | ( | xsToken | atLink | ) | [inline] |
Sets the link attribute.
atLink | The new value for the link attribute. |
Definition at line 49 of file domKinematics_frame.h.
virtual daeInt domKinematics_frame::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 domKinematics_frame.h.
daeTArray< daeCharArray * > domKinematics_frame::_CMData [protected] |
Used to store information needed for some content model objects.
Definition at line 36 of file domKinematics_frame.h.
daeElementRefArray domKinematics_frame::_contents [protected] |
Used to preserve order in elements that do not specify strict sequencing of sub-elements.
Definition at line 27 of file domKinematics_frame.h.
daeUIntArray domKinematics_frame::_contentsOrder [protected] |
Used to preserve order in elements that have a complex content model.
Definition at line 31 of file domKinematics_frame.h.
xsToken domKinematics_frame::attrLink [protected] |
Definition at line 19 of file domKinematics_frame.h.
domRotate_Array domKinematics_frame::elemRotate_array [protected] |
Definition at line 23 of file domKinematics_frame.h.
Definition at line 22 of file domKinematics_frame.h.