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);
128#ifndef ITK_MANUAL_INSTANTIATION
129# include "itkIterativeInverseDisplacementFieldImageFilter.hxx"
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.
Control indentation during Print() invocation.
typename FieldInterpolatorType::OutputType FieldInterpolatorOutputType
ImageRegionIterator< InputImageType > InputIterator
void PrintSelf(std::ostream &os, Indent indent) const override
typename InputImageType::RegionType InputImageRegionType
ImageRegionConstIterator< InputImageType > InputConstIterator
SmartPointer< const Self > ConstPointer
TInputImage InputImageType
typename OutputImageType::PixelType OutputImagePixelType
IterativeInverseDisplacementFieldImageFilter()
~IterativeInverseDisplacementFieldImageFilter() override=default
typename OutputImagePixelType::ValueType OutputImageValueType
TOutputImage OutputImageType
ImageRegionIterator< OutputImageType > OutputIterator
typename FieldInterpolatorType::Pointer FieldInterpolatorPointer
typename OutputImageType::IndexType OutputImageIndexType
typename InputImageType::ConstPointer InputImageConstPointer
VectorLinearInterpolateImageFunction< TInputImage, double > FieldInterpolatorType
ImageToImageFilter< TInputImage, TOutputImage > Superclass
typename OutputImageType::PointType OutputImagePointType
unsigned int m_NumberOfIterations
IterativeInverseDisplacementFieldImageFilter Self
typename OutputImageType::Pointer OutputImagePointer
SmartPointer< Self > Pointer
void GenerateData() override
WarpVectorImageFilter< TOutputImage, TInputImage, TOutputImage > VectorWarperType
typename InputImageType::Pointer InputImagePointer
typename InputImageType::SpacingType InputImageSpacingType
typename InputImageType::PointType InputImagePointType
Implements transparent reference counting.
Computes the time passed between two points in code.
Linearly interpolate a vector image at specified positions.
SmartPointer< Self > Pointer
Warps an image using an input displacement field.
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....