STIRA
0.1
|
child class for Nearest Neighbor interpolation More...
#include <NearestNeighborInterpolator.h>
Public Member Functions | |
NearestNeighborInterpolator () | |
constructor | |
virtual | ~NearestNeighborInterpolator () |
destructor | |
virtual double | Run (ArrayGrid< double > *pGrid, double x, double y) |
Runs interpolation. More... | |
Public Member Functions inherited from stira::imagetools::Interpolator | |
Interpolator () | |
constructor | |
virtual | ~Interpolator () |
destructor | |
child class for Nearest Neighbor interpolation
|
virtual |
Runs interpolation.
pGrid | grid in which to interpolate |
x | x coordinate of point to be interpolated |
y | y coordinate of point to be interpolated |
Implements stira::imagetools::Interpolator.
References stira::imagedata::ArrayGrid< T >::GetValue().
Referenced by stira::imagetools::NumberGridTools< T >::LogPolarTransform().