COLLADA 1.4 DOM: domAsset::domSource_data Class Reference

COLLADA

domAsset::domSource_data Class Reference

#include <domAsset.h>

Inheritance diagram for domAsset::domSource_data:

Inheritance graph
[legend]
Collaboration diagram for domAsset::domSource_data:

Collaboration graph
[legend]
List of all members.

Detailed Description

The source_data element contains the URI to the source data from which the parent element was created.

The source_data element may appear zero or one time.

Public Member Functions

xsAnyURIgetValue ()
 Gets the value of this element.
const xsAnyURIgetValue () const
 Gets the value of this element.
void setValue (const xsAnyURI &val)
 Sets the _value of this element.

Static Public Member Functions

static daeElementRef create (daeInt bytes)
 Creates an instance of this class and returns a daeElementRef referencing it.
static daeMetaElementregisterElement ()
 Creates a daeMetaElement object that describes this element in the meta object reflection framework.

Static Public Attributes

static daeMetaElement_Meta = NULL
 The daeMetaElement that describes this element in the meta object reflection framework.

Protected Member Functions

 domSource_data ()
 Constructor.
virtual ~domSource_data ()
 Destructor.
 domSource_data (const domSource_data &cpy)
 Copy Constructor.
virtual domSource_dataoperator= (const domSource_data &cpy)
 Overloaded assignment operator.

Protected Attributes

xsAnyURI _value
 The xsAnyURI value of the text data of this element.

Member Function Documentation

daeElementRef domAsset::domSource_data::create daeInt  bytes  )  [static]
 

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

Parameters:
bytes The size allocated for this instance.
Returns:
a daeElementRef referencing an instance of this object.

const xsAnyURI& domAsset::domSource_data::getValue  )  const [inline]
 

Gets the value of this element.

Returns:
Returns a constant xsAnyURI of the value.

xsAnyURI& domAsset::domSource_data::getValue  )  [inline]
 

Gets the value of this element.

Returns:
Returns a xsAnyURI of the value.

daeMetaElement * domAsset::domSource_data::registerElement  )  [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.

void domAsset::domSource_data::setValue const xsAnyURI val  )  [inline]
 

Sets the _value of this element.

Parameters:
val The new value for this element.


The documentation for this class was generated from the following files:
  • C:/SVN_wf/COLLADA_DOM/include/1.3/dom/domAsset.h
  • C:/SVN_wf/COLLADA_DOM/src/1.3/dom/domAsset.cpp

©2005 Sony Computer Entertainment Inc.. All Rights Reserved.
Generated on Fri Feb 10 16:47:33 2006 for COLLADA 1.4 DOM by doxygen 1.4.3