#include <domProfile_bridge.h>

Public Member Functions | |
| const domAssetRef | getAsset () const |
| virtual COLLADA_TYPE::TypeEnum | getElementType () const |
| const domExtra_Array & | getExtra_array () const |
| domExtra_Array & | getExtra_array () |
| xsID | getId () const |
| xsNCName | getPlatform () const |
| const xsAnyURI & | getUrl () const |
| xsAnyURI & | getUrl () |
| 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 daeMetaElement * | registerElement (DAE &dae) |
Protected Member Functions | |
| domProfile_bridge (DAE &dae) | |
| virtual domProfile_bridge & | operator= (const domProfile_bridge &cpy) |
| virtual | ~domProfile_bridge () |
Protected Attributes | |
| xsID | attrId |
| xsNCName | attrPlatform |
| xsAnyURI | attrUrl |
| domAssetRef | elemAsset |
| domExtra_Array | elemExtra_array |
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.
| 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.
| static DLLSPEC daeElementRef domProfile_bridge::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
| const domAssetRef domProfile_bridge::getAsset | ( | ) | const [inline] |
Gets 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.
Definition at line 98 of file domProfile_bridge.h.
| domExtra_Array& domProfile_bridge::getExtra_array | ( | ) | [inline] |
Gets the extra element array.
Definition at line 93 of file domProfile_bridge.h.
| xsID domProfile_bridge::getId | ( | ) | const [inline] |
Gets the id attribute.
Definition at line 43 of file domProfile_bridge.h.
| xsNCName domProfile_bridge::getPlatform | ( | ) | const [inline] |
Gets the platform attribute.
Definition at line 56 of file domProfile_bridge.h.
| const xsAnyURI& domProfile_bridge::getUrl | ( | ) | const [inline] |
Gets the url attribute.
Definition at line 72 of file domProfile_bridge.h.
| xsAnyURI& domProfile_bridge::getUrl | ( | ) | [inline] |
Gets 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.
| void domProfile_bridge::setId | ( | xsID | atId | ) | [inline] |
Sets the id attribute.
| 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.
| 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.
| 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.
| 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.
Implements daeElement.
Definition at line 21 of file domProfile_bridge.h.
xsID domProfile_bridge::attrId [protected] |
Definition at line 23 of file domProfile_bridge.h.
xsNCName domProfile_bridge::attrPlatform [protected] |
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.
xsAnyURI domProfile_bridge::attrUrl [protected] |
The url to the file which we are bridging too
Definition at line 32 of file domProfile_bridge.h.
domAssetRef domProfile_bridge::elemAsset [protected] |
Definition at line 35 of file domProfile_bridge.h.
domExtra_Array domProfile_bridge::elemExtra_array [protected] |
Definition at line 36 of file domProfile_bridge.h.