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
135 void EnlargeOutputRequestedRegion(
DataObject *output);
141 void operator=(
const Self &);
145 #ifndef ITK_MANUAL_INSTANTIATION
146 #include "itkBSplineDownsampleImageFilter.hxx"