28 #ifndef LATTICES_CLIPNEAREST2D_H
29 #define LATTICES_CLIPNEAREST2D_H
33 #include <casacore/casa/aips.h>
34 #include <casacore/lattices/LatticeMath/CLInterpolator2D.h>
35 #include <casacore/casa/Arrays/AxesMapping.h>
40 template<
class T>
class Lattice;
111 #ifndef CASACORE_NO_AUTO_TEMPLATES
112 #include <casacore/lattices/LatticeMath/CLIPNearest2D.tcc>
virtual void getData(Array< T > &buffer, const Vector< Float > &x, const Vector< Float > &y, const Slicer §ion)
Get the data for the given pixel points (on axis1 and axis2) and the chunk in the other axes as given...
CLIPNearest2D()
Only default constructor is needed.
virtual CLIPNearest2D< T > * clone() const
Make a copy of the object.
virtual void getMask(Array< Bool > &buffer, const Vector< Float > &x, const Vector< Float > &y, const Slicer §ion)
Get the mask for the given pixel points (on axis1 and axis2) and the chunk in the other axes as given...
this file contains all the compiler specific defines