domProfile_bridge Class Reference

#include <domProfile_bridge.h>

Inheritance diagram for domProfile_bridge:
Inheritance graph
[legend]

List of all members.

Public Member Functions

const domAssetRef getAsset () const
virtual COLLADA_TYPE::TypeEnum getElementType () const
const domExtra_ArraygetExtra_array () const
domExtra_ArraygetExtra_array ()
xsID getId () const
xsNCName getPlatform () const
const xsAnyURIgetUrl () const
xsAnyURIgetUrl ()
void setId (xsID atId)
void setPlatform (xsNCName atPlatform)
void setUrl (xsString atUrl)
void setUrl (const xsAnyURI &atUrl)
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_bridge (DAE &dae)
virtual domProfile_bridgeoperator= (const domProfile_bridge &cpy)
virtual ~domProfile_bridge ()

Protected Attributes

xsID attrId
xsNCName attrPlatform
xsAnyURI attrUrl
domAssetRef elemAsset
domExtra_Array elemExtra_array

Detailed Description

Bridge COLLADA FX to an external FX framework such as NVIDIA's CgFX or Microsoft's Direct3D FX

Definition at line 16 of file domProfile_bridge.h.


Constructor & Destructor Documentation

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

Constructor

Definition at line 103 of file domProfile_bridge.h.

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

Destructor

Definition at line 107 of file domProfile_bridge.h.


Member Function Documentation

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

Gets the asset element.

Returns:
a daeSmartRef to the asset element.

Definition at line 88 of file domProfile_bridge.h.

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

Reimplemented from daeElement.

Definition at line 19 of file domProfile_bridge.h.

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

Gets the extra element array.

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

Definition at line 98 of file domProfile_bridge.h.

domExtra_Array& domProfile_bridge::getExtra_array (  )  [inline]

Gets the extra element array.

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

Definition at line 93 of file domProfile_bridge.h.

xsID domProfile_bridge::getId (  )  const [inline]

Gets the id attribute.

Returns:
Returns a xsID of the id attribute.

Definition at line 43 of file domProfile_bridge.h.

xsNCName domProfile_bridge::getPlatform (  )  const [inline]

Gets the platform attribute.

Returns:
Returns a xsNCName of the platform attribute.

Definition at line 56 of file domProfile_bridge.h.

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

Gets the url attribute.

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

Definition at line 72 of file domProfile_bridge.h.

xsAnyURI& domProfile_bridge::getUrl (  )  [inline]

Gets the url attribute.

Returns:
Returns a xsAnyURI reference of the url attribute.

Definition at line 67 of file domProfile_bridge.h.

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

Definition at line 20 of file domProfile_bridge.h.

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

Overloaded assignment operator

Definition at line 111 of file domProfile_bridge.h.

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

Sets the id attribute.

Parameters:
atId The new value for the id attribute.

Definition at line 48 of file domProfile_bridge.h.

void domProfile_bridge::setPlatform ( xsNCName  atPlatform  )  [inline]

Sets the platform attribute.

Parameters:
atPlatform The new value for the platform attribute.

Definition at line 61 of file domProfile_bridge.h.

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

Sets the url attribute.

Parameters:
atUrl The new value for the url attribute.

Definition at line 82 of file domProfile_bridge.h.

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

Sets the url attribute.

Parameters:
atUrl The new value for the url attribute.

Definition at line 77 of file domProfile_bridge.h.

virtual daeInt domProfile_bridge::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 21 of file domProfile_bridge.h.


Member Data Documentation

Definition at line 23 of file domProfile_bridge.h.

The type of platform. This is a vendor-defined character string that indicates the platform or capability target for the technique. Optional

Definition at line 28 of file domProfile_bridge.h.

The url to the file which we are bridging too

Definition at line 32 of file domProfile_bridge.h.

Definition at line 35 of file domProfile_bridge.h.

Definition at line 36 of file domProfile_bridge.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:44 2013