domP Class Reference

#include <domP.h>

Inheritance diagram for domP:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual COLLADA_TYPE::TypeEnum getElementType () const
virtual COLLADA_TYPE::TypeEnum getElementType () const
domList_of_uintsgetValue ()
const domListOfUIntsgetValue () const
domListOfUIntsgetValue ()
void setValue (const domList_of_uints &val)
void setValue (const domListOfUInts &val)
virtual daeInt typeID () const
virtual daeInt typeID () const

Static Public Member Functions

static DLLSPEC daeElementRef create (DAE &dae)
static DLLSPEC daeElementRef create (DAE &dae)
static daeInt ID ()
static daeInt ID ()
static DLLSPEC daeMetaElementregisterElement (DAE &dae)
static DLLSPEC daeMetaElementregisterElement (DAE &dae)

Protected Member Functions

 domP (DAE &dae)
 domP (DAE &dae)
virtual domPoperator= (const domP &cpy)
virtual domPoperator= (const domP &cpy)
virtual ~domP ()
virtual ~domP ()

Protected Attributes

domList_of_uints _value
domListOfUInts _value

Detailed Description

The p element represents primitive data for the primitive types (lines, linestrips, polygons, polylist, triangles, trifans, tristrips). The p element contains indices that reference into the parent's source elements referenced by the input elements.

Definition at line 24 of file 1.4/dom/domP.h.


Constructor & Destructor Documentation

domP::domP ( DAE dae  )  [inline, protected]

Constructor

Definition at line 58 of file 1.4/dom/domP.h.

virtual domP::~domP (  )  [inline, protected, virtual]

Destructor

Definition at line 62 of file 1.4/dom/domP.h.

domP::domP ( DAE dae  )  [inline, protected]

Constructor

Definition at line 45 of file dom/domP.h.

virtual domP::~domP (  )  [inline, protected, virtual]

Destructor

Definition at line 49 of file dom/domP.h.


Member Function Documentation

static DLLSPEC daeElementRef domP::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.
static DLLSPEC daeElementRef domP::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.
virtual COLLADA_TYPE::TypeEnum domP::getElementType (  )  const [inline, virtual]

Reimplemented from daeElement.

Definition at line 19 of file dom/domP.h.

virtual COLLADA_TYPE::TypeEnum domP::getElementType (  )  const [inline, virtual]

Reimplemented from daeElement.

Definition at line 27 of file 1.4/dom/domP.h.

domList_of_uints& domP::getValue (  )  [inline]

Gets the value of this element.

Returns:
a domList_of_uints of the value.

Definition at line 29 of file dom/domP.h.

const domListOfUInts& domP::getValue (  )  const [inline]

Gets the _value array.

Returns:
Returns a constant domListOfUInts reference of the _value array.

Definition at line 47 of file 1.4/dom/domP.h.

domListOfUInts& domP::getValue (  )  [inline]

Gets the _value array.

Returns:
Returns a domListOfUInts reference of the _value array.

Definition at line 42 of file 1.4/dom/domP.h.

static daeInt domP::ID (  )  [inline, static]

Definition at line 20 of file dom/domP.h.

static daeInt domP::ID (  )  [inline, static]

Definition at line 28 of file 1.4/dom/domP.h.

virtual domP& domP::operator= ( const domP cpy  )  [inline, protected, virtual]

Overloaded assignment operator

Definition at line 53 of file dom/domP.h.

virtual domP& domP::operator= ( const domP cpy  )  [inline, protected, virtual]

Overloaded assignment operator

Definition at line 66 of file 1.4/dom/domP.h.

static DLLSPEC daeMetaElement* domP::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.
static DLLSPEC daeMetaElement* domP::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.
void domP::setValue ( const domList_of_uints val  )  [inline]

Sets the _value of this element.

Parameters:
val The new value for this element.

Definition at line 34 of file dom/domP.h.

void domP::setValue ( const domListOfUInts val  )  [inline]

Sets the _value array.

Parameters:
val The new value for the _value array.

Definition at line 52 of file 1.4/dom/domP.h.

virtual daeInt domP::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 21 of file dom/domP.h.

virtual daeInt domP::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 29 of file 1.4/dom/domP.h.


Member Data Documentation

The domList_of_uints value of the text data of this element.

Definition at line 40 of file dom/domP.h.

The domListOfUInts value of the text data of this element.

Definition at line 35 of file 1.4/dom/domP.h.


The documentation for this class was generated from the following files:
 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:31:42 2013