#include <domFx_target.h>
Classes | |
class | domHex |
class | domRef |
Public Types | |
typedef daeTArray< domHexRef > | domHex_Array |
typedef daeSmartRef< domHex > | domHexRef |
typedef daeTArray< domRefRef > | domRef_Array |
typedef daeSmartRef< domRef > | domRefRef |
Public Member Functions | |
const daeElementRefArray & | getContents () const |
daeElementRefArray & | getContents () |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
const domHexRef | getHex () const |
const domRefRef | getRef () 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 | |
domBinary (DAE &dae) | |
virtual domBinary & | operator= (const domBinary &cpy) |
virtual | ~domBinary () |
Protected Attributes | |
daeTArray< daeCharArray * > | _CMData |
daeElementRefArray | _contents |
daeUIntArray | _contentsOrder |
domHexRef | elemHex |
domRefRef | elemRef |
Definition at line 25 of file domFx_target.h.
Definition at line 103 of file domFx_target.h.
Definition at line 100 of file domFx_target.h.
Definition at line 35 of file domFx_target.h.
Definition at line 32 of file domFx_target.h.
domFx_target::domBinary::domBinary | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 226 of file domFx_target.h.
virtual domFx_target::domBinary::~domBinary | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 230 of file domFx_target.h.
static DLLSPEC daeElementRef domFx_target::domBinary::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
const daeElementRefArray& domFx_target::domBinary::getContents | ( | ) | const [inline] |
Gets the _contents array.
Definition at line 220 of file domFx_target.h.
daeElementRefArray& domFx_target::domBinary::getContents | ( | ) | [inline] |
Gets the _contents array.
Definition at line 215 of file domFx_target.h.
virtual COLLADA_TYPE::TypeEnum domFx_target::domBinary::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 28 of file domFx_target.h.
const domHexRef domFx_target::domBinary::getHex | ( | ) | const [inline] |
Gets the hex element.
Definition at line 210 of file domFx_target.h.
const domRefRef domFx_target::domBinary::getRef | ( | ) | const [inline] |
Gets the ref element.
Definition at line 205 of file domFx_target.h.
static daeInt domFx_target::domBinary::ID | ( | ) | [inline, static] |
Definition at line 29 of file domFx_target.h.
virtual domBinary& domFx_target::domBinary::operator= | ( | const domBinary & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 234 of file domFx_target.h.
static DLLSPEC daeMetaElement* domFx_target::domBinary::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 domFx_target::domBinary::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 30 of file domFx_target.h.
daeTArray< daeCharArray * > domFx_target::domBinary::_CMData [protected] |
Used to store information needed for some content model objects.
Definition at line 197 of file domFx_target.h.
daeElementRefArray domFx_target::domBinary::_contents [protected] |
Used to preserve order in elements that do not specify strict sequencing of sub-elements.
Definition at line 188 of file domFx_target.h.
daeUIntArray domFx_target::domBinary::_contentsOrder [protected] |
Used to preserve order in elements that have a complex content model.
Definition at line 192 of file domFx_target.h.
domHexRef domFx_target::domBinary::elemHex [protected] |
contains a sequence of hexadecimal encoded binary
Definition at line 184 of file domFx_target.h.
domRefRef domFx_target::domBinary::elemRef [protected] |
Definition at line 180 of file domFx_target.h.