Visualization LibraryA lightweight C++ OpenGL middleware for 2D/3D graphics |
[Home] [Tutorials] [All Classes] [Grouped Classes] |
double values using a LinearInterpolator.
More...
#include <LinearInterpolator.hpp>

Public Member Functions | |
| LinearInterpolatorDouble () | |
| LinearInterpolatorDouble (const std::vector< double > &path) | |
| double | computePoint (float t) const |
| Samples the interpolator at the given point. | |
| LinearInterpolatorDouble_T * | interpolator () |
| const LinearInterpolatorDouble_T * | interpolator () const |
| void | setInterpolator (LinearInterpolatorDouble_T *interpolator) |
Protected Attributes | |
| vl::ref < LinearInterpolatorDouble_T > | mInterpolator |
double values using a LinearInterpolator. | vl::LinearInterpolatorDouble::LinearInterpolatorDouble | ( | ) | [inline] |
| vl::LinearInterpolatorDouble::LinearInterpolatorDouble | ( | const std::vector< double > & | path | ) | [inline] |
| double vl::LinearInterpolatorDouble::computePoint | ( | float | t | ) | const [inline, virtual] |
| LinearInterpolatorDouble_T* vl::LinearInterpolatorDouble::interpolator | ( | ) | [inline] |
| const LinearInterpolatorDouble_T* vl::LinearInterpolatorDouble::interpolator | ( | ) | const [inline] |
| void vl::LinearInterpolatorDouble::setInterpolator | ( | LinearInterpolatorDouble_T * | interpolator | ) | [inline] |