domInstance_node Class Reference

#include <domInstance_node.h>

Inheritance diagram for domInstance_node:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual COLLADA_TYPE::TypeEnum getElementType () const
virtual COLLADA_TYPE::TypeEnum getElementType () const
xsToken getName () const
xsNCName getName () const
const xsAnyURIgetProxy () const
xsAnyURIgetProxy ()
domSid getSid () const
xsNCName getSid () const
const xsAnyURIgetUrl () const
xsAnyURIgetUrl ()
const xsAnyURIgetUrl () const
xsAnyURIgetUrl ()
void setName (xsToken atName)
void setName (xsNCName atName)
void setProxy (xsString atProxy)
void setProxy (const xsAnyURI &atProxy)
void setSid (domSid atSid)
void setSid (xsNCName atSid)
void setUrl (xsString atUrl)
void setUrl (const xsAnyURI &atUrl)
void setUrl (xsString atUrl)
void setUrl (const xsAnyURI &atUrl)
virtual daeInt typeID () const
virtual daeInt typeID () const

Static Public Member Functions

static DLLSPEC daeElementRef create (DAE &dae)
static DLLSPEC daeElementRef create (DAE &dae)
static daeInt ID ()
static daeInt ID ()
static DLLSPEC daeMetaElementregisterElement (DAE &dae)
static DLLSPEC daeMetaElementregisterElement (DAE &dae)

Protected Member Functions

 domInstance_node (DAE &dae)
 domInstance_node (DAE &dae)
virtual domInstance_nodeoperator= (const domInstance_node &cpy)
virtual domInstance_nodeoperator= (const domInstance_node &cpy)
virtual ~domInstance_node ()
virtual ~domInstance_node ()

Protected Attributes

xsAnyURI attrProxy

Detailed Description

The instance_node element declares the instantiation of a COLLADA node resource.

Definition at line 23 of file 1.4/dom/domInstance_node.h.


Constructor & Destructor Documentation

domInstance_node::domInstance_node ( DAE dae  )  [inline, protected]

Constructor

Definition at line 77 of file 1.4/dom/domInstance_node.h.

virtual domInstance_node::~domInstance_node (  )  [inline, protected, virtual]

Destructor

Definition at line 81 of file 1.4/dom/domInstance_node.h.

domInstance_node::domInstance_node ( DAE dae  )  [inline, protected]

Constructor

Definition at line 94 of file dom/domInstance_node.h.

virtual domInstance_node::~domInstance_node (  )  [inline, protected, virtual]

Destructor

Definition at line 98 of file dom/domInstance_node.h.


Member Function Documentation

static DLLSPEC daeElementRef domInstance_node::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 from domInstance_with_extra.

static DLLSPEC daeElementRef domInstance_node::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 from domInstance_with_extra.

virtual COLLADA_TYPE::TypeEnum domInstance_node::getElementType (  )  const [inline, virtual]

Reimplemented from daeElement.

Definition at line 18 of file dom/domInstance_node.h.

virtual COLLADA_TYPE::TypeEnum domInstance_node::getElementType (  )  const [inline, virtual]

Reimplemented from daeElement.

Definition at line 26 of file 1.4/dom/domInstance_node.h.

xsToken domInstance_node::getName (  )  const [inline]

Gets the name attribute.

Returns:
Returns a xsToken of the name attribute.

Reimplemented from domInstanceWithExtra_complexType.

Definition at line 62 of file dom/domInstance_node.h.

xsNCName domInstance_node::getName (  )  const [inline]

Gets the name attribute.

Returns:
Returns a xsNCName of the name attribute.

Reimplemented from domInstanceWithExtra_complexType.

Definition at line 66 of file 1.4/dom/domInstance_node.h.

const xsAnyURI& domInstance_node::getProxy (  )  const [inline]

Gets the proxy attribute.

Returns:
Returns a constant xsAnyURI reference of the proxy attribute.

Definition at line 78 of file dom/domInstance_node.h.

xsAnyURI& domInstance_node::getProxy (  )  [inline]

Gets the proxy attribute.

Returns:
Returns a xsAnyURI reference of the proxy attribute.

Definition at line 73 of file dom/domInstance_node.h.

domSid domInstance_node::getSid (  )  const [inline]

Gets the sid attribute.

Returns:
Returns a domSid of the sid attribute.

Reimplemented from domInstanceWithExtra_complexType.

Definition at line 51 of file dom/domInstance_node.h.

xsNCName domInstance_node::getSid (  )  const [inline]

Gets the sid attribute.

Returns:
Returns a xsNCName of the sid attribute.

Reimplemented from domInstanceWithExtra_complexType.

Definition at line 55 of file 1.4/dom/domInstance_node.h.

const xsAnyURI& domInstance_node::getUrl (  )  const [inline]

Gets the url attribute.

Returns:
Returns a constant xsAnyURI reference of the url attribute.

