Visualization Library

A lightweight C++ OpenGL middleware for 2D/3D graphics
[Home] [Tutorials] [All Classes] [Grouped Classes]

E:/VisualizationLibrary/BuildSystem/VL_DISTRO/Visualization_Library_SDK/src/vl/CatmullRomInterpolator.hpp File Reference

#include "vl/Interpolator.hpp"


Classes

class  vl::CatmullRomInterpolator< T >
 The LinearInterpolator class is a template class that implements Catmull-Rom spline interpolation. More...
class  vl::CatmullRomInterpolatorFVec4
 Interpolates vl::fvec4 values using a CatmullRomInterpolator. More...
class  vl::CatmullRomInterpolatorFVec3
 Interpolates vl::fvec3 values using a CatmullRomInterpolator. More...
class  vl::CatmullRomInterpolatorFVec2
 Interpolates vl::fvec2 values using a CatmullRomInterpolator. More...
class  vl::CatmullRomInterpolatorFloat
 Interpolates float values using a CatmullRomInterpolator. More...
class  vl::CatmullRomInterpolatorDVec4
 Interpolates vl::dvec4 values using a CatmullRomInterpolator. More...
class  vl::CatmullRomInterpolatorDVec3
 Interpolates vl::dvec3 values using a CatmullRomInterpolator. More...
class  vl::CatmullRomInterpolatorDVec2
 Interpolates vl::dvec2 values using a CatmullRomInterpolator. More...
class  vl::CatmullRomInterpolatorDouble
 Interpolates double values using a CatmullRomInterpolator. More...

Namespaces

namespace  vl
 Visualization Library namespace.

Typedefs

typedef CatmullRomInterpolator
< float > 
vl::CatmullRomInterpolatorFloat_T
typedef CatmullRomInterpolator
< vl::fvec2
vl::CatmullRomInterpolatorFVec2_T
typedef CatmullRomInterpolator
< vl::fvec3
vl::CatmullRomInterpolatorFVec3_T
typedef CatmullRomInterpolator
< vl::fvec4
vl::CatmullRomInterpolatorFVec4_T
typedef CatmullRomInterpolator
< double > 
vl::CatmullRomInterpolatorDouble_T
typedef CatmullRomInterpolator
< vl::dvec2
vl::CatmullRomInterpolatorDVec2_T
typedef CatmullRomInterpolator
< vl::dvec3
vl::CatmullRomInterpolatorDVec3_T
typedef CatmullRomInterpolator
< vl::dvec4
vl::CatmullRomInterpolatorDVec4_T

Visualization Library v2009.08 Reference Documentation
Copyright 2005-2009 Michele Bosi. All rights reserved.
Updated on Sun Nov 8 14:28:50 2009.
Permission is granted to use this page to write and publish articles regarding Visualization Library.