19#ifndef itkFFTPadImageFilter_h
20#define itkFFTPadImageFilter_h
51template <
typename TInputImage,
typename TOutputImage = TInputImage>
69 using IndexType =
typename InputImageType::IndexType;
70 using SizeType =
typename InputImageType::SizeType;
122#ifndef ITK_MANUAL_INSTANTIATION
123# include "itkFFTPadImageFilter.hxx"
SizeValueType m_SizeGreatestPrimeFactor
typename InputImageType::RegionType RegionType
SmartPointer< Self > Pointer
~FFTPadImageFilter() override=default
SmartPointer< const Self > ConstPointer
TInputImage InputImageType
typename InputImageType::IndexType IndexType
PadImageFilterBase< TInputImage, TOutputImage > Superclass
void PrintSelf(std::ostream &os, Indent indent) const override
static constexpr unsigned int InputImageDimension
ImageBoundaryCondition< TInputImage, TOutputImage > BoundaryConditionType
void GenerateOutputInformation() override
typename OutputImageType::PixelType OutputImagePixelType
TOutputImage OutputImageType
static constexpr unsigned int OutputImageDimension
typename InputImageType::SizeType SizeType
static constexpr unsigned int ImageDimension
DefaultBoundaryConditionType m_DefaultBoundaryCondition
ZeroFluxNeumannBoundaryCondition< TInputImage, TOutputImage > DefaultBoundaryConditionType
typename InputImageType::PixelType InputImagePixelType
A virtual base object that defines an interface to a class of boundary condition objects for use by n...
Control indentation during Print() invocation.
typename TInputImage::SizeValueType SizeValueType
Implements transparent reference counting.
A function object that determines a neighborhood of values at an image boundary according to a Neuman...
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....