Visualization Library

A lightweight C++ OpenGL middleware for 2D/3D graphics
[Home] [Tutorials] [All Classes] [Grouped Classes]
Public Member Functions | Protected Attributes

vl::CatmullRomInterpolatorDouble Class Reference

Interpolates double values using a CatmullRomInterpolator. More...

#include <CatmullRomInterpolator.hpp>

Inheritance diagram for vl::CatmullRomInterpolatorDouble:
vl::InterpolatorDouble vl::Interpolator vl::Object

List of all members.

Public Member Functions

 CatmullRomInterpolatorDouble ()
 CatmullRomInterpolatorDouble (const std::vector< double > &path)
double computePoint (float t) const
 Samples the interpolator at the given point.
CatmullRomInterpolatorDouble_Tinterpolator ()
const
CatmullRomInterpolatorDouble_T
interpolator () const
void setInterpolator (CatmullRomInterpolatorDouble_T *interpolator)

Protected Attributes

vl::ref
< CatmullRomInterpolatorDouble_T
mInterpolator

Detailed Description

Interpolates double values using a CatmullRomInterpolator.


Constructor & Destructor Documentation

vl::CatmullRomInterpolatorDouble::CatmullRomInterpolatorDouble (  ) [inline]
vl::CatmullRomInterpolatorDouble::CatmullRomInterpolatorDouble ( const std::vector< double > &  path ) [inline]

Member Function Documentation

double vl::CatmullRomInterpolatorDouble::computePoint ( float  t ) const [inline, virtual]

Samples the interpolator at the given point.

Implements vl::InterpolatorDouble.

CatmullRomInterpolatorDouble_T* vl::CatmullRomInterpolatorDouble::interpolator (  ) [inline]
const CatmullRomInterpolatorDouble_T* vl::CatmullRomInterpolatorDouble::interpolator (  ) const [inline]
void vl::CatmullRomInterpolatorDouble::setInterpolator ( CatmullRomInterpolatorDouble_T interpolator ) [inline]

Member Data Documentation


The documentation for this class was generated from the following file:

Visualization Library v2010.11.1125 Reference Documentation
Copyright 2005-2009 Michele Bosi. All rights reserved.
Updated on Fri Nov 26 2010 03:13:30.
Permission is granted to use this page to write and publish articles regarding Visualization Library.