Visualization Library

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

vl::CatmullRomInterpolatorFVec4 Class Reference

Interpolates vl::fvec4 values using a CatmullRomInterpolator. More...

#include <CatmullRomInterpolator.hpp>

Inheritance diagram for vl::CatmullRomInterpolatorFVec4:

vl::InterpolatorFVec4 vl::Interpolator vl::Object

List of all members.

Public Member Functions

 CatmullRomInterpolatorFVec4 ()
 CatmullRomInterpolatorFVec4 (const std::vector< vl::fvec4 > &path)
vl::fvec4 computePoint (float t) const
 Samples the interpolator at the given point.
CatmullRomInterpolatorFVec4_Tinterpolator ()
const
CatmullRomInterpolatorFVec4_T
interpolator () const
void setInterpolator (CatmullRomInterpolatorFVec4_T *interpolator)

Protected Attributes

vl::ref
< CatmullRomInterpolatorFVec4_T
mInterpolator


Detailed Description

Interpolates vl::fvec4 values using a CatmullRomInterpolator.

Constructor & Destructor Documentation

vl::CatmullRomInterpolatorFVec4::CatmullRomInterpolatorFVec4 (  )  [inline]

vl::CatmullRomInterpolatorFVec4::CatmullRomInterpolatorFVec4 ( const std::vector< vl::fvec4 > &  path  )  [inline]


Member Function Documentation

vl::fvec4 vl::CatmullRomInterpolatorFVec4::computePoint ( float  t  )  const [inline, virtual]

Samples the interpolator at the given point.

Implements vl::InterpolatorFVec4.

CatmullRomInterpolatorFVec4_T* vl::CatmullRomInterpolatorFVec4::interpolator (  )  [inline]

const CatmullRomInterpolatorFVec4_T* vl::CatmullRomInterpolatorFVec4::interpolator (  )  const [inline]

void vl::CatmullRomInterpolatorFVec4::setInterpolator ( CatmullRomInterpolatorFVec4_T interpolator  )  [inline]


Member Data Documentation


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

Visualization Library v2010.06 Reference Documentation
Copyright 2005-2009 Michele Bosi. All rights reserved.
Updated on Tue Jun 1 00:57:12 2010.
Permission is granted to use this page to write and publish articles regarding Visualization Library.