28 #ifndef itkBSplineUpsampleImageFilter_h
29 #define itkBSplineUpsampleImageFilter_h
82 template<
typename TInputImage,
typename TOutputImage,
typename ResamplerType =
83 BSplineResampleImageFilterBase< TInputImage, TOutputImage > >
114 void GenerateOutputInformation() ITK_OVERRIDE;
117 void GenerateInputRequestedRegion() ITK_OVERRIDE;
119 #ifdef ITK_USE_CONCEPT_CHECKING
128 void GenerateData() ITK_OVERRIDE;
130 void EnlargeOutputRequestedRegion(
DataObject *output) ITK_OVERRIDE;
134 void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
141 #ifndef ITK_MANUAL_INSTANTIATION
142 #include "itkBSplineUpsampleImageFilter.hxx"
BSplineUpsampleImageFilter Self
Superclass::OutputImageIterator OutputImageIterator
Superclass::InputImagePointer InputImagePointer
Uses B-Spline interpolation to upsample an image by a factor of 2. This class is the public interface...
SmartPointer< Self > Pointer
Superclass::OutputImagePointer OutputImagePointer
Superclass::InputImageType InputImageType
Control indentation during Print() invocation.
SmartPointer< const Self > ConstPointer
#define itkConceptMacro(name, concept)
Base class for all data objects in ITK.