#include <domInstance_formula.h>

Public Member Functions | |
| virtual COLLADA_TYPE::TypeEnum | getElementType () const |
| xsToken | getName () const |
| const domFormula_setparam_Array & | getSetparam_array () const |
| domFormula_setparam_Array & | getSetparam_array () |
| domSid | getSid () const |
| const xsAnyURI & | getUrl () const |
| xsAnyURI & | getUrl () |
| void | setName (xsToken atName) |
| void | setSid (domSid atSid) |
| void | setUrl (xsString atUrl) |
| void | setUrl (const xsAnyURI &atUrl) |
| 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 | |
| domInstance_formula (DAE &dae) | |
| virtual domInstance_formula & | operator= (const domInstance_formula &cpy) |
| virtual | ~domInstance_formula () |
Protected Attributes | |
| xsToken | attrName |
| domSid | attrSid |
| xsAnyURI | attrUrl |
| domFormula_setparam_Array | elemSetparam_array |
Definition at line 11 of file domInstance_formula.h.
| domInstance_formula::domInstance_formula | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 83 of file domInstance_formula.h.
| virtual domInstance_formula::~domInstance_formula | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 87 of file domInstance_formula.h.
| static DLLSPEC daeElementRef domInstance_formula::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
| virtual COLLADA_TYPE::TypeEnum domInstance_formula::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 14 of file domInstance_formula.h.
| xsToken domInstance_formula::getName | ( | ) | const [inline] |
Gets the name attribute.
Definition at line 41 of file domInstance_formula.h.
| const domFormula_setparam_Array& domInstance_formula::getSetparam_array | ( | ) | const [inline] |
Gets the setparam element array.
Definition at line 78 of file domInstance_formula.h.
| domFormula_setparam_Array& domInstance_formula::getSetparam_array | ( | ) | [inline] |
Gets the setparam element array.
Definition at line 73 of file domInstance_formula.h.
| domSid domInstance_formula::getSid | ( | ) | const [inline] |
Gets the sid attribute.
Definition at line 30 of file domInstance_formula.h.
| const xsAnyURI& domInstance_formula::getUrl | ( | ) | const [inline] |
Gets the url attribute.
Definition at line 57 of file domInstance_formula.h.
| xsAnyURI& domInstance_formula::getUrl | ( | ) | [inline] |
Gets the url attribute.
Definition at line 52 of file domInstance_formula.h.
| static daeInt domInstance_formula::ID | ( | ) | [inline, static] |
Definition at line 15 of file domInstance_formula.h.
| virtual domInstance_formula& domInstance_formula::operator= | ( | const domInstance_formula & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 91 of file domInstance_formula.h.
| static DLLSPEC daeMetaElement* domInstance_formula::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 domInstance_formula::setName | ( | xsToken | atName | ) | [inline] |
Sets the name attribute.
| atName | The new value for the name attribute. |
Definition at line 46 of file domInstance_formula.h.
| void domInstance_formula::setSid | ( | domSid | atSid | ) | [inline] |
Sets the sid attribute.
| atSid | The new value for the sid attribute. |
Definition at line 35 of file domInstance_formula.h.
| void domInstance_formula::setUrl | ( | xsString | atUrl | ) | [inline] |
Sets the url attribute.
| atUrl | The new value for the url attribute. |
Definition at line 67 of file domInstance_formula.h.
| void domInstance_formula::setUrl | ( | const xsAnyURI & | atUrl | ) | [inline] |
Sets the url attribute.
| atUrl | The new value for the url attribute. |
Definition at line 62 of file domInstance_formula.h.
| virtual daeInt domInstance_formula::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 domInstance_formula.h.
xsToken domInstance_formula::attrName [protected] |
Definition at line 19 of file domInstance_formula.h.
domSid domInstance_formula::attrSid [protected] |
Definition at line 18 of file domInstance_formula.h.
xsAnyURI domInstance_formula::attrUrl [protected] |
Definition at line 20 of file domInstance_formula.h.
Definition at line 23 of file domInstance_formula.h.