domSource Class Reference

#include <domSource.h>

Inheritance diagram for domSource:
Inheritance graph
[legend]

List of all members.

Classes

class  domTechnique_common

Public Types

typedef daeTArray
< domTechnique_commonRef
domTechnique_common_Array
typedef daeTArray
< domTechnique_commonRef
domTechnique_common_Array
typedef daeSmartRef
< domTechnique_common
domTechnique_commonRef
typedef daeSmartRef
< domTechnique_common
domTechnique_commonRef

Public Member Functions

const domAssetRef getAsset () const
const domAssetRef getAsset () const
const domBool_arrayRef getBool_array () const
const domBool_arrayRef getBool_array () const
const daeElementRefArraygetContents () const
daeElementRefArraygetContents ()
const daeElementRefArraygetContents () const
daeElementRefArraygetContents ()
virtual COLLADA_TYPE::TypeEnum getElementType () const
virtual COLLADA_TYPE::TypeEnum getElementType () const
const domFloat_arrayRef getFloat_array () const
const domFloat_arrayRef getFloat_array () const
xsID getId () const
xsID getId () const
const domIdref_arrayRef getIDREF_array () const
const domIDREF_arrayRef getIDREF_array () const
const domInt_arrayRef getInt_array () const
const domInt_arrayRef getInt_array () const
xsToken getName () const
xsNCName getName () const
const domName_arrayRef getName_array () const
const domName_arrayRef getName_array () const
const domSidref_arrayRef getSIDREF_array () const
const domTechnique_ArraygetTechnique_array () const
domTechnique_ArraygetTechnique_array ()
const domTechnique_ArraygetTechnique_array () const
domTechnique_ArraygetTechnique_array ()
const domTechnique_commonRef getTechnique_common () const
const domTechnique_commonRef getTechnique_common () const
const domToken_arrayRef getToken_array () const
void setId (xsID atId)
void setId (xsID atId)
void setName (xsToken atName)
void setName (xsNCName atName)
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

 domSource (DAE &dae)
 domSource (DAE &dae)
virtual domSourceoperator= (const domSource &cpy)
virtual domSourceoperator= (const domSource &cpy)
virtual ~domSource ()
virtual ~domSource ()

Protected Attributes

daeTArray< daeCharArray * > _CMData
daeElementRefArray _contents
daeUIntArray _contentsOrder
xsID attrId
xsToken attrName
xsNCName attrName
domAssetRef elemAsset
domBool_arrayRef elemBool_array
domFloat_arrayRef elemFloat_array
domIdref_arrayRef elemIDREF_array
domIDREF_arrayRef elemIDREF_array
domInt_arrayRef elemInt_array
domName_arrayRef elemName_array
domSidref_arrayRef elemSIDREF_array
domTechnique_Array elemTechnique_array
domTechnique_commonRef elemTechnique_common
domToken_arrayRef elemToken_array

Detailed Description

The source element declares a data repository that provides values according to the semantics of an input element that refers to it.

Definition at line 30 of file 1.4/dom/domSource.h.


Member Typedef Documentation

Definition at line 34 of file dom/domSource.h.

Definition at line 40 of file 1.4/dom/domSource.h.

Definition at line 31 of file dom/domSource.h.

Definition at line 37 of file 1.4/dom/domSource.h.


Constructor & Destructor Documentation

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

Constructor

Definition at line 242 of file 1.4/dom/domSource.h.

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

Destructor

Definition at line 246 of file 1.4/dom/domSource.h.

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

Constructor

Definition at line 251 of file dom/domSource.h.

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

Destructor

Definition at line 255 of file dom/domSource.h.


Member Function Documentation

static DLLSPEC daeElementRef domSource::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.
static DLLSPEC daeElementRef domSource::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.
const domAssetRef domSource::getAsset (  )  const [inline]

Gets the asset element.

Returns:
a daeSmartRef to the asset element.

Definition at line 185 of file dom/domSource.h.

const domAssetRef domSource::getAsset (  )  const [inline]

Gets the asset element.

Returns:
a daeSmartRef to the asset element.

Definition at line 186 of file 1.4/dom/domSource.h.

const domBool_arrayRef domSource::getBool_array (  )  const [inline]

Gets the bool_array element.

