28 #ifndef __itkBSplineUpsampleImageFilter_h
29 #define __itkBSplineUpsampleImageFilter_h
82 template<
class TInputImage,
class TOutputImage,
class ResamplerType =
83 BSplineResampleImageFilterBase< TInputImage, TOutputImage > >
114 void GenerateOutputInformation();
117 void GenerateInputRequestedRegion();
119 #ifdef ITK_USE_CONCEPT_CHECKING
130 void EnlargeOutputRequestedRegion(
DataObject *output);
134 void PrintSelf(std::ostream & os,
Indent indent)
const;
138 void operator=(
const Self &);
142 #ifndef ITK_MANUAL_INSTANTIATION
143 #include "itkBSplineUpsampleImageFilter.hxx"