domProfile_COMMON Class Reference

#include <domProfile_COMMON.h>

Inheritance diagram for domProfile_COMMON:
Inheritance graph
[legend]

List of all members.

Classes

class  domTechnique

Public Types

typedef daeTArray
< domTechniqueRef
domTechnique_Array
typedef daeSmartRef< domTechniquedomTechniqueRef

Public Member Functions

const domAssetRef getAsset () const
const daeElementRefArraygetContents () const
daeElementRefArraygetContents ()
virtual COLLADA_TYPE::TypeEnum getElementType () const
const domExtra_ArraygetExtra_array () const
domExtra_ArraygetExtra_array ()
xsID getId () const
const domImage_ArraygetImage_array () const
domImage_ArraygetImage_array ()
const
domCommon_newparam_type_Array
getNewparam_array () const
domCommon_newparam_type_ArraygetNewparam_array ()
const domTechniqueRef getTechnique () const
void setId (xsID atId)
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

 domProfile_COMMON (DAE &dae)
virtual domProfile_COMMONoperator= (const domProfile_COMMON &cpy)
virtual ~domProfile_COMMON ()

Protected Attributes

daeTArray< daeCharArray * > _CMData
daeElementRefArray _contents
daeUIntArray _contentsOrder
xsID attrId
domAssetRef elemAsset
domExtra_Array elemExtra_array
domImage_Array elemImage_array
domCommon_newparam_type_Array elemNewparam_array
domTechniqueRef elemTechnique

Detailed Description

Opens a block of COMMON platform-specific data types and technique declarations.

Definition at line 29 of file domProfile_COMMON.h.


Member Typedef Documentation

Definition at line 39 of file domProfile_COMMON.h.

Definition at line 36 of file domProfile_COMMON.h.


Constructor & Destructor Documentation

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

Constructor

Definition at line 698 of file domProfile_COMMON.h.

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

Destructor

Definition at line 702 of file domProfile_COMMON.h.


Member Function Documentation

static DLLSPEC daeElementRef domProfile_COMMON::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 domFx_profile_abstract.

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

Gets the asset element.

Returns:
a daeSmartRef to the asset element.

Definition at line 647 of file domProfile_COMMON.h.

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

Gets the _contents array.

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

Definition at line 692 of file domProfile_COMMON.h.

daeElementRefArray& domProfile_COMMON::getContents (  )  [inline]

Gets the _contents array.

Returns:
Returns a reference to the _contents element array.

Definition at line 687 of file domProfile_COMMON.h.

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

Reimplemented from domFx_profile_abstract.

Definition at line 32 of file domProfile_COMMON.h.

const domExtra_Array& domProfile_COMMON::getExtra_array (  )  const [inline]

Gets the extra element array.

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

Definition at line 682 of file domProfile_COMMON.h.

domExtra_Array& domProfile_COMMON::getExtra_array (  )  [inline]

Gets the extra element array.

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

Definition at line 677 of file domProfile_COMMON.h.

xsID domProfile_COMMON::getId (  )  const [inline]

Gets the id attribute.

Returns:
Returns a xsID of the id attribute.

Definition at line 634 of file domProfile_COMMON.h.

const domImage_Array& domProfile_COMMON::getImage_array (  )  const [inline]

Gets the image element array.

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

Definition at line 657 of file domProfile_COMMON.h.

domImage_Array& domProfile_COMMON::getImage_array (  )  [inline]

Gets the image element array.

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

Definition at line 652 of file domProfile_COMMON.h.

const domCommon_newparam_type_Array& domProfile_COMMON::getNewparam_array (  )  const [inline]

Gets the newparam element array.

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

Definition at line 667 of file domProfile_COMMON.h.

domCommon_newparam_type_Array& domProfile_COMMON::getNewparam_array (  )  [inline]

Gets the newparam element array.

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

Definition at line 662 of file domProfile_COMMON.h.

const domTechniqueRef domProfile_COMMON::getTechnique (  )  const [inline]

Gets the technique element.

Returns:
a daeSmartRef to the technique element.

Definition at line 672 of file domProfile_COMMON.h.

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

Reimplemented from domFx_profile_abstract.

Definition at line 33 of file domProfile_COMMON.h.

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

Overloaded assignment operator

Definition at line 706 of file domProfile_COMMON.h.

static DLLSPEC daeMetaElement* domProfile_COMMON::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 domFx_profile_abstract.

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

Sets the id attribute.

Parameters:
atId The new value for the id attribute.

Definition at line 639 of file domProfile_COMMON.h.

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

Reimplemented from domFx_profile_abstract.

Definition at line 34 of file domProfile_COMMON.h.


Member Data Documentation

Used to store information needed for some content model objects.

Definition at line 626 of file domProfile_COMMON.h.

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

Definition at line 617 of file domProfile_COMMON.h.

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

Definition at line 621 of file domProfile_COMMON.h.

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

Definition at line 599 of file domProfile_COMMON.h.

Definition at line 602 of file domProfile_COMMON.h.

The extra element may appear any number of times.

See also:
domExtra

Definition at line 613 of file domProfile_COMMON.h.

Definition at line 603 of file domProfile_COMMON.h.

Definition at line 604 of file domProfile_COMMON.h.

Holds a description of the textures, samplers, shaders, parameters, and passes necessary for rendering this effect using one method.

See also:
domTechnique

Definition at line 609 of file domProfile_COMMON.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:45 2013