domFx_target::domBinary Class Reference

#include <domFx_target.h>

Inheritance diagram for domFx_target::domBinary:
Inheritance graph
[legend]

List of all members.

Classes

class  domHex
class  domRef

Public Types

typedef daeTArray< domHexRefdomHex_Array
typedef daeSmartRef< domHexdomHexRef
typedef daeTArray< domRefRefdomRef_Array
typedef daeSmartRef< domRefdomRefRef

Public Member Functions

const daeElementRefArraygetContents () const
daeElementRefArraygetContents ()
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 daeMetaElementregisterElement (DAE &dae)

Protected Member Functions

 domBinary (DAE &dae)
virtual domBinaryoperator= (const domBinary &cpy)
virtual ~domBinary ()

Protected Attributes

daeTArray< daeCharArray * > _CMData
daeElementRefArray _contents
daeUIntArray _contentsOrder
domHexRef elemHex
domRefRef elemRef

Detailed Description

Definition at line 25 of file domFx_target.h.


Member Typedef Documentation

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

static DLLSPEC daeElementRef domFx_target::domBinary::create ( DAE dae  )  [static]

Creates an instance of this class and returns a daeElementRef referencing it.

Returns:
a daeElementRef referencing an instance of this object.
const daeElementRefArray& domFx_target::domBinary::getContents (  )  const [inline]

Gets the _contents array.

Returns:
Returns a constant reference to the _contents element array.

Definition at line 220 of file domFx_target.h.

daeElementRefArray& domFx_target::domBinary::getContents (  )  [inline]

Gets the _contents array.

Returns:
Returns a reference to the _contents element 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.

Returns:
a daeSmartRef to the hex element.

Definition at line 210 of file domFx_target.h.

const domRefRef domFx_target::domBinary::getRef (  )  const [inline]

Gets the ref element.

Returns:
a daeSmartRef to 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.

Returns:
A daeMetaElement describing this COLLADA element.
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.

Returns:
The element's type ID.

Implements daeElement.

Definition at line 30 of file domFx_target.h.


Member Data Documentation

Used to store information needed for some content model objects.

Definition at line 197 of file domFx_target.h.

Used to preserve order in elements that do not specify strict sequencing of sub-elements.

Definition at line 188 of file domFx_target.h.

Used to preserve order in elements that have a complex content model.

Definition at line 192 of file domFx_target.h.

contains a sequence of hexadecimal encoded binary

See also:
domHex

Definition at line 184 of file domFx_target.h.

Definition at line 180 of file domFx_target.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


colladadom
Author(s): Du Hung Hou, Khronos.org, Marcus Barnes, Greg Corson, Herbert Law, Sebastian Schwarz, Steven Thomas, John Hsu (ros package), Tim Field (ros package)
autogenerated on Fri Jan 11 09:30:25 2013