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