#include <domProfile_common.h>
Opens a block of COMMON platform-specific data types and technique declarations.
Definition at line 19 of file domProfile_common.h.
Definition at line 29 of file domProfile_common.h.
Definition at line 26 of file domProfile_common.h.
domProfile_common::domProfile_common | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 630 of file domProfile_common.h.
virtual domProfile_common::~domProfile_common | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 634 of file domProfile_common.h.
static DLLSPEC daeElementRef domProfile_common::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
const domAssetRef domProfile_common::getAsset | ( | ) | const [inline] |
Gets the asset element.
Definition at line 600 of file domProfile_common.h.
virtual COLLADA_TYPE::TypeEnum domProfile_common::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 22 of file domProfile_common.h.
const domExtra_Array& domProfile_common::getExtra_array | ( | ) | const [inline] |
Gets the extra element array.
Definition at line 625 of file domProfile_common.h.
domExtra_Array& domProfile_common::getExtra_array | ( | ) | [inline] |
Gets the extra element array.
Definition at line 620 of file domProfile_common.h.
xsID domProfile_common::getId | ( | ) | const [inline] |
Gets the id attribute.
Definition at line 587 of file domProfile_common.h.
const domFx_common_newparam_Array& domProfile_common::getNewparam_array | ( | ) | const [inline] |
Gets the newparam element array.
Definition at line 610 of file domProfile_common.h.
domFx_common_newparam_Array& domProfile_common::getNewparam_array | ( | ) | [inline] |
Gets the newparam element array.
Definition at line 605 of file domProfile_common.h.
const domTechniqueRef domProfile_common::getTechnique | ( | ) | const [inline] |
Gets the technique element.
Definition at line 615 of file domProfile_common.h.
static daeInt domProfile_common::ID | ( | ) | [inline, static] |
Definition at line 23 of file domProfile_common.h.
virtual domProfile_common& domProfile_common::operator= | ( | const domProfile_common & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 638 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.
void domProfile_common::setId | ( | xsID | atId | ) | [inline] |
Sets the id attribute.
atId | The new value for the id attribute. |
Definition at line 592 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.
Implements daeElement.
Definition at line 24 of file domProfile_common.h.
xsID domProfile_common::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. Optional attribute.
Definition at line 567 of file domProfile_common.h.
domAssetRef domProfile_common::elemAsset [protected] |
Definition at line 570 of file domProfile_common.h.
domExtra_Array domProfile_common::elemExtra_array [protected] |
The extra element may appear any number of times.
Definition at line 580 of file domProfile_common.h.
Definition at line 571 of file domProfile_common.h.
domTechniqueRef domProfile_common::elemTechnique [protected] |
Holds a description of the textures, samplers, shaders, parameters, and passes necessary for rendering this effect using one method.
Definition at line 576 of file domProfile_common.h.