35 #ifndef AIMS_RESAMPLING_NEARESTNEIGHBORRESAMPLER_H
36 #define AIMS_RESAMPLING_NEARESTNEIGHBORRESAMPLER_H
60 const T &outBackground,
61 T &outValue,
int t )
const;
66 const T &outBackground,
const Point3df &outLocation,
Volume resampler using nearest-neighbour interpolation.
NearestNeighborResampler()
~NearestNeighborResampler()
void doResample(const carto::Volume< T > &inVolume, const Point3df &inLocation, const T &outBackground, T &outValue, int t) const
Resampling of data from a volume, applying a transformation.