, 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 value | casa::Interpolate2D | |
FuncPtrBool typedef | casa::Interpolate2D | [private] |
FuncPtrDouble typedef | casa::Interpolate2D | [private] |
FuncPtrFloat typedef | casa::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] |
itsFuncPtrBool | casa::Interpolate2D | [private] |
itsFuncPtrDouble | casa::Interpolate2D | [private] |
itsFuncPtrFloat | casa::Interpolate2D | [private] |
itsMethod | casa::Interpolate2D | [private] |
LINEAR enum value | casa::Interpolate2D | |
Method enum name | casa::Interpolate2D | |
NEAREST enum value | casa::Interpolate2D | |
operator=(const Interpolate2D &other) | casa::Interpolate2D | |
stringToMethod(const String &method) | casa::Interpolate2D | [static] |
~Interpolate2D() | casa::Interpolate2D | |