domFx_rendertarget Class Reference

#include <domFx_rendertarget.h>

Inheritance diagram for domFx_rendertarget:
Inheritance graph
[legend]

List of all members.

Classes

class  domParam

Public Types

typedef daeTArray< domParamRefdomParam_Array
typedef daeSmartRef< domParamdomParamRef

Public Member Functions

const daeElementRefArraygetContents () const
daeElementRefArraygetContents ()
virtual COLLADA_TYPE::TypeEnum getElementType () const
domImage_face getFace () const
xsNonNegativeInteger getIndex () const
const domInstance_imageRef getInstance_image () const
xsNonNegativeInteger getMip () const
const domParamRef getParam () const
xsNonNegativeInteger getSlice () const
void setFace (domImage_face atFace)
void setIndex (xsNonNegativeInteger atIndex)
void setMip (xsNonNegativeInteger atMip)
void setSlice (xsNonNegativeInteger atSlice)
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

 domFx_rendertarget (DAE &dae)
virtual domFx_rendertargetoperator= (const domFx_rendertarget &cpy)
virtual ~domFx_rendertarget ()

Protected Attributes

daeTArray< daeCharArray * > _CMData
daeElementRefArray _contents
daeUIntArray _contentsOrder
domImage_face attrFace
xsNonNegativeInteger attrIndex
xsNonNegativeInteger attrMip
xsNonNegativeInteger attrSlice
domInstance_imageRef elemInstance_image
domParamRef elemParam

Detailed Description

Definition at line 11 of file domFx_rendertarget.h.


Member Typedef Documentation

Definition at line 21 of file domFx_rendertarget.h.

Definition at line 18 of file domFx_rendertarget.h.


Constructor & Destructor Documentation

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

Constructor

Definition at line 180 of file domFx_rendertarget.h.

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

Destructor

Definition at line 184 of file domFx_rendertarget.h.


Member Function Documentation

static DLLSPEC daeElementRef domFx_rendertarget::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 domFx_colortarget, domFx_depthtarget, and domFx_stenciltarget.

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

Gets the _contents array.

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

Definition at line 174 of file domFx_rendertarget.h.

daeElementRefArray& domFx_rendertarget::getContents (  )  [inline]

Gets the _contents array.

Returns:
Returns a reference to the _contents element array.

Definition at line 169 of file domFx_rendertarget.h.

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

Reimplemented from daeElement.

Reimplemented in domFx_colortarget, domFx_depthtarget, and domFx_stenciltarget.

Definition at line 14 of file domFx_rendertarget.h.

domImage_face domFx_rendertarget::getFace (  )  const [inline]

Gets the face attribute.

Returns:
Returns a domImage_face of the face attribute.

Definition at line 137 of file domFx_rendertarget.h.

xsNonNegativeInteger domFx_rendertarget::getIndex (  )  const [inline]

Gets the index attribute.

Returns:
Returns a xsNonNegativeInteger of the index attribute.

Definition at line 115 of file domFx_rendertarget.h.

const domInstance_imageRef domFx_rendertarget::getInstance_image (  )  const [inline]

Gets the instance_image element.

Returns:
a daeSmartRef to the instance_image element.

Definition at line 164 of file domFx_rendertarget.h.

xsNonNegativeInteger domFx_rendertarget::getMip (  )  const [inline]

Gets the mip attribute.

Returns:
Returns a xsNonNegativeInteger of the mip attribute.

Definition at line 126 of file domFx_rendertarget.h.

const domParamRef domFx_rendertarget::getParam (  )  const [inline]

Gets the param element.

Returns:
a daeSmartRef to the param element.

Definition at line 159 of file domFx_rendertarget.h.

xsNonNegativeInteger domFx_rendertarget::getSlice (  )  const [inline]

Gets the slice attribute.

Returns:
Returns a xsNonNegativeInteger of the slice attribute.

Definition at line 148 of file domFx_rendertarget.h.

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

Reimplemented in domFx_colortarget, domFx_depthtarget, and domFx_stenciltarget.

Definition at line 15 of file domFx_rendertarget.h.

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

Overloaded assignment operator

Definition at line 188 of file domFx_rendertarget.h.

static DLLSPEC daeMetaElement* domFx_rendertarget::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 domFx_colortarget, domFx_depthtarget, and domFx_stenciltarget.

void domFx_rendertarget::setFace ( domImage_face  atFace  )  [inline]

Sets the face attribute.

Parameters:
atFace The new value for the face attribute.

Definition at line 142 of file domFx_rendertarget.h.

void domFx_rendertarget::setIndex ( xsNonNegativeInteger  atIndex  )  [inline]

Sets the index attribute.

Parameters:
atIndex The new value for the index attribute.

Definition at line 120 of file domFx_rendertarget.h.

void domFx_rendertarget::setMip ( xsNonNegativeInteger  atMip  )  [inline]

Sets the mip attribute.

Parameters:
atMip The new value for the mip attribute.

Definition at line 131 of file domFx_rendertarget.h.

void domFx_rendertarget::setSlice ( xsNonNegativeInteger  atSlice  )  [inline]

Sets the slice attribute.

Parameters:
atSlice The new value for the slice attribute.

Definition at line 153 of file domFx_rendertarget.h.

virtual daeInt domFx_rendertarget::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 domFx_colortarget, domFx_depthtarget, and domFx_stenciltarget.

Definition at line 16 of file domFx_rendertarget.h.


Member Data Documentation

Used to store information needed for some content model objects.

Definition at line 107 of file domFx_rendertarget.h.

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

Definition at line 98 of file domFx_rendertarget.h.

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

Definition at line 102 of file domFx_rendertarget.h.

cube face

Definition at line 86 of file domFx_rendertarget.h.

array index

Definition at line 78 of file domFx_rendertarget.h.

mip level

Definition at line 82 of file domFx_rendertarget.h.

volume depth

Definition at line 90 of file domFx_rendertarget.h.

Definition at line 94 of file domFx_rendertarget.h.

Definition at line 93 of file domFx_rendertarget.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:30:09 2013