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
virtual ~BSplineUpsampleImageFilter()
Superclass::InputImagePointer InputImagePointer
Uses B-Spline interpolation to upsample an image by a factor of 2. This class is the public interface...
void GenerateInputRequestedRegion()
SmartPointer< Self > Pointer
void PrintSelf(std::ostream &os, Indent indent) const
void GenerateOutputInformation()
void EnlargeOutputRequestedRegion(DataObject *output)
Superclass::OutputImagePointer OutputImagePointer
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.