#include <domLibrary_articulated_systems.h>

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