18#ifndef itkInverseDisplacementFieldImageFilter_h
19#define itkInverseDisplacementFieldImageFilter_h
64template <
typename TInputImage,
typename TOutputImage>
100 using SizeType =
typename OutputImageType::SizeType;
152 itkSetMacro(SubsamplingFactor,
unsigned int);
153 itkGetConstMacro(SubsamplingFactor,
unsigned int);
209#ifndef ITK_MANUAL_INSTANTIATION
210# include "itkInverseDisplacementFieldImageFilter.hxx"
Control indentation during Print() invocation.
typename TOutputImage::PointType OriginPointType
typename OutputImageType::SizeType SizeType
typename OutputImageType::Pointer OutputImagePointer
typename InputImageType::Pointer InputImagePointer
InverseDisplacementFieldImageFilter()
SpacingType m_OutputSpacing
TOutputImage OutputImageType
typename TOutputImage::RegionType OutputImageRegionType
void GenerateInputRequestedRegion() override
~InverseDisplacementFieldImageFilter() override=default
SmartPointer< const Self > ConstPointer
void GenerateOutputInformation() override
InverseDisplacementFieldImageFilter Self
typename KernelTransformType::Pointer KernelTransformPointerType
virtual void SetOutputOrigin(const double *origin)
virtual void SetOutputSpacing(const double *spacing)
KernelTransform< double, Self::ImageDimension > KernelTransformType
typename TOutputImage::SpacingType SpacingType
typename OutputImageType::IndexType IndexType
KernelTransformPointerType m_KernelTransform
SmartPointer< Self > Pointer
void PrintSelf(std::ostream &os, Indent indent) const override
OriginPointType m_OutputOrigin
typename InputImageType::ConstPointer InputImageConstPointer
ImageToImageFilter< TInputImage, TOutputImage > Superclass
typename InputImageType::RegionType InputImageRegionType
void GenerateData() override
static constexpr unsigned int ImageDimension
unsigned int m_SubsamplingFactor
void PrepareKernelBaseSpline()
typename TOutputImage::PixelType OutputPixelType
TInputImage InputImageType
ModifiedTimeType GetMTime() const override
typename OutputPixelType::ValueType OutputPixelComponentType
Implements transparent reference counting.
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
SizeValueType ModifiedTimeType
Represent a n-dimensional size (bounds) of a n-dimensional image.