18#ifndef itkInverseDisplacementFieldImageFilter_h
19#define itkInverseDisplacementFieldImageFilter_h
64template <
typename TInputImage,
typename TOutputImage>
90 static constexpr unsigned int ImageDimension = TOutputImage::ImageDimension;
152 itkSetMacro(SubsamplingFactor,
unsigned int);
153 itkGetConstMacro(SubsamplingFactor,
unsigned int);
176#ifdef ITK_USE_CONCEPT_CHECKING
208 unsigned int m_SubsamplingFactor{};
213#ifndef ITK_MANUAL_INSTANTIATION
214# include "itkInverseDisplacementFieldImageFilter.hxx"
Base class for all process objects that output image data.
typename OutputImageType::RegionType OutputImageRegionType
TOutputImage OutputImageType
typename OutputImageType::Pointer OutputImagePointer
Base class for filters that take an image as input and produce an image as output.
TInputImage InputImageType
typename InputImageType::ConstPointer InputImageConstPointer
typename InputImageType::Pointer InputImagePointer
typename InputImageType::RegionType InputImageRegionType
Control indentation during Print() invocation.
Computes the inverse of a displacement field.
typename TOutputImage::PointType OriginPointType
typename OutputImageType::SizeType SizeType
InverseDisplacementFieldImageFilter()
void GenerateInputRequestedRegion() override
~InverseDisplacementFieldImageFilter() override=default
void GenerateOutputInformation() override
typename KernelTransformType::Pointer KernelTransformPointerType
virtual void SetOutputOrigin(const double *origin)
virtual void SetOutputSpacing(const double *spacing)
typename TOutputImage::SpacingType SpacingType
typename OutputImageType::IndexType IndexType
void PrintSelf(std::ostream &os, Indent indent) const override
void GenerateData() override
void PrepareKernelBaseSpline()
typename TOutputImage::PixelType OutputPixelType
ModifiedTimeType GetMTime() const override
typename OutputPixelType::ValueType OutputPixelComponentType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
#define itkConceptMacro(name, concept)
ImageBaseType::RegionType RegionType
ImageBaseType::IndexType IndexType
ImageBaseType::PointType PointType
ImageBaseType::SizeType SizeType
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.