casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
casa::Interpolate2D Member List
This is the complete list of members for casa::Interpolate2D, including all inherited members.
anyBadMaskPixels(const Matrix< Bool > *&mask, Int i1, Int i2, Int j1, Int j2) const casa::Interpolate2D [private]
bcucof(Double c[4][4], const Double y[4], const Double y1[4], const Double y2[4], const Double y12[4]) const casa::Interpolate2D [private]
CUBIC enum valuecasa::Interpolate2D
FuncPtrBool typedefcasa::Interpolate2D [private]
FuncPtrDouble typedefcasa::Interpolate2D [private]
FuncPtrFloat typedefcasa::Interpolate2D [private]
interp(Float &result, const Vector< Double > &where, const Matrix< Float > &data) const casa::Interpolate2D
interp(Float &result, const Vector< Double > &where, const Matrix< Float > &data, const Matrix< Bool > &mask) const casa::Interpolate2D
interp(Double &result, const Vector< Double > &where, const Matrix< Double > &data) const casa::Interpolate2D
interp(Double &result, const Vector< Double > &where, const Matrix< Double > &data, const Matrix< Bool > &mask) const casa::Interpolate2D
interp(Double &resultI, Double &resultJ, const Vector< Double > &where, const Matrix< Double > &dataI, const Matrix< Double > &dataJ, const Matrix< Bool > &mask) const casa::Interpolate2D
interp(Bool &result, const Vector< Double > &where, const Matrix< Bool > &data) const casa::Interpolate2D
interpCubic(T &result, const Vector< Double > &where, const Matrix< T > &data, const Matrix< Bool > *&maskPtr) const casa::Interpolate2D [private]
interpCubicBool(Bool &result, const Vector< Double > &where, const Matrix< Bool > &data) const casa::Interpolate2D [private]
interpLinear(T &result, const Vector< Double > &where, const Matrix< T > &data, const Matrix< Bool > *&maskPtr) const casa::Interpolate2D [private]
interpLinear2(T &resultI, T &resultJ, const Vector< Double > &where, const Matrix< T > &dataI, const Matrix< T > &dataJ, const Matrix< Bool > &mask) const casa::Interpolate2D
interpLinearBool(Bool &result, const Vector< Double > &where, const Matrix< Bool > &data) const casa::Interpolate2D [private]
interpNearest(T &result, const Vector< Double > &where, const Matrix< T > &data, const Matrix< Bool > *&maskPtr) const casa::Interpolate2D [private]
interpNearestBool(Bool &result, const Vector< Double > &where, const Matrix< Bool > &data) const casa::Interpolate2D [private]
Interpolate2D(Interpolate2D::Method method=Interpolate2D::LINEAR)casa::Interpolate2D
Interpolate2D(const Interpolate2D &other)casa::Interpolate2D
interpolationMethod() const casa::Interpolate2D [inline]
itsFuncPtrBoolcasa::Interpolate2D [private]
itsFuncPtrDoublecasa::Interpolate2D [private]
itsFuncPtrFloatcasa::Interpolate2D [private]
itsMethodcasa::Interpolate2D [private]
LINEAR enum valuecasa::Interpolate2D
Method enum namecasa::Interpolate2D
NEAREST enum valuecasa::Interpolate2D
operator=(const Interpolate2D &other)casa::Interpolate2D
stringToMethod(const String &method)casa::Interpolate2D [static]
~Interpolate2D()casa::Interpolate2D