Visualization Library

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

vl::CatmullRomInterpolatorDVec4 Class Reference

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

#include <CatmullRomInterpolator.hpp>

Inheritance diagram for vl::CatmullRomInterpolatorDVec4:
vl::InterpolatorDVec4 vl::Interpolator vl::Object

List of all members.

Public Member Functions

 CatmullRomInterpolatorDVec4 ()
 CatmullRomInterpolatorDVec4 (const std::vector< vl::dvec4 > &path)
vl::dvec4 computePoint (float t) const
 Samples the interpolator at the given point.
CatmullRomInterpolatorDVec4_Tinterpolator ()
const
CatmullRomInterpolatorDVec4_T
interpolator () const
void setInterpolator (CatmullRomInterpolatorDVec4_T *interpolator)

Protected Attributes

vl::ref
< CatmullRomInterpolatorDVec4_T
mInterpolator

Detailed Description

Interpolates vl::dvec4 values using a CatmullRomInterpolator.


Constructor & Destructor Documentation

vl::CatmullRomInterpolatorDVec4::CatmullRomInterpolatorDVec4 (  ) [inline]
vl::CatmullRomInterpolatorDVec4::CatmullRomInterpolatorDVec4 ( const std::vector< vl::dvec4 > &  path ) [inline]

Member Function Documentation

vl::dvec4 vl::CatmullRomInterpolatorDVec4::computePoint ( float  t ) const [inline, virtual]

Samples the interpolator at the given point.

Implements vl::InterpolatorDVec4.

CatmullRomInterpolatorDVec4_T* vl::CatmullRomInterpolatorDVec4::interpolator (  ) [inline]
const CatmullRomInterpolatorDVec4_T* vl::CatmullRomInterpolatorDVec4::interpolator (  ) const [inline]
void vl::CatmullRomInterpolatorDVec4::setInterpolator ( CatmullRomInterpolatorDVec4_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.