Go to the documentation of this file.
28 #ifndef LATTICES_CLINTERPOLATOR2D_H
29 #define LATTICES_CLINTERPOLATOR2D_H
33 #include <casacore/casa/aips.h>
34 #include <casacore/casa/Arrays/AxesMapping.h>
39 template<
class T>
class MaskedLattice;
88 class CLInterpolator2D
114 const Slicer& section) = 0;
122 const Slicer& section) = 0;
148 #ifndef CASACORE_NO_AUTO_TEMPLATES
149 #include <casacore/lattices/LatticeMath/CLInterpolator2D.tcc>
150 #endif //# CASACORE_NO_AUTO_TEMPLATES
virtual void preset()
Let a derived class do some initial work after set is called.
Specify which elements to extract from an n-dimensional array.
A templated, abstract base class for array-like objects with masks.
virtual void getData(Array< T > &buffer, const Vector< Float > &x, const Vector< Float > &y, const Slicer §ion)=0
Get the data for the given pixel points (on axis1 and axis2) and the chunk in the other axes as given...
CLInterpolator2D(const CLInterpolator2D< T > &)
Copy constructor can only be used by derived classes.
virtual ~CLInterpolator2D()
virtual CLInterpolator2D< T > * clone() const =0
Let a derived class make a copy of itself.
CLInterpolator2D & operator=(const CLInterpolator2D< T > &)
Assignment can only be used by derived classes.
this file contains all the compiler specific defines
virtual void getMask(Array< Bool > &buffer, const Vector< Float > &x, const Vector< Float > &y, const Slicer §ion)=0
Get the mask for the given pixel points (on axis1 and axis2) and the chunk in the other axes as given...
Info about mapping array axes to another order.
template <class T, class U> class vector;
bool Bool
Define the standard types used by Casacore.
Abstract base class for interpolator used by CurvedLattice2D.
void set(MaskedLattice< T > *lattice, const AxesMapping &axesMap, uInt axis1, uInt axis2, uInt curveAxis)
Set the internals to the values of the CurvedLattice using it.
MaskedLattice< T > * itsLatticePtr