#include <domFx_profile.h>
A group that specifies the allowable COLLADA FX profiles.
Definition at line 19 of file domFx_profile.h.
domFx_profile::domFx_profile | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 94 of file domFx_profile.h.
virtual domFx_profile::~domFx_profile | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 98 of file domFx_profile.h.
static DLLSPEC daeElementRef domFx_profile::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
const daeElementRefArray& domFx_profile::getContents | ( | ) | const [inline] |
Gets the _contents array.
Definition at line 88 of file domFx_profile.h.
daeElementRefArray& domFx_profile::getContents | ( | ) | [inline] |
Gets the _contents array.
Definition at line 83 of file domFx_profile.h.
virtual COLLADA_TYPE::TypeEnum domFx_profile::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 22 of file domFx_profile.h.
const domProfile_bridgeRef domFx_profile::getProfile_BRIDGE | ( | ) | const [inline] |
Gets the profile_BRIDGE element.
Definition at line 58 of file domFx_profile.h.
const domProfile_cgRef domFx_profile::getProfile_CG | ( | ) | const [inline] |
Gets the profile_CG element.
Definition at line 73 of file domFx_profile.h.
const domProfile_commonRef domFx_profile::getProfile_COMMON | ( | ) | const [inline] |
Gets the profile_COMMON element.
Definition at line 53 of file domFx_profile.h.
const domProfile_glesRef domFx_profile::getProfile_GLES | ( | ) | const [inline] |
Gets the profile_GLES element.
Definition at line 78 of file domFx_profile.h.
const domProfile_gles2Ref domFx_profile::getProfile_GLES2 | ( | ) | const [inline] |
Gets the profile_GLES2 element.
Definition at line 63 of file domFx_profile.h.
const domProfile_glslRef domFx_profile::getProfile_GLSL | ( | ) | const [inline] |
Gets the profile_GLSL element.
Definition at line 68 of file domFx_profile.h.
static daeInt domFx_profile::ID | ( | ) | [inline, static] |
Definition at line 23 of file domFx_profile.h.
virtual domFx_profile& domFx_profile::operator= | ( | const domFx_profile & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 102 of file domFx_profile.h.
static DLLSPEC daeMetaElement* domFx_profile::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.
virtual daeInt domFx_profile::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 domFx_profile.h.
daeTArray< daeCharArray * > domFx_profile::_CMData [protected] |
Used to store information needed for some content model objects.
Definition at line 45 of file domFx_profile.h.
daeElementRefArray domFx_profile::_contents [protected] |
Used to preserve order in elements that do not specify strict sequencing of sub-elements.
Definition at line 36 of file domFx_profile.h.
daeUIntArray domFx_profile::_contentsOrder [protected] |
Used to preserve order in elements that have a complex content model.
Definition at line 40 of file domFx_profile.h.
Definition at line 28 of file domFx_profile.h.
domProfile_cgRef domFx_profile::elemProfile_CG [protected] |
Definition at line 31 of file domFx_profile.h.
Definition at line 27 of file domFx_profile.h.
domProfile_glesRef domFx_profile::elemProfile_GLES [protected] |
Definition at line 32 of file domFx_profile.h.
domProfile_gles2Ref domFx_profile::elemProfile_GLES2 [protected] |
Definition at line 29 of file domFx_profile.h.
domProfile_glslRef domFx_profile::elemProfile_GLSL [protected] |
Definition at line 30 of file domFx_profile.h.