#include <domFx_common_float_or_param.h>
Definition at line 10 of file domFx_common_float_or_param.h.
Definition at line 20 of file domFx_common_float_or_param.h.
Definition at line 17 of file domFx_common_float_or_param.h.
Definition at line 91 of file domFx_common_float_or_param.h.
Definition at line 88 of file domFx_common_float_or_param.h.
domFx_common_float_or_param::domFx_common_float_or_param | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 189 of file domFx_common_float_or_param.h.
virtual domFx_common_float_or_param::~domFx_common_float_or_param | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 193 of file domFx_common_float_or_param.h.
static DLLSPEC daeElementRef domFx_common_float_or_param::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
const daeElementRefArray& domFx_common_float_or_param::getContents | ( | ) | const [inline] |
Gets the _contents array.
Definition at line 183 of file domFx_common_float_or_param.h.
daeElementRefArray& domFx_common_float_or_param::getContents | ( | ) | [inline] |
Gets the _contents array.
Definition at line 178 of file domFx_common_float_or_param.h.
virtual COLLADA_TYPE::TypeEnum domFx_common_float_or_param::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 13 of file domFx_common_float_or_param.h.
const domFloatRef domFx_common_float_or_param::getFloat | ( | ) | const [inline] |
Gets the float element.
Definition at line 168 of file domFx_common_float_or_param.h.
const domParamRef domFx_common_float_or_param::getParam | ( | ) | const [inline] |
Gets the param element.
Definition at line 173 of file domFx_common_float_or_param.h.
static daeInt domFx_common_float_or_param::ID | ( | ) | [inline, static] |
Definition at line 14 of file domFx_common_float_or_param.h.
virtual domFx_common_float_or_param& domFx_common_float_or_param::operator= | ( | const domFx_common_float_or_param & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 197 of file domFx_common_float_or_param.h.
static DLLSPEC daeMetaElement* domFx_common_float_or_param::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_common_float_or_param::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 15 of file domFx_common_float_or_param.h.
daeTArray< daeCharArray * > domFx_common_float_or_param::_CMData [protected] |
Used to store information needed for some content model objects.
Definition at line 160 of file domFx_common_float_or_param.h.
Used to preserve order in elements that do not specify strict sequencing of sub-elements.
Definition at line 151 of file domFx_common_float_or_param.h.
Used to preserve order in elements that have a complex content model.
Definition at line 155 of file domFx_common_float_or_param.h.
domFloatRef domFx_common_float_or_param::elemFloat [protected] |
Definition at line 146 of file domFx_common_float_or_param.h.
domParamRef domFx_common_float_or_param::elemParam [protected] |
Definition at line 147 of file domFx_common_float_or_param.h.