#include <domCommon_float_or_param.h>
Classes | |
class | domFloat |
Public Types | |
typedef daeTArray< domFloatRef > | domFloat_Array |
typedef daeSmartRef< domFloat > | domFloatRef |
Public Member Functions | |
const daeElementRefArray & | getContents () const |
daeElementRefArray & | getContents () |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
const domFloatRef | getFloat () const |
const domCommon_paramRef | getParam () const |
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 | |
domCommon_float_or_param (DAE &dae) | |
virtual domCommon_float_or_param & | operator= (const domCommon_float_or_param &cpy) |
virtual | ~domCommon_float_or_param () |
Protected Attributes | |
daeTArray< daeCharArray * > | _CMData |
daeElementRefArray | _contents |
daeUIntArray | _contentsOrder |
domFloatRef | elemFloat |
domCommon_paramRef | elemParam |
Definition at line 11 of file domCommon_float_or_param.h.
Definition at line 21 of file domCommon_float_or_param.h.
Definition at line 18 of file domCommon_float_or_param.h.
domCommon_float_or_param::domCommon_float_or_param | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 122 of file domCommon_float_or_param.h.
virtual domCommon_float_or_param::~domCommon_float_or_param | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 126 of file domCommon_float_or_param.h.
static DLLSPEC daeElementRef domCommon_float_or_param::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
const daeElementRefArray& domCommon_float_or_param::getContents | ( | ) | const [inline] |
Gets the _contents array.
Definition at line 116 of file domCommon_float_or_param.h.
daeElementRefArray& domCommon_float_or_param::getContents | ( | ) | [inline] |
Gets the _contents array.
Definition at line 111 of file domCommon_float_or_param.h.
virtual COLLADA_TYPE::TypeEnum domCommon_float_or_param::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 14 of file domCommon_float_or_param.h.
const domFloatRef domCommon_float_or_param::getFloat | ( | ) | const [inline] |
Gets the float element.
Definition at line 101 of file domCommon_float_or_param.h.
const domCommon_paramRef domCommon_float_or_param::getParam | ( | ) | const [inline] |
Gets the param element.
Definition at line 106 of file domCommon_float_or_param.h.
static daeInt domCommon_float_or_param::ID | ( | ) | [inline, static] |
Definition at line 15 of file domCommon_float_or_param.h.
virtual domCommon_float_or_param& domCommon_float_or_param::operator= | ( | const domCommon_float_or_param & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 130 of file domCommon_float_or_param.h.
static DLLSPEC daeMetaElement* domCommon_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 domCommon_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 16 of file domCommon_float_or_param.h.
daeTArray< daeCharArray * > domCommon_float_or_param::_CMData [protected] |
Used to store information needed for some content model objects.
Definition at line 93 of file domCommon_float_or_param.h.
Used to preserve order in elements that do not specify strict sequencing of sub-elements.
Definition at line 84 of file domCommon_float_or_param.h.
daeUIntArray domCommon_float_or_param::_contentsOrder [protected] |
Used to preserve order in elements that have a complex content model.
Definition at line 88 of file domCommon_float_or_param.h.
domFloatRef domCommon_float_or_param::elemFloat [protected] |
Definition at line 79 of file domCommon_float_or_param.h.
Definition at line 80 of file domCommon_float_or_param.h.