domLinestrips Class Reference

#include <domLinestrips.h>

Inheritance diagram for domLinestrips:
Inheritance graph
[legend]

List of all members.

Public Member Functions

domUint getCount () const
domUint getCount () const
virtual COLLADA_TYPE::TypeEnum getElementType () const
virtual COLLADA_TYPE::TypeEnum getElementType () const
const domExtra_ArraygetExtra_array () const
domExtra_ArraygetExtra_array ()
const domExtra_ArraygetExtra_array () const
domExtra_ArraygetExtra_array ()
const domInput_local_offset_ArraygetInput_array () const
domInput_local_offset_ArraygetInput_array ()
const domInputLocalOffset_ArraygetInput_array () const
domInputLocalOffset_ArraygetInput_array ()
xsNCName getMaterial () const
xsNCName getMaterial () const
xsToken getName () const
xsNCName getName () const
const domP_ArraygetP_array () const
domP_ArraygetP_array ()
const domP_ArraygetP_array () const
domP_ArraygetP_array ()
void setCount (domUint atCount)
void setCount (domUint atCount)
void setMaterial (xsNCName atMaterial)
void setMaterial (xsNCName atMaterial)
void setName (xsToken atName)
void setName (xsNCName atName)
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

 domLinestrips (DAE &dae)
 domLinestrips (DAE &dae)
virtual domLinestripsoperator= (const domLinestrips &cpy)
virtual domLinestripsoperator= (const domLinestrips &cpy)
virtual ~domLinestrips ()
virtual ~domLinestrips ()

Protected Attributes

domUint attrCount
xsNCName attrMaterial
xsToken attrName
xsNCName attrName
domExtra_Array elemExtra_array
domInput_local_offset_Array elemInput_array
domInputLocalOffset_Array elemInput_array
domP_Array elemP_array

Detailed Description

The linestrips element provides the information needed to bind vertex attributes together and then organize those vertices into connected line-strips. Each line-strip described by the mesh has an arbitrary number of vertices. Each line segment within the line-strip is formed from the current vertex and the preceding vertex.

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


Constructor & Destructor Documentation

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

Constructor

Definition at line 135 of file 1.4/dom/domLinestrips.h.

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

Destructor

Definition at line 139 of file 1.4/dom/domLinestrips.h.

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

Constructor

Definition at line 127 of file dom/domLinestrips.h.

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

Destructor

Definition at line 131 of file dom/domLinestrips.h.


Member Function Documentation

static DLLSPEC daeElementRef domLinestrips::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 domLinestrips::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.
domUint domLinestrips::getCount (  )  const [inline]

Gets the count attribute.

Returns:
Returns a domUint of the count attribute.

Definition at line 75 of file dom/domLinestrips.h.

domUint domLinestrips::getCount (  )  const [inline]

Gets the count attribute.

Returns:
Returns a domUint of the count attribute.

Definition at line 83 of file 1.4/dom/domLinestrips.h.

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

Reimplemented from daeElement.

Definition at line 23 of file dom/domLinestrips.h.

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

Reimplemented from daeElement.

Definition at line 31 of file 1.4/dom/domLinestrips.h.

const domExtra_Array& domLinestrips::getExtra_array (  )  const [inline]

Gets the extra element array.

Returns:
Returns a constant reference to the array of extra elements.

Definition at line 122 of file dom/domLinestrips.h.

domExtra_Array& domLinestrips::getExtra_array (  )  [inline]

Gets the extra element array.

Returns:
Returns a reference to the array of extra elements.

Definition at line 117 of file dom/domLinestrips.h.

const domExtra_Array& domLinestrips::getExtra_array (  )  const [inline]

Gets the extra element array.

Returns:
Returns a constant reference to the array of extra elements.

Definition at line 130 of file 1.4/dom/domLinestrips.h.

domExtra_Array& domLinestrips::getExtra_array (  )  [inline]

Gets the extra element array.

Returns:
Returns a reference to the array of extra elements.

Definition at line 125 of file 1.4/dom/domLinestrips.h.

const domInput_local_offset_Array& domLinestrips::getInput_array (  )  const [inline]

Gets the input element array.

Returns:
Returns a constant reference to the array of input elements.

Definition at line 102 of file dom/domLinestrips.h.

domInput_local_offset_Array& domLinestrips::getInput_array (  )  [inline]

Gets the input element array.

Returns:
Returns a reference to the array of input elements.

Definition at line 97 of file dom/domLinestrips.h.

const domInputLocalOffset_Array& domLinestrips::getInput_array (  )  const [inline]

Gets the input element array.

Returns:
Returns a constant reference to the array of input elements.

Definition at line 110 of file 1.4/dom/domLinestrips.h.

