FCDAnimatedFloat Class Reference
[COLLADA Document Object Model.]

A COLLADA animated single floating-point value element. More...

#include <FCDAnimated.h>

Inheritance diagram for FCDAnimatedFloat:

FCDAnimated FCDObject FUObject List of all members.

Static Public Member Functions

static FCDAnimatedFloatCreate (FCDocument *document, float *value, int32 arrayElement=-1)
 Creates a new animated element.
static FCDAnimatedFloatCreate (FCDocument *document, xmlNode *node, float *value, int32 arrayElement=-1)
 [INTERNAL] Creates a new animated element.
static FCDAnimatedClone (FCDocument *document, const float *oldValue, float *newValue)
 [INTERNAL] Clones an animated element.

Detailed Description

A COLLADA animated single floating-point value element.

Use this animated element class for all generic-purpose single floating-point values. For angles, use the FCDAnimatedAngle class.


Member Function Documentation

static FCDAnimated* FCDAnimatedFloat::Clone FCDocument document,
const float *  oldValue,
float *  newValue
[static]
 

[INTERNAL] Clones an animated element.

Parameters:
document The COLLADA document that owns the cloned animated element.
oldValue The single floating-point value pointer contained within the original animated element.
newValue The single floating-point value pointer for the cloned animated element.
Returns:
The cloned animated value.

static FCDAnimatedFloat* FCDAnimatedFloat::Create FCDocument document,
xmlNode *  node,
float *  value,
int32  arrayElement = -1
[static]
 

[INTERNAL] Creates a new animated element.

This function is used during the import of a COLLADA document.

Parameters:
document The COLLADA document that owns the animated element.
node The XML tree node that contains the animated values.
value The value pointer for the single floating-point value.
arrayElement The optional array index for animated element that belong to an animated element list.
Returns:
The new animated element.

static FCDAnimatedFloat* FCDAnimatedFloat::Create FCDocument document,
float *  value,
int32  arrayElement = -1
[static]
 

Creates a new animated element.

Parameters:
document The COLLADA document that owns the animated element.
value The value pointer for the single floating-point value.
arrayElement The optional array index for animated element that belong to an animated element list.
Returns:
The new animated element.


The documentation for this class was generated from the following file:
Generated on Fri May 12 16:44:40 2006 for FCollada by  doxygen 1.4.6-NO