Returns:
a daeSmartRef to the bool_array element.

Definition at line 205 of file dom/domSource.h.

const domBool_arrayRef domSource::getBool_array (  )  const [inline]

Gets the bool_array element.

Returns:
a daeSmartRef to the bool_array element.

Definition at line 201 of file 1.4/dom/domSource.h.

const daeElementRefArray& domSource::getContents (  )  const [inline]

Gets the _contents array.

Returns:
Returns a constant reference to the _contents element array.

Definition at line 245 of file dom/domSource.h.

daeElementRefArray& domSource::getContents (  )  [inline]

Gets the _contents array.

Returns:
Returns a reference to the _contents element array.

Definition at line 240 of file dom/domSource.h.

const daeElementRefArray& domSource::getContents (  )  const [inline]

Gets the _contents array.

Returns:
Returns a constant reference to the _contents element array.

Definition at line 236 of file 1.4/dom/domSource.h.

daeElementRefArray& domSource::getContents (  )  [inline]

Gets the _contents array.

Returns:
Returns a reference to the _contents element array.

Definition at line 231 of file 1.4/dom/domSource.h.

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

Reimplemented from daeElement.

Definition at line 27 of file dom/domSource.h.

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

Reimplemented from daeElement.

Definition at line 33 of file 1.4/dom/domSource.h.

const domFloat_arrayRef domSource::getFloat_array (  )  const [inline]

Gets the float_array element.

Returns:
a daeSmartRef to the float_array element.

Definition at line 210 of file dom/domSource.h.

const domFloat_arrayRef domSource::getFloat_array (  )  const [inline]

Gets the float_array element.

Returns:
a daeSmartRef to the float_array element.

Definition at line 206 of file 1.4/dom/domSource.h.

xsID domSource::getId (  )  const [inline]

Gets the id attribute.

Returns:
Returns a xsID of the id attribute.

Definition at line 161 of file dom/domSource.h.

xsID domSource::getId (  )  const [inline]

Gets the id attribute.

Returns:
Returns a xsID of the id attribute.

Definition at line 162 of file 1.4/dom/domSource.h.

const domIdref_arrayRef domSource::getIDREF_array (  )  const [inline]

Gets the IDREF_array element.

Returns:
a daeSmartRef to the IDREF_array element.

Definition at line 195 of file dom/domSource.h.

const domIDREF_arrayRef domSource::getIDREF_array (  )  const [inline]

Gets the IDREF_array element.

Returns:
a daeSmartRef to the IDREF_array element.

Definition at line 191 of file 1.4/dom/domSource.h.

const domInt_arrayRef domSource::getInt_array (  )  const [inline]

Gets the int_array element.

Returns:
a daeSmartRef to the int_array element.

Definition at line 215 of file dom/domSource.h.

const domInt_arrayRef domSource::getInt_array (  )  const [inline]

Gets the int_array element.

Returns:
a daeSmartRef to the int_array element.

Definition at line 211 of file 1.4/dom/domSource.h.

xsToken domSource::getName (  )  const [inline]

Gets the name attribute.

Returns:
Returns a xsToken of the name attribute.

Definition at line 174 of file dom/domSource.h.

xsNCName domSource::getName (  )  const [inline]

Gets the name attribute.

Returns:
Returns a xsNCName of the name attribute.

Definition at line 175 of file 1.4/dom/domSource.h.

const domName_arrayRef domSource::getName_array (  )  const [inline]

Gets the Name_array element.

Returns:
a daeSmartRef to the Name_array element.

Definition at line 200 of file dom/domSource.h.

const domName_arrayRef domSource::getName_array (  )  const [inline]

Gets the Name_array element.

Returns:
a daeSmartRef to the Name_array element.

Definition at line 196 of file 1.4/dom/domSource.h.

const domSidref_arrayRef domSource::getSIDREF_array (  )  const [inline]

Gets the SIDREF_array element.

Returns:
a daeSmartRef to the SIDREF_array element.

Definition at line 220 of file dom/domSource.h.

const domTechnique_Array& domSource::getTechnique_array (  )  const [inline]

Gets the technique element array.

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

Definition at line 235 of file dom/domSource.h.

domTechnique_Array& domSource::getTechnique_array (  )  [inline]

