28 #ifndef __itkBSplineDownsampleImageFilter_h
29 #define __itkBSplineDownsampleImageFilter_h
87 template<
class TInputImage,
class TOutputImage,
88 class ResamplerType = BSplineResampleImageFilterBase< TInputImage, TOutputImage > >
119 void GenerateOutputInformation();
122 void GenerateInputRequestedRegion();
124 #ifdef ITK_USE_CONCEPT_CHECKING
136 void EnlargeOutputRequestedRegion(
DataObject *output);
143 void operator=(
const Self &);
147 #ifndef ITK_MANUAL_INSTANTIATION
148 #include "itkBSplineDownsampleImageFilter.hxx"