#include <domFormula.h>
Definition at line 14 of file domFormula.h.
domFormula::domFormula | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 101 of file domFormula.h.
virtual domFormula::~domFormula | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 105 of file domFormula.h.
static DLLSPEC daeElementRef domFormula::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
virtual COLLADA_TYPE::TypeEnum domFormula::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 17 of file domFormula.h.
xsID domFormula::getId | ( | ) | const [inline] |
Gets the id attribute.
Definition at line 36 of file domFormula.h.
xsToken domFormula::getName | ( | ) | const [inline] |
Gets the name attribute.
Definition at line 49 of file domFormula.h.
const domFormula_newparam_Array& domFormula::getNewparam_array | ( | ) | const [inline] |
Gets the newparam element array.
Definition at line 76 of file domFormula.h.
domFormula_newparam_Array& domFormula::getNewparam_array | ( | ) | [inline] |
Gets the newparam element array.
Definition at line 71 of file domFormula.h.
domSid domFormula::getSid | ( | ) | const [inline] |
Gets the sid attribute.
Definition at line 60 of file domFormula.h.
const domCommon_float_or_paramRef domFormula::getTarget | ( | ) | const [inline] |
Gets the target element.
Definition at line 81 of file domFormula.h.
const domTechnique_Array& domFormula::getTechnique_array | ( | ) | const [inline] |
Gets the technique element array.
Definition at line 96 of file domFormula.h.
domTechnique_Array& domFormula::getTechnique_array | ( | ) | [inline] |
Gets the technique element array.
Definition at line 91 of file domFormula.h.
const domFormula_techniqueRef domFormula::getTechnique_common | ( | ) | const [inline] |
Gets the technique_common element.
Definition at line 86 of file domFormula.h.
static daeInt domFormula::ID | ( | ) | [inline, static] |
Definition at line 18 of file domFormula.h.
virtual domFormula& domFormula::operator= | ( | const domFormula & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 109 of file domFormula.h.
static DLLSPEC daeMetaElement* domFormula::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 domFormula::setId | ( | xsID | atId | ) | [inline] |
Sets the id attribute.
atId | The new value for the id attribute. |
Definition at line 41 of file domFormula.h.
void domFormula::setName | ( | xsToken | atName | ) | [inline] |
Sets the name attribute.
atName | The new value for the name attribute. |
Definition at line 54 of file domFormula.h.
void domFormula::setSid | ( | domSid | atSid | ) | [inline] |
Sets the sid attribute.
atSid | The new value for the sid attribute. |
Definition at line 65 of file domFormula.h.
virtual daeInt domFormula::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 domFormula.h.
xsID domFormula::attrId [protected] |
Definition at line 21 of file domFormula.h.
xsToken domFormula::attrName [protected] |
Definition at line 22 of file domFormula.h.
domSid domFormula::attrSid [protected] |
Definition at line 23 of file domFormula.h.
Definition at line 26 of file domFormula.h.
domCommon_float_or_paramRef domFormula::elemTarget [protected] |
Definition at line 27 of file domFormula.h.
domTechnique_Array domFormula::elemTechnique_array [protected] |
Definition at line 29 of file domFormula.h.
Definition at line 28 of file domFormula.h.