Gets the technique element array.

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

Definition at line 230 of file dom/domSource.h.

const domTechnique_Array& domSource::getTechnique_array (  )  const [inline]

Gets the technique element array.

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

Definition at line 226 of file 1.4/dom/domSource.h.

domTechnique_Array& domSource::getTechnique_array (  )  [inline]

Gets the technique element array.

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

Definition at line 221 of file 1.4/dom/domSource.h.

const domTechnique_commonRef domSource::getTechnique_common (  )  const [inline]

Gets the technique_common element.

Returns:
a daeSmartRef to the technique_common element.

Definition at line 225 of file dom/domSource.h.

const domTechnique_commonRef domSource::getTechnique_common (  )  const [inline]

Gets the technique_common element.

Returns:
a daeSmartRef to the technique_common element.

Definition at line 216 of file 1.4/dom/domSource.h.

const domToken_arrayRef domSource::getToken_array (  )  const [inline]

Gets the token_array element.

Returns:
a daeSmartRef to the token_array element.

Definition at line 190 of file dom/domSource.h.

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

Definition at line 28 of file dom/domSource.h.

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

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

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

Overloaded assignment operator

Definition at line 259 of file dom/domSource.h.

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

Overloaded assignment operator

Definition at line 250 of file 1.4/dom/domSource.h.

static DLLSPEC daeMetaElement* domSource::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.
static DLLSPEC daeMetaElement* domSource::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.
void domSource::setId ( xsID  atId  )  [inline]

Sets the id attribute.

Parameters:
atId The new value for the id attribute.

Definition at line 166 of file dom/domSource.h.

void domSource::setId ( xsID  atId  )  [inline]

Sets the id attribute.

Parameters:
atId The new value for the id attribute.

Definition at line 167 of file 1.4/dom/domSource.h.

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

Sets the name attribute.

Parameters:
atName The new value for the name attribute.

Definition at line 179 of file dom/domSource.h.

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

Sets the name attribute.

Parameters:
atName The new value for the name attribute.

Definition at line 180 of file 1.4/dom/domSource.h.

virtual daeInt domSource::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 29 of file dom/domSource.h.

virtual daeInt domSource::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 35 of file 1.4/dom/domSource.h.


Member Data Documentation

Used to store information needed for some content model objects.

Definition at line 154 of file 1.4/dom/domSource.h.

Used to preserve order in elements that do not specify strict sequencing of sub-elements.

Definition at line 145 of file 1.4/dom/domSource.h.

Used to preserve order in elements that have a complex content model.

Definition at line 149 of file 1.4/dom/domSource.h.

xsID domSource::attrId [protected]

The id attribute is a text string containing the unique identifier of this element. This value must be unique within the instance document. Required attribute.

Definition at line 101 of file 1.4/dom/domSource.h.

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

Definition at line 99 of file dom/domSource.h.

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

Definition at line 105 of file 1.4/dom/domSource.h.

The source element may contain an asset element.

See also:
domAsset

Definition at line 111 of file 1.4/dom/domSource.h.

The source element may contain a bool_array.

See also:
domBool_array

Definition at line 123 of file 1.4/dom/domSource.h.

The source element may contain a float_array.

See also:
domFloat_array

Definition at line 127 of file 1.4/dom/domSource.h.

The source element may contain an IDREF_array.

See also:
domIDREF_array

Definition at line 113 of file dom/domSource.h.

The source element may contain an IDREF_array.

See also:
domIDREF_array

Definition at line 115 of file 1.4/dom/domSource.h.

The source element may contain an int_array.

See also:
domInt_array

Definition at line 131 of file 1.4/dom/domSource.h.

The source element may contain a Name_array.

See also:
domName_array

Definition at line 119 of file 1.4/dom/domSource.h.

Definition at line 130 of file dom/domSource.h.

This element may contain any number of non-common profile techniques.

See also:
domTechnique

Definition at line 141 of file 1.4/dom/domSource.h.

The technique common specifies the common method for accessing this source element's data.

See also:
domTechnique_common

Definition at line 136 of file 1.4/dom/domSource.h.

The source element may contain a token_array.

See also:
domToken_array

Definition at line 109 of file dom/domSource.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:55 2013