#include <Interpolator.h>
Inheritance diagram for CInterpolator:
Public Methods | |
CInterpolator () | |
CSamplePoint * | Interpolate (CPoint3D &position, CSamplePoint **neighbour) |
Interpolates new samplepoint on specified position. More... | |
virtual void | Interpolate (CSamplePoint *sp, CPoint3D &position, CSamplePoint **neighbour)=0 |
virtual | ~CInterpolator () |
Interpolators compute new samplePoints using a position value and the surrounding samplepoints.
|
Interpolates new samplepoint on specified position. The interpolator computes new samplepoint on specified position, using the surrounding samplepoints stored in the vector neighbours. |