computeTable() | ossimFilterResampler | private |
createNewFilter(ossimFilterResamplerType filterType, ossimFilterResamplerType &result) | ossimFilterResampler | private |
getBlurFactor() const | ossimFilterResampler | |
getBoundingInputRect() const | ossimFilterResampler | inline |
getFilterType(const ossimString &type) const | ossimFilterResampler | private |
getFilterTypeAsString(ossimFilterResamplerType type) const | ossimFilterResampler | private |
getFilterTypes(std::vector< ossimString > &filterTypes) const | ossimFilterResampler | virtual |
getHorizontalFilter() const | ossimFilterResampler | private |
getKernelSupport(double &x, double &y) const | ossimFilterResampler | virtual |
getMagnifyFilterTypeAsString() const | ossimFilterResampler | |
getMinifyFilterTypeAsString() const | ossimFilterResampler | |
getScaleFactor() const | ossimFilterResampler | inline |
getVerticalFilter() const | ossimFilterResampler | private |
loadState(const ossimKeywordlist &kwl, const char *prefix=0) | ossimFilterResampler | virtual |
ossimFilterResampler() | ossimFilterResampler | |
ossimFilterResampler_BELL enum value | ossimFilterResampler | |
ossimFilterResampler_BILINEAR enum value | ossimFilterResampler | |
ossimFilterResampler_BLACKMAN enum value | ossimFilterResampler | |
ossimFilterResampler_BLACKMAN_BESSEL enum value | ossimFilterResampler | |
ossimFilterResampler_BLACKMAN_SINC enum value | ossimFilterResampler | |
ossimFilterResampler_BOX enum value | ossimFilterResampler | |
ossimFilterResampler_BSPLINE enum value | ossimFilterResampler | |
ossimFilterResampler_CATROM enum value | ossimFilterResampler | |
ossimFilterResampler_CUBIC enum value | ossimFilterResampler | |
ossimFilterResampler_GAUSSIAN enum value | ossimFilterResampler | |
ossimFilterResampler_HAMMING enum value | ossimFilterResampler | |
ossimFilterResampler_HANNING enum value | ossimFilterResampler | |
ossimFilterResampler_HERMITE enum value | ossimFilterResampler | |
ossimFilterResampler_LANCZOS enum value | ossimFilterResampler | |
ossimFilterResampler_MAGIC enum value | ossimFilterResampler | |
ossimFilterResampler_MITCHELL enum value | ossimFilterResampler | |
ossimFilterResampler_NEAREST_NEIGHBOR enum value | ossimFilterResampler | |
ossimFilterResampler_QUADRATIC enum value | ossimFilterResampler | |
ossimFilterResampler_TRIANGLE enum value | ossimFilterResampler | |
ossimFilterResamplerType enum name | ossimFilterResampler | |
resample(const ossimRefPtr< ossimImageData > &input, ossimRefPtr< ossimImageData > &output, const ossimDpt &ul, const ossimDpt &ur, const ossimDpt &deltaUl, const ossimDpt &deltaUr, const ossimDpt &length) | ossimFilterResampler | virtual |
resample(const ossimRefPtr< ossimImageData > &input, ossimRefPtr< ossimImageData > &output, const ossimIrect &outputSubRect, const ossimDpt &ul, const ossimDpt &ur, const ossimDpt &deltaUl, const ossimDpt &deltaUr, const ossimDpt &length) | ossimFilterResampler | virtual |
resampleBilinearTile(T dummy, const ossimRefPtr< ossimImageData > &input, ossimRefPtr< ossimImageData > &output, const ossimIrect &outputSubRect, const ossimDpt &inputUl, const ossimDpt &inputUr, const ossimDpt &deltaUl, const ossimDpt &deltaUr, const ossimDpt &outLength) | ossimFilterResampler | private |
saveState(ossimKeywordlist &kwl, const char *prefix=0) const | ossimFilterResampler | virtual |
setBlurFactor(ossim_float64 blur) | ossimFilterResampler | |
setBoundingInputRect(const ossimIrect &rect) | ossimFilterResampler | inline |
setFilterType(ossimFilterResamplerType filterType) | ossimFilterResampler | |
setFilterType(ossimFilterResamplerType minifyFilterType, ossimFilterResamplerType magnifyFilterType) | ossimFilterResampler | |
setFilterType(const ossimString &type) | ossimFilterResampler | |
setFilterType(const ossimString &minifyType, const ossimString &magnifyType) | ossimFilterResampler | |
setMagnifyFilterType(const ossimString &magnifyType) | ossimFilterResampler | |
setMagnifyFilterType(ossimFilterResamplerType filterType) | ossimFilterResampler | |
setMinifyFilterType(const ossimString &minifyType) | ossimFilterResampler | |
setMinifyFilterType(ossimFilterResamplerType filterType) | ossimFilterResampler | |
setScaleFactor(const ossimDpt &scale) | ossimFilterResampler | |
theBlurFactor | ossimFilterResampler | private |
theFilterTable | ossimFilterResampler | private |
theInputRect | ossimFilterResampler | private |
theInverseScaleFactor | ossimFilterResampler | private |
theMagnifyFilter | ossimFilterResampler | private |
theMagnifyFilterType | ossimFilterResampler | private |
theMinifyFilter | ossimFilterResampler | private |
theMinifyFilterType | ossimFilterResampler | private |
theScaleFactor | ossimFilterResampler | private |
~ossimFilterResampler() | ossimFilterResampler | virtual |