28 #ifndef TRIALDISPLAY_WCSIMPLERESAMPLEHANDLER_H
29 #define TRIALDISPLAY_WCSIMPLERESAMPLEHANDLER_H
casacore::Interpolate2D itsInterp
WCSimpleResampleHandler & operator=(const WCSimpleResampleHandler &other)
Assignment operator (copy semantics)
virtual Type type()
Return the type enum.
void setInterpolationType(casacore::Interpolate2D::Method type)
Reset interpolation method.
bool Bool
Define the standard types used by Casacore.
virtual ~WCSimpleResampleHandler()
Destructor.
Base class for resampling data pixels to World/PixelCanvas pixels.
Class which implements simple resampling for the WorldCanvas.
A two dimension interpolator for Matrices or Arrays.
virtual void operator()(casacore::Matrix< casacore::Bool > &out, const casacore::Matrix< casacore::Bool > &in)
The output array is presized by the caller to the correct size.
WCSimpleResampleHandler()
Default constructor (Provides NEAREST)