#include <domCommon_bool_or_param.h>

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