Reimplemented from domInstanceWithExtra_complexType.

Definition at line 35 of file dom/domInstance_node.h.

xsAnyURI& domInstance_node::getUrl (  )  [inline]

Gets the url attribute.

Returns:
Returns a xsAnyURI reference of the url attribute.

Reimplemented from domInstanceWithExtra_complexType.

Definition at line 30 of file dom/domInstance_node.h.

const xsAnyURI& domInstance_node::getUrl (  )  const [inline]

Gets the url attribute.

Returns:
Returns a constant xsAnyURI reference of the url attribute.

Reimplemented from domInstanceWithExtra_complexType.

Definition at line 39 of file 1.4/dom/domInstance_node.h.

xsAnyURI& domInstance_node::getUrl (  )  [inline]

Gets the url attribute.

Returns:
Returns a xsAnyURI reference of the url attribute.

Reimplemented from domInstanceWithExtra_complexType.

Definition at line 34 of file 1.4/dom/domInstance_node.h.

static daeInt domInstance_node::ID (  )  [inline, static]

Reimplemented from domInstance_with_extra.

Definition at line 19 of file dom/domInstance_node.h.

static daeInt domInstance_node::ID (  )  [inline, static]

Reimplemented from domInstance_with_extra.

Definition at line 27 of file 1.4/dom/domInstance_node.h.

virtual domInstance_node& domInstance_node::operator= ( const domInstance_node cpy  )  [inline, protected, virtual]

Overloaded assignment operator

Definition at line 102 of file dom/domInstance_node.h.

virtual domInstance_node& domInstance_node::operator= ( const domInstance_node cpy  )  [inline, protected, virtual]

Overloaded assignment operator

Definition at line 85 of file 1.4/dom/domInstance_node.h.

static DLLSPEC daeMetaElement* domInstance_node::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 from domInstance_with_extra.

static DLLSPEC daeMetaElement* domInstance_node::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 from domInstance_with_extra.

void domInstance_node::setName ( xsToken  atName  )  [inline]

Sets the name attribute.

Parameters:
atName The new value for the name attribute.

Reimplemented from domInstanceWithExtra_complexType.

Definition at line 67 of file dom/domInstance_node.h.

void domInstance_node::setName ( xsNCName  atName  )  [inline]

Sets the name attribute.

Parameters:
atName The new value for the name attribute.

Reimplemented from domInstanceWithExtra_complexType.

Definition at line 71 of file 1.4/dom/domInstance_node.h.

void domInstance_node::setProxy ( xsString  atProxy  )  [inline]

Sets the proxy attribute.

Parameters:
atProxy The new value for the proxy attribute.

Definition at line 88 of file dom/domInstance_node.h.

void domInstance_node::setProxy ( const xsAnyURI atProxy  )  [inline]

Sets the proxy attribute.

Parameters:
atProxy The new value for the proxy attribute.

Definition at line 83 of file dom/domInstance_node.h.

void domInstance_node::setSid ( domSid  atSid  )  [inline]

Sets the sid attribute.

Parameters:
atSid The new value for the sid attribute.

Reimplemented from domInstance_with_extra.

Definition at line 56 of file dom/domInstance_node.h.

void domInstance_node::setSid ( xsNCName  atSid  )  [inline]

Sets the sid attribute.

Parameters:
atSid The new value for the sid attribute.

Reimplemented from domInstanceWithExtra_complexType.

Definition at line 60 of file 1.4/dom/domInstance_node.h.

void domInstance_node::setUrl ( xsString  atUrl  )  [inline]

Sets the url attribute.

Parameters:
atUrl The new value for the url attribute.

Reimplemented from domInstanceWithExtra_complexType.

Definition at line 45 of file dom/domInstance_node.h.

void domInstance_node::setUrl ( const xsAnyURI atUrl  )  [inline]

Sets the url attribute.

Parameters:
atUrl The new value for the url attribute.

Reimplemented from domInstanceWithExtra_complexType.

Definition at line 40 of file dom/domInstance_node.h.

void domInstance_node::setUrl ( xsString  atUrl  )  [inline]

Sets the url attribute.

Parameters:
atUrl The new value for the url attribute.

Reimplemented from domInstanceWithExtra_complexType.

Definition at line 49 of file 1.4/dom/domInstance_node.h.

void domInstance_node::setUrl ( const xsAnyURI atUrl  )  [inline]

Sets the url attribute.

Parameters:
atUrl The new value for the url attribute.

Reimplemented from domInstanceWithExtra_complexType.

Definition at line 44 of file 1.4/dom/domInstance_node.h.

virtual daeInt domInstance_node::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.

Definition at line 20 of file dom/domInstance_node.h.

virtual daeInt domInstance_node::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.

Definition at line 28 of file 1.4/dom/domInstance_node.h.


Member Data Documentation

Definition at line 22 of file dom/domInstance_node.h.


The documentation for this class was generated from the following files:
 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:31 2013