18#ifndef itkIterativeInverseDisplacementFieldImageFilter_h
19#define itkIterativeInverseDisplacementFieldImageFilter_h
51template <
typename TInputImage,
typename TOutputImage>
96 itkSetMacro(NumberOfIterations,
unsigned int);
97 itkGetConstMacro(NumberOfIterations,
unsigned int);
103 itkSetMacro(StopValue,
double);
104 itkGetConstMacro(StopValue,
double);
106#ifdef ITK_USE_CONCEPT_CHECKING
125 unsigned int m_NumberOfIterations{};
127 double m_StopValue{};
132#ifndef ITK_MANUAL_INSTANTIATION
133# include "itkIterativeInverseDisplacementFieldImageFilter.hxx"
NumericTraits< TInputImage::PixelType >::RealType OutputType
A multi-dimensional iterator templated over image type that walks a region of pixels.
A multi-dimensional iterator templated over image type that walks a region of pixels.
Base class for all process objects that output image data.
typename OutputImageType::PixelType OutputImagePixelType
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 FieldInterpolatorType::OutputType FieldInterpolatorOutputType
void PrintSelf(std::ostream &os, Indent indent) const override
IterativeInverseDisplacementFieldImageFilter()
~IterativeInverseDisplacementFieldImageFilter() override=default
typename OutputImagePixelType::ValueType OutputImageValueType
typename FieldInterpolatorType::Pointer FieldInterpolatorPointer
typename OutputImageType::IndexType OutputImageIndexType
typename OutputImageType::PointType OutputImagePointType
void GenerateData() override
typename InputImageType::SpacingType InputImageSpacingType
typename InputImageType::PointType InputImagePointType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Computes the time passed between two points in code.
Linearly interpolate a vector image at specified positions.
Warps an image using an input displacement field.
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
#define itkConceptMacro(name, concept)
ImageBaseType::RegionType RegionType
ImageBaseType::IndexType IndexType
ImageBaseType::PointType PointType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....