#include <domInstance_with_extra.h>

Public Member Functions | |
| virtual COLLADA_TYPE::TypeEnum | getElementType () const |
| const domExtra_Array & | getExtra_array () const |
| domExtra_Array & | getExtra_array () |
| xsToken | getName () const |
| domSid | getSid () const |
| const xsAnyURI & | getUrl () const |
| xsAnyURI & | getUrl () |
| void | setName (xsToken atName) |
| void | setSid (domSid atSid) |
| void | setUrl (xsString atUrl) |
| void | setUrl (const xsAnyURI &atUrl) |
| 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_with_extra (DAE &dae) | |
| virtual domInstance_with_extra & | operator= (const domInstance_with_extra &cpy) |
| virtual | ~domInstance_with_extra () |
Protected Attributes | |
| xsToken | attrName |
| domSid | attrSid |
| xsAnyURI | attrUrl |
| domExtra_Array | elemExtra_array |
The instance_with_extra_type element is used for all generic instance elements. A generic instance element is one which does not have any specific child elements declared.
Definition at line 16 of file domInstance_with_extra.h.
| domInstance_with_extra::domInstance_with_extra | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 105 of file domInstance_with_extra.h.
| virtual domInstance_with_extra::~domInstance_with_extra | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 109 of file domInstance_with_extra.h.
| static DLLSPEC daeElementRef domInstance_with_extra::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
Reimplemented in domInstance_camera, domInstance_force_field, domInstance_light, domInstance_node, domInstance_physics_material, domInstance_camera, domInstance_force_field, domInstance_image, domInstance_joint, domInstance_light, domInstance_node, and domInstance_physics_material.
| virtual COLLADA_TYPE::TypeEnum domInstance_with_extra::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Reimplemented in domInstance_camera, domInstance_force_field, domInstance_light, domInstance_node, domInstance_physics_material, domInstance_camera, domInstance_force_field, domInstance_image, domInstance_joint, domInstance_light, domInstance_node, and domInstance_physics_material.
Definition at line 19 of file domInstance_with_extra.h.
| const domExtra_Array& domInstance_with_extra::getExtra_array | ( | ) | const [inline] |
Gets the extra element array.
Definition at line 100 of file domInstance_with_extra.h.
| domExtra_Array& domInstance_with_extra::getExtra_array | ( | ) | [inline] |
Gets the extra element array.
Definition at line 95 of file domInstance_with_extra.h.
| xsToken domInstance_with_extra::getName | ( | ) | const [inline] |
Gets the name attribute.
Reimplemented in domInstance_camera, domInstance_force_field, domInstance_light, domInstance_node, domInstance_physics_material, and domInstance_node.
Definition at line 84 of file domInstance_with_extra.h.
| domSid domInstance_with_extra::getSid | ( | ) | const [inline] |
Gets the sid attribute.
Reimplemented in domInstance_camera, domInstance_force_field, domInstance_light, domInstance_node, domInstance_physics_material, and domInstance_node.
Definition at line 73 of file domInstance_with_extra.h.
| const xsAnyURI& domInstance_with_extra::getUrl | ( | ) | const [inline] |
Gets the url attribute.
Reimplemented in domInstance_camera, domInstance_force_field, domInstance_light, domInstance_node, domInstance_physics_material, and domInstance_node.
Definition at line 57 of file domInstance_with_extra.h.
| xsAnyURI& domInstance_with_extra::getUrl | ( | ) | [inline] |
Gets the url attribute.
Reimplemented in domInstance_camera, domInstance_force_field, domInstance_light, domInstance_node, domInstance_physics_material, and domInstance_node.
Definition at line 52 of file domInstance_with_extra.h.
| static daeInt domInstance_with_extra::ID | ( | ) | [inline, static] |
Reimplemented in domInstance_camera, domInstance_force_field, domInstance_light, domInstance_node, domInstance_physics_material, domInstance_camera, domInstance_force_field, domInstance_image, domInstance_joint, domInstance_light, domInstance_node, and domInstance_physics_material.
Definition at line 20 of file domInstance_with_extra.h.
| virtual domInstance_with_extra& domInstance_with_extra::operator= | ( | const domInstance_with_extra & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 113 of file domInstance_with_extra.h.
| static DLLSPEC daeMetaElement* domInstance_with_extra::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 in domInstance_camera, domInstance_force_field, domInstance_light, domInstance_node, domInstance_physics_material, domInstance_camera, domInstance_force_field, domInstance_image, domInstance_joint, domInstance_light, domInstance_node, and domInstance_physics_material.
| void domInstance_with_extra::setName | ( | xsToken | atName | ) | [inline] |
Sets the name attribute.
| atName | The new value for the name attribute. |
Reimplemented in domInstance_camera, domInstance_force_field, domInstance_light, domInstance_node, domInstance_physics_material, and domInstance_node.
Definition at line 89 of file domInstance_with_extra.h.
| void domInstance_with_extra::setSid | ( | domSid | atSid | ) | [inline] |
Sets the sid attribute.
| atSid | The new value for the sid attribute. |
Reimplemented in domInstance_node.
Definition at line 78 of file domInstance_with_extra.h.
| void domInstance_with_extra::setUrl | ( | xsString | atUrl | ) | [inline] |
Sets the url attribute.
| atUrl | The new value for the url attribute. |
Reimplemented in domInstance_camera, domInstance_force_field, domInstance_light, domInstance_node, domInstance_physics_material, and domInstance_node.
Definition at line 67 of file domInstance_with_extra.h.
| void domInstance_with_extra::setUrl | ( | const xsAnyURI & | atUrl | ) | [inline] |
Sets the url attribute.
| atUrl | The new value for the url attribute. |
Reimplemented in domInstance_camera, domInstance_force_field, domInstance_light, domInstance_node, domInstance_physics_material, and domInstance_node.
Definition at line 62 of file domInstance_with_extra.h.
| virtual daeInt domInstance_with_extra::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.
Reimplemented in domInstance_camera, domInstance_force_field, domInstance_light, domInstance_node, domInstance_physics_material, domInstance_camera, domInstance_force_field, domInstance_image, domInstance_joint, domInstance_light, domInstance_node, and domInstance_physics_material.
Definition at line 21 of file domInstance_with_extra.h.
xsToken domInstance_with_extra::attrName [protected] |
The name attribute is the text string name of this element. Optional attribute.
Definition at line 39 of file domInstance_with_extra.h.
domSid domInstance_with_extra::attrSid [protected] |
The sid attribute is a text string value containing the sub-identifier of this element. This value must be unique within the scope of the parent element. Optional attribute.
Definition at line 35 of file domInstance_with_extra.h.
xsAnyURI domInstance_with_extra::attrUrl [protected] |
The url attribute refers to resource to instantiate. This may refer to a local resource using a relative URL fragment identifier that begins with the "#" character. The url attribute may refer to an external resource using an absolute or relative URL.
Definition at line 29 of file domInstance_with_extra.h.
The extra element may occur any number of times.
Definition at line 45 of file domInstance_with_extra.h.