domInputLocalOffset_Array& domLinestrips::getInput_array (  )  [inline]

Gets the input element array.

Returns:
Returns a reference to the array of input elements.

Definition at line 105 of file 1.4/dom/domLinestrips.h.

xsNCName domLinestrips::getMaterial (  )  const [inline]

Gets the material attribute.

Returns:
Returns a xsNCName of the material attribute.

Definition at line 86 of file dom/domLinestrips.h.

xsNCName domLinestrips::getMaterial (  )  const [inline]

Gets the material attribute.

Returns:
Returns a xsNCName of the material attribute.

Definition at line 94 of file 1.4/dom/domLinestrips.h.

xsToken domLinestrips::getName (  )  const [inline]

Gets the name attribute.

Returns:
Returns a xsToken of the name attribute.

Definition at line 64 of file dom/domLinestrips.h.

xsNCName domLinestrips::getName (  )  const [inline]

Gets the name attribute.

Returns:
Returns a xsNCName of the name attribute.

Definition at line 72 of file 1.4/dom/domLinestrips.h.

const domP_Array& domLinestrips::getP_array (  )  const [inline]

Gets the p element array.

Returns:
Returns a constant reference to the array of p elements.

Definition at line 112 of file dom/domLinestrips.h.

domP_Array& domLinestrips::getP_array (  )  [inline]

Gets the p element array.

Returns:
Returns a reference to the array of p elements.

Definition at line 107 of file dom/domLinestrips.h.

const domP_Array& domLinestrips::getP_array (  )  const [inline]

Gets the p element array.

Returns:
Returns a constant reference to the array of p elements.

Definition at line 120 of file 1.4/dom/domLinestrips.h.

domP_Array& domLinestrips::getP_array (  )  [inline]

Gets the p element array.

Returns:
Returns a reference to the array of p elements.

Definition at line 115 of file 1.4/dom/domLinestrips.h.

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

Definition at line 24 of file dom/domLinestrips.h.

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

Definition at line 32 of file 1.4/dom/domLinestrips.h.

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

Overloaded assignment operator

Definition at line 135 of file dom/domLinestrips.h.

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

Overloaded assignment operator

Definition at line 143 of file 1.4/dom/domLinestrips.h.

static DLLSPEC daeMetaElement* domLinestrips::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* domLinestrips::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 domLinestrips::setCount ( domUint  atCount  )  [inline]

Sets the count attribute.

Parameters:
atCount The new value for the count attribute.

Definition at line 80 of file dom/domLinestrips.h.

void domLinestrips::setCount ( domUint  atCount  )  [inline]

Sets the count attribute.

Parameters:
atCount The new value for the count attribute.

Definition at line 88 of file 1.4/dom/domLinestrips.h.

void domLinestrips::setMaterial ( xsNCName  atMaterial  )  [inline]

Sets the material attribute.

Parameters:
atMaterial The new value for the material attribute.

Definition at line 91 of file dom/domLinestrips.h.

void domLinestrips::setMaterial ( xsNCName  atMaterial  )  [inline]

Sets the material attribute.

Parameters:
atMaterial The new value for the material attribute.

Definition at line 99 of file 1.4/dom/domLinestrips.h.

void domLinestrips::setName ( xsToken  atName  )  [inline]

Sets the name attribute.

Parameters:
atName The new value for the name attribute.

Definition at line 69 of file dom/domLinestrips.h.

void domLinestrips::setName ( xsNCName  atName  )  [inline]

Sets the name attribute.

Parameters:
atName The new value for the name attribute.

Definition at line 77 of file 1.4/dom/domLinestrips.h.

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

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


Member Data Documentation

The count attribute indicates the number of linestrip primitives. Required attribute.

Definition at line 43 of file 1.4/dom/domLinestrips.h.

The material attribute declares a symbol for a material. This symbol is bound to a material at the time of instantiation. If the material attribute is not specified then the lighting and shading results are application defined. Optional attribute.

Definition at line 50 of file 1.4/dom/domLinestrips.h.

The name attribute is the text string name of this element. Optional attribute.

Definition at line 30 of file dom/domLinestrips.h.

The name attribute is the text string name of this element. Optional attribute.

Definition at line 38 of file 1.4/dom/domLinestrips.h.

The extra element may appear any number of times.

See also:
domExtra

Definition at line 65 of file 1.4/dom/domLinestrips.h.

The input element may occur any number of times. This input is a local input with the offset and set attributes.

See also:
domInput

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

The input element may occur any number of times. This input is a local input with the offset and set attributes.

See also:
domInput

Definition at line 57 of file 1.4/dom/domLinestrips.h.

The linestrips element may have any number of p elements.

See also:
domP

Definition at line 61 of file 1.4/dom/domLinestrips.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:39 2013