domInstance_with_extra Class Reference

#include <domInstance_with_extra.h>

Inheritance diagram for domInstance_with_extra:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual COLLADA_TYPE::TypeEnum getElementType () const
const domExtra_ArraygetExtra_array () const
domExtra_ArraygetExtra_array ()
xsToken getName () const
domSid getSid () const
const xsAnyURIgetUrl () const
xsAnyURIgetUrl ()
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 daeMetaElementregisterElement (DAE &dae)

Protected Member Functions

 domInstance_with_extra (DAE &dae)
virtual domInstance_with_extraoperator= (const domInstance_with_extra &cpy)
virtual ~domInstance_with_extra ()

Protected Attributes

xsToken attrName
domSid attrSid
xsAnyURI attrUrl
domExtra_Array elemExtra_array

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

static DLLSPEC daeElementRef domInstance_with_extra::create ( DAE dae  )  [static]

Creates an instance of this class and returns a daeElementRef referencing it.

Returns:
a daeElementRef referencing an instance of this object.

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]
const domExtra_Array& domInstance_with_extra::getExtra_array (  )  const [inline]

Gets the extra element array.

Returns:
Returns a constant reference to the array of extra elements.

Definition at line 100 of file domInstance_with_extra.h.

domExtra_Array& domInstance_with_extra::getExtra_array (  )  [inline]

Gets the extra element array.

Returns:
Returns a reference to the array of extra elements.

Definition at line 95 of file domInstance_with_extra.h.

xsToken domInstance_with_extra::getName (  )  const [inline]

Gets the name attribute.

Returns:
Returns a xsToken of 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.

Returns:
Returns a domSid of 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.

Returns:
Returns a constant xsAnyURI reference of 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.

Returns:
Returns a xsAnyURI reference of 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]
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.

Returns:
A daeMetaElement describing this COLLADA element.

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.

Parameters:
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.

Parameters:
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.

Parameters:
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.

Parameters:
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.

Returns:
The element's type 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.


Member Data Documentation

The name attribute is the text string name of this element. Optional attribute.

Definition at line 39 of file domInstance_with_extra.h.

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.

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.

See also:
domExtra

Definition at line 45 of file domInstance_with_extra.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


colladadom
Author(s): Du Hung Hou, Khronos.org, Marcus Barnes, Greg Corson, Herbert Law, Sebastian Schwarz, Steven Thomas, John Hsu (ros package), Tim Field (ros package)
autogenerated on Fri Jan 11 09:31:32 2013