Visualization Library v1.0.3

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Public Member Functions | Protected Attributes

vl::LinearInterpolatorFVec4 Class Reference

Interpolates 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< fvec4 > &path)
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

ref< LinearInterpolatorFVec4_TmInterpolator

Detailed Description

Interpolates fvec4 values using a LinearInterpolator.

Definition at line 96 of file LinearInterpolator.hpp.


Constructor & Destructor Documentation

vl::LinearInterpolatorFVec4::LinearInterpolatorFVec4 (  ) [inline]

Definition at line 100 of file LinearInterpolator.hpp.

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

Definition at line 101 of file LinearInterpolator.hpp.


Member Function Documentation

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

Samples the interpolator at the given point.

Implements vl::InterpolatorFVec4.

Definition at line 102 of file LinearInterpolator.hpp.

References vl::LinearInterpolator< T >::computePoint(), and interpolator().

LinearInterpolatorFVec4_T* vl::LinearInterpolatorFVec4::interpolator (  ) [inline]

Definition at line 103 of file LinearInterpolator.hpp.

References vl::ref< T >::get(), and mInterpolator.

Referenced by computePoint(), and setInterpolator().

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

Definition at line 104 of file LinearInterpolator.hpp.

References vl::ref< T >::get(), and mInterpolator.

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

Definition at line 105 of file LinearInterpolator.hpp.

References interpolator(), and mInterpolator.


Member Data Documentation

Definition at line 107 of file LinearInterpolator.hpp.

Referenced by interpolator(), and setInterpolator().


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

Visualization Library v1.0.3 Reference Documentation
Copyright Michele Bosi. All rights reserved.
Updated on Tue Feb 7 2017 00:55:06.
Permission is granted to use this page to write and publish articles regarding Visualization Library.