Visualization Library

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

vl::LinearInterpolatorFVec4 Class Reference

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

#include <LinearInterpolator.hpp>

Inheritance diagram for vl::LinearInterpolatorFVec4:
vl::InterpolatorFVec4 vl::Interpolator vl::Object

List of all members.

Public Member Functions

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

Protected Attributes

vl::ref
< LinearInterpolatorFVec4_T
mInterpolator

Detailed Description

Interpolates vl::fvec4 values using a LinearInterpolator.


Constructor & Destructor Documentation

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

Member Function Documentation

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

Samples the interpolator at the given point.

Implements vl::InterpolatorFVec4.

LinearInterpolatorFVec4_T* vl::LinearInterpolatorFVec4::interpolator (  ) [inline]
const LinearInterpolatorFVec4_T* vl::LinearInterpolatorFVec4::interpolator (  ) const [inline]
void vl::LinearInterpolatorFVec4::setInterpolator ( LinearInterpolatorFVec4_T interpolator ) [inline]

Member Data Documentation


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

Visualization Library v2010.11.1123 Reference Documentation
Copyright 2005-2009 Michele Bosi. All rights reserved.
Updated on Thu Nov 18 2010 02:08:05.
Permission is granted to use this page to write and publish articles regarding Visualization Library.