#include <domFloat_array.h>
The float_array element declares the storage for a homogenous array of floating point values.
Definition at line 22 of file 1.4/dom/domFloat_array.h.
domFloat_array::domFloat_array | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 141 of file 1.4/dom/domFloat_array.h.
virtual domFloat_array::~domFloat_array | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 145 of file 1.4/dom/domFloat_array.h.
domFloat_array::domFloat_array | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 128 of file dom/domFloat_array.h.
virtual domFloat_array::~domFloat_array | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 132 of file dom/domFloat_array.h.
static DLLSPEC daeElementRef domFloat_array::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
static DLLSPEC daeElementRef domFloat_array::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
domUint domFloat_array::getCount | ( | ) | const [inline] |
Gets the count attribute.
Definition at line 79 of file dom/domFloat_array.h.
domUint domFloat_array::getCount | ( | ) | const [inline] |
Gets the count attribute.
Definition at line 92 of file 1.4/dom/domFloat_array.h.
domDigits domFloat_array::getDigits | ( | ) | const [inline] |
Gets the digits attribute.
Definition at line 90 of file dom/domFloat_array.h.
xsShort domFloat_array::getDigits | ( | ) | const [inline] |
Gets the digits attribute.
Definition at line 103 of file 1.4/dom/domFloat_array.h.
virtual COLLADA_TYPE::TypeEnum domFloat_array::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 17 of file dom/domFloat_array.h.
virtual COLLADA_TYPE::TypeEnum domFloat_array::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 25 of file 1.4/dom/domFloat_array.h.
xsID domFloat_array::getId | ( | ) | const [inline] |
Gets the id attribute.
Definition at line 55 of file dom/domFloat_array.h.
xsID domFloat_array::getId | ( | ) | const [inline] |
Gets the id attribute.
Definition at line 68 of file 1.4/dom/domFloat_array.h.
domMagnitude domFloat_array::getMagnitude | ( | ) | const [inline] |
Gets the magnitude attribute.
Definition at line 101 of file dom/domFloat_array.h.
xsShort domFloat_array::getMagnitude | ( | ) | const [inline] |
Gets the magnitude attribute.
Definition at line 114 of file 1.4/dom/domFloat_array.h.
xsToken domFloat_array::getName | ( | ) | const [inline] |
Gets the name attribute.
Definition at line 68 of file dom/domFloat_array.h.
xsNCName domFloat_array::getName | ( | ) | const [inline] |
Gets the name attribute.
Definition at line 81 of file 1.4/dom/domFloat_array.h.
domList_of_floats& domFloat_array::getValue | ( | ) | [inline] |
Gets the value of this element.
Definition at line 112 of file dom/domFloat_array.h.
const domListOfFloats& domFloat_array::getValue | ( | ) | const [inline] |
Gets the _value array.
Definition at line 130 of file 1.4/dom/domFloat_array.h.
domListOfFloats& domFloat_array::getValue | ( | ) | [inline] |
Gets the _value array.
Definition at line 125 of file 1.4/dom/domFloat_array.h.
static daeInt domFloat_array::ID | ( | ) | [inline, static] |
Definition at line 18 of file dom/domFloat_array.h.
static daeInt domFloat_array::ID | ( | ) | [inline, static] |
Definition at line 26 of file 1.4/dom/domFloat_array.h.
virtual domFloat_array& domFloat_array::operator= | ( | const domFloat_array & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 136 of file dom/domFloat_array.h.
virtual domFloat_array& domFloat_array::operator= | ( | const domFloat_array & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 149 of file 1.4/dom/domFloat_array.h.
static DLLSPEC daeMetaElement* domFloat_array::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.
static DLLSPEC daeMetaElement* domFloat_array::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 domFloat_array::setCount | ( | domUint | atCount | ) | [inline] |
Sets the count attribute.
atCount | The new value for the count attribute. |
Definition at line 84 of file dom/domFloat_array.h.
void domFloat_array::setCount | ( | domUint | atCount | ) | [inline] |
Sets the count attribute.
atCount | The new value for the count attribute. |
Definition at line 97 of file 1.4/dom/domFloat_array.h.
void domFloat_array::setDigits | ( | domDigits | atDigits | ) | [inline] |
Sets the digits attribute.
atDigits | The new value for the digits attribute. |
Definition at line 95 of file dom/domFloat_array.h.
void domFloat_array::setDigits | ( | xsShort | atDigits | ) | [inline] |
Sets the digits attribute.
atDigits | The new value for the digits attribute. |
Definition at line 108 of file 1.4/dom/domFloat_array.h.
void domFloat_array::setId | ( | xsID | atId | ) | [inline] |
Sets the id attribute.
atId | The new value for the id attribute. |
Definition at line 60 of file dom/domFloat_array.h.
void domFloat_array::setId | ( | xsID | atId | ) | [inline] |
Sets the id attribute.
atId | The new value for the id attribute. |
Definition at line 73 of file 1.4/dom/domFloat_array.h.
void domFloat_array::setMagnitude | ( | domMagnitude | atMagnitude | ) | [inline] |
Sets the magnitude attribute.
atMagnitude | The new value for the magnitude attribute. |
Definition at line 106 of file dom/domFloat_array.h.
void domFloat_array::setMagnitude | ( | xsShort | atMagnitude | ) | [inline] |
Sets the magnitude attribute.
atMagnitude | The new value for the magnitude attribute. |
Definition at line 119 of file 1.4/dom/domFloat_array.h.
void domFloat_array::setName | ( | xsToken | atName | ) | [inline] |
Sets the name attribute.
atName | The new value for the name attribute. |
Definition at line 73 of file dom/domFloat_array.h.
void domFloat_array::setName | ( | xsNCName | atName | ) | [inline] |
Sets the name attribute.
atName | The new value for the name attribute. |
Definition at line 86 of file 1.4/dom/domFloat_array.h.
void domFloat_array::setValue | ( | const domList_of_floats & | val | ) | [inline] |
Sets the _value of this element.
val | The new value for this element. |
Definition at line 117 of file dom/domFloat_array.h.
void domFloat_array::setValue | ( | const domListOfFloats & | val | ) | [inline] |
Sets the _value array.
val | The new value for the _value array. |
Definition at line 135 of file 1.4/dom/domFloat_array.h.
virtual daeInt domFloat_array::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 19 of file dom/domFloat_array.h.
virtual daeInt domFloat_array::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 27 of file 1.4/dom/domFloat_array.h.
domList_of_floats domFloat_array::_value [protected] |
The domList_of_floats value of the text data of this element.
Definition at line 123 of file dom/domFloat_array.h.
domListOfFloats domFloat_array::_value [protected] |
The domListOfFloats value of the text data of this element.
Definition at line 61 of file 1.4/dom/domFloat_array.h.
domUint domFloat_array::attrCount [protected] |
The count attribute indicates the number of values in the array. Required attribute.
Definition at line 43 of file 1.4/dom/domFloat_array.h.
domDigits domFloat_array::attrDigits [protected] |
The digits attribute indicates the number of significant decimal digits of the float values that can be contained in the array. The default value is 6. Optional attribute.
Definition at line 41 of file dom/domFloat_array.h.
xsShort domFloat_array::attrDigits [protected] |
The digits attribute indicates the number of significant decimal digits of the float values that can be contained in the array. The default value is 6. Optional attribute.
Definition at line 49 of file 1.4/dom/domFloat_array.h.
xsID domFloat_array::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 34 of file 1.4/dom/domFloat_array.h.
domMagnitude domFloat_array::attrMagnitude [protected] |
The magnitude attribute indicates the largest exponent of the float values that can be contained in the array. The default value is 38. Optional attribute.
Definition at line 47 of file dom/domFloat_array.h.
xsShort domFloat_array::attrMagnitude [protected] |
The magnitude attribute indicates the largest exponent of the float values that can be contained in the array. The default value is 38. Optional attribute.
Definition at line 55 of file 1.4/dom/domFloat_array.h.
xsToken domFloat_array::attrName [protected] |
The name attribute is the text string name of this element. Optional attribute.
Definition at line 30 of file dom/domFloat_array.h.
xsNCName domFloat_array::attrName [protected] |
The name attribute is the text string name of this element. Optional attribute.
Definition at line 38 of file 1.4/dom/domFloat_array.h.