OTB
9.0.0
Orfeo Toolbox
|
#include <otbStreamingTraits.h>
Static Public Member Functions | |
static unsigned int | CalculateNeededRadiusForInterpolator (const InterpolationType *interpolator) |
Static Public Attributes | |
static const unsigned int | ImageDimension = ImageType::ImageDimension |
This class provides internal information for streamable filters.
Definition at line 55 of file otbStreamingTraits.h.
typedef BCOInterpolateImageFunction<ImageType> otb::StreamingTraits< TImage >::BCOInterpolationType |
Definition at line 79 of file otbStreamingTraits.h.
typedef WindowedSincInterpolateImageBlackmanFunction<ImageType> otb::StreamingTraits< TImage >::BlackmanInterpolationType |
Definition at line 77 of file otbStreamingTraits.h.
typedef itk::BSplineInterpolateImageFunction<ImageType, double> otb::StreamingTraits< TImage >::BSplineInterpolationType |
Definition at line 67 of file otbStreamingTraits.h.
typedef WindowedSincInterpolateImageCosineFunction<ImageType> otb::StreamingTraits< TImage >::CosineInterpolationType |
Definition at line 73 of file otbStreamingTraits.h.
typedef WindowedSincInterpolateImageGaussianFunction<ImageType> otb::StreamingTraits< TImage >::GaussianInterpolationType |
Definition at line 72 of file otbStreamingTraits.h.
typedef WindowedSincInterpolateImageHammingFunction<ImageType> otb::StreamingTraits< TImage >::HammingInterpolationType |
Definition at line 74 of file otbStreamingTraits.h.
typedef TImage otb::StreamingTraits< TImage >::ImageType |
Definition at line 60 of file otbStreamingTraits.h.
typedef itk::InterpolateImageFunction<ImageType, double> otb::StreamingTraits< TImage >::InterpolationType |
Definition at line 66 of file otbStreamingTraits.h.
typedef WindowedSincInterpolateImageLanczosFunction<ImageType> otb::StreamingTraits< TImage >::LanczosInterpolationType |
Definition at line 76 of file otbStreamingTraits.h.
typedef itk::LinearInterpolateImageFunction<ImageType, double> otb::StreamingTraits< TImage >::LinearInterpolationType |
Definition at line 68 of file otbStreamingTraits.h.
typedef itk::NearestNeighborInterpolateImageFunction<ImageType, double> otb::StreamingTraits< TImage >::NearestNeighborInterpolationType |
Definition at line 69 of file otbStreamingTraits.h.
typedef ProlateInterpolateImageFunction<ImageType> otb::StreamingTraits< TImage >::ProlateInterpolationType |
Definition at line 78 of file otbStreamingTraits.h.
typedef StreamingTraits otb::StreamingTraits< TImage >::Self |
Standard class typedefs.
Definition at line 59 of file otbStreamingTraits.h.
typedef WindowedSincInterpolateImageWelchFunction<ImageType> otb::StreamingTraits< TImage >::WelchInterpolationType |
Definition at line 75 of file otbStreamingTraits.h.
|
static |
Definition at line 29 of file otbStreamingTraits.hxx.
References otbMsgDevMacro.
Referenced by otb::StreamingWarpImageFilter< TInputImage, TOutputImage, TDisplacementField >::GenerateInputRequestedRegion(), and otb::GridResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecision >::GenerateInputRequestedRegion().
|
static |
Dimension of input image.
Definition at line 63 of file otbStreamingTraits.h.