COLLADA 1.4 DOM: domBoundingbox::domMin Class Reference

COLLADA

domBoundingbox::domMin Class Reference

#include <domBoundingbox.h>

Inheritance diagram for domBoundingbox::domMin:

Inheritance graph
[legend]
Collaboration diagram for domBoundingbox::domMin:

Collaboration graph
[legend]
List of all members.

Detailed Description

The min element contains three floating-point values for the minimum corner of the box.

Public Member Functions

xsNCName getSid () const
 Gets the sid attribute.
void setSid (xsNCName atSid)
 Sets the sid attribute.
domFloat3getValue ()
 Gets the _value array.
const domFloat3getValue () const
 Gets the _value array.
void setValue (const domFloat3 &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

 domMin ()
 Constructor.
virtual ~domMin ()
 Destructor.
 domMin (const domMin &cpy)
 Copy Constructor.
virtual domMinoperator= (const domMin &cpy)
 Overloaded assignment operator.

Protected Attributes

xsNCName attrSid
 The sid attribute is a text string containing the sub-identifier of the min element.
domFloat3 _value
 The domFloat3 value of the text data of this element.

Member Function Documentation

daeElementRef domBoundingbox::domMin::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.

xsNCName domBoundingbox::domMin::getSid  )  const [inline]
 

Gets the sid attribute.

Returns:
Returns a xsNCName of the sid attribute.

const domFloat3& domBoundingbox::domMin::getValue  )  const [inline]
 

Gets the _value array.

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

domFloat3& domBoundingbox::domMin::getValue  )  [inline]
 

Gets the _value array.

Returns:
Returns a domFloat3 reference of the _value array.

daeMetaElement * domBoundingbox::domMin::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 domBoundingbox::domMin::setSid xsNCName  atSid  )  [inline]
 

Sets the sid attribute.

Parameters:
atSid The new value for the sid attribute.

void domBoundingbox::domMin::setValue const domFloat3 val  )  [inline]
 

Sets the _value array.

Parameters:
atSid The new value for the _value array.


Member Data Documentation

xsNCName domBoundingbox::domMin::attrSid [protected]
 

The sid attribute is a text string containing the sub-identifier of the min element.

This value must be unique within the scope of the parent element. Optional attribute.


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

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