COLLADA 1.4 DOM: domCombiner::domV Class Reference

COLLADA

domCombiner::domV Class Reference

#include <domCombiner.h>

Inheritance diagram for domCombiner::domV:

Inheritance graph
[legend]
Collaboration diagram for domCombiner::domV:

Collaboration graph
[legend]
List of all members.

Detailed Description

Variable length value element.

The indices form the source's output aggregated by the number of inputs. The v element must occur one or more times.

Public Member Functions

domListOfInts & getValue ()
 Gets the _value array.
const domListOfInts & getValue () const
 Gets the _value array.
void setValue (const domListOfInts &val)
 Sets the _value array.

Static Public Member Functions

static daeElementRef create (daeInt bytes)
 Creates an instance of this class and returns a daeElementRef referencing it.
static daeMetaElementregisterElement ()
 Creates a daeMetaElement object that describes this element in the meta object reflection framework.

Static Public Attributes

static daeMetaElement_Meta = NULL
 The daeMetaElement that describes this element in the meta object reflection framework.

Protected Member Functions

 domV ()
 Constructor.
virtual ~domV ()
 Destructor.
 domV (const domV &cpy)
 Copy Constructor.
virtual domVoperator= (const domV &cpy)
 Overloaded assignment operator.

Protected Attributes

domListOfInts _value
 The domListOfInts value of the text data of this element.

Member Function Documentation

daeElementRef domCombiner::domV::create daeInt  bytes  )  [static]
 

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

Parameters:
bytes The size allocated for this instance.
Returns:
a daeElementRef referencing an instance of this object.

const domListOfInts& domCombiner::domV::getValue  )  const [inline]
 

Gets the _value array.

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

domListOfInts& domCombiner::domV::getValue  )  [inline]
 

Gets the _value array.

Returns:
Returns a domListOfInts reference of the _value array.

daeMetaElement * domCombiner::domV::registerElement  )  [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 domCombiner::domV::setValue const domListOfInts &  val  )  [inline]
 

Sets the _value array.

Parameters:
at The new value for the _value array.


The documentation for this class was generated from the following files:
  • C:/SVN_wf/COLLADA_DOM/include/1.3/dom/domCombiner.h
  • C:/SVN_wf/COLLADA_DOM/src/1.3/dom/domCombiner.cpp

©2005 Sony Computer Entertainment Inc.. All Rights Reserved.
Generated on Fri Feb 10 16:48:02 2006 for COLLADA 1.4 DOM by doxygen 1.4.3