domWires Class Reference

#include <domWires.h>

Inheritance diagram for domWires:
Inheritance graph
[legend]

List of all members.

Classes

class  domVcount

Public Types

typedef daeTArray< domVcountRefdomVcount_Array
typedef daeSmartRef< domVcountdomVcountRef

Public Member Functions

domUint getCount () const
virtual COLLADA_TYPE::TypeEnum getElementType () const
const domExtra_ArraygetExtra_array () const
domExtra_ArraygetExtra_array ()
xsID getId () const
const domInput_local_offset_ArraygetInput_array () const
domInput_local_offset_ArraygetInput_array ()
xsToken getName () const
const domPRef getP () const
const domVcountRef getVcount () const
void setCount (domUint atCount)
void setId (xsID atId)
void setName (xsToken atName)
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

 domWires (DAE &dae)
virtual domWiresoperator= (const domWires &cpy)
virtual ~domWires ()

Protected Attributes

domUint attrCount
xsID attrId
xsToken attrName
domExtra_Array elemExtra_array
domInput_local_offset_Array elemInput_array
domPRef elemP
domVcountRef elemVcount

Detailed Description

This element defines all the wires used in the brep structure.

Definition at line 16 of file domWires.h.


Member Typedef Documentation

Definition at line 26 of file domWires.h.

Definition at line 23 of file domWires.h.


Constructor & Destructor Documentation

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

Constructor

Definition at line 170 of file domWires.h.

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

Destructor

Definition at line 174 of file domWires.h.


Member Function Documentation

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

Gets the count attribute.

Returns:
Returns a domUint of the count attribute.

Definition at line 129 of file domWires.h.

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

Reimplemented from daeElement.

Definition at line 19 of file domWires.h.

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

Gets the extra element array.

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

Definition at line 165 of file domWires.h.

domExtra_Array& domWires::getExtra_array (  )  [inline]

Gets the extra element array.

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

Definition at line 160 of file domWires.h.

xsID domWires::getId (  )  const [inline]

Gets the id attribute.

Returns:
Returns a xsID of the id attribute.

Definition at line 105 of file domWires.h.

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

Gets the input element array.

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

Definition at line 145 of file domWires.h.

domInput_local_offset_Array& domWires::getInput_array (  )  [inline]

Gets the input element array.

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

Definition at line 140 of file domWires.h.

xsToken domWires::getName (  )  const [inline]

Gets the name attribute.

Returns:
Returns a xsToken of the name attribute.

Definition at line 118 of file domWires.h.

const domPRef domWires::getP (  )  const [inline]

Gets the p element.

Returns:
a daeSmartRef to the p element.

Definition at line 155 of file domWires.h.

const domVcountRef domWires::getVcount (  )  const [inline]

Gets the vcount element.

Returns:
a daeSmartRef to the vcount element.

Definition at line 150 of file domWires.h.

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

Definition at line 20 of file domWires.h.

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

Overloaded assignment operator

Definition at line 178 of file domWires.h.

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

Sets the count attribute.

Parameters:
atCount The new value for the count attribute.

Definition at line 134 of file domWires.h.

void domWires::setId ( xsID  atId  )  [inline]

Sets the id attribute.

Parameters:
atId The new value for the id attribute.

Definition at line 110 of file domWires.h.

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

Sets the name attribute.

Parameters:
atName The new value for the name attribute.

Definition at line 123 of file domWires.h.

virtual daeInt domWires::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 domWires.h.


Member Data Documentation

Definition at line 85 of file domWires.h.

xsID domWires::attrId [protected]

Definition at line 83 of file domWires.h.

Definition at line 84 of file domWires.h.

Definition at line 98 of file domWires.h.

One input elements is needed to define a wire by its edges. The second is needed for orientation of the edges

See also:
domInput

Definition at line 92 of file domWires.h.

domPRef domWires::elemP [protected]

The indices of the edges for each wire.

See also:
domP

Definition at line 97 of file domWires.h.

Definition at line 93 of file domWires.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:32:00 2013