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
131 void EnlargeOutputRequestedRegion(
DataObject *output);
135 void PrintSelf(std::ostream & os,
Indent indent)
const;
139 void operator=(
const Self &);
143 #ifndef ITK_MANUAL_INSTANTIATION
144 #include "itkBSplineUpsampleImageFilter.hxx"