18 #ifndef __otbStreamingResampleImageFilter_h
19 #define __otbStreamingResampleImageFilter_h
54 template <
class TInputImage,
class TOutputImage,
55 class TInterpolatorPrecisionType =
double>
110 m_DeformationFilter->SetTransform(transform);
118 m_DeformationFilter->SetOutputSpacing(spacing);
123 return m_DeformationFilter->GetOutputSpacing();
130 m_DeformationFilter->SetOutputOrigin(origin);
131 m_WarpFilter->SetOutputOrigin(origin);
151 m_WarpFilter->SetInterpolator(interpolator);
159 typename OutputImageType::PixelType);
162 typename OutputImageType::PixelType);
165 void SetOutputParametersFromImage(
const ImageBaseType * image);
173 virtual void GenerateData();
175 virtual void GenerateOutputInformation();
177 virtual void GenerateInputRequestedRegion();
179 void PrintSelf(std::ostream& os,
itk::Indent indent)
const;
183 void operator =(
const Self&);
191 #ifndef OTB_MANUAL_INSTANTIATION