FUDaeSplineType Namespace Reference

Contains the spline segment interpolation types and their conversion functions. More...


Enumerations

enum  Type {
  LINEAR = 0,
  BEZIER,
  NURBS,
  UNKNOWN,
  DEFAULT = NURBS
}
 A spline segment interpolation type. More...

Functions

FCOLLADA_EXPORT Type FromString (const fm::string &value)
 Converts a COLLADA spline interpolation type string into a spline interpolation type.
FCOLLADA_EXPORT const char * ToString (const Type &value)
 Converts the spline interpolation type into its COLLADA type string.


Detailed Description

Contains the spline segment interpolation types and their conversion functions.

Enumeration Type Documentation

enum FUDaeSplineType::Type
 

A spline segment interpolation type.

Enumerator:
LINEAR  Linear interpolation.
BEZIER  Bezier interpolation.
NURBS  NURBS interpolation.

This is the default interpolation type.

UNKNOWN  An unknown interpolation type.


Function Documentation

FCOLLADA_EXPORT Type FUDaeSplineType::FromString const fm::string value  )  [inline]
 

Converts a COLLADA spline interpolation type string into a spline interpolation type.

Parameters:
value The COLLADA interpolation type string.
Returns:
The interpolation type.

FCOLLADA_EXPORT const char* FUDaeSplineType::ToString const Type &  value  ) 
 

Converts the spline interpolation type into its COLLADA type string.

Parameters:
value The spline interpolation type.
Returns:
The COLLADA spline interpolation type string.


Generated on Thu Feb 14 16:58:43 2008 for FCollada by  doxygen 1.4.6-NO