28#ifndef itkBSplineUpsampleImageFilter_h
29#define itkBSplineUpsampleImageFilter_h
83template <
typename TInputImage,
84 typename TOutputImage,
85 typename ResamplerType = BSplineResampleImageFilterBase<TInputImage, TOutputImage>>
104 using typename Superclass::InputImageType;
107 using typename Superclass::InputImagePointer;
110 using typename Superclass::OutputImageIterator;
113 using typename Superclass::OutputImagePointer;
124#ifdef ITK_USE_CONCEPT_CHECKING
144#ifndef ITK_MANUAL_INSTANTIATION
145# include "itkBSplineUpsampleImageFilter.hxx"
Uses B-Spline interpolation to upsample an image by a factor of 2. This class is the public interface...
void PrintSelf(std::ostream &os, Indent indent) const override
void GenerateData() override
void GenerateOutputInformation() override
~BSplineUpsampleImageFilter() override=default
void EnlargeOutputRequestedRegion(DataObject *output) override
void GenerateInputRequestedRegion() override
BSplineUpsampleImageFilter()=default
Base class for all data objects in ITK.
Base class for all process objects that output image data.
Control indentation during Print() invocation.
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....