18 #ifndef itkIterativeInverseDisplacementFieldImageFilter_h
19 #define itkIterativeInverseDisplacementFieldImageFilter_h
51 template<
typename TInputImage,
typename TOutputImage >
94 itkSetMacro(NumberOfIterations,
unsigned int);
95 itkGetConstMacro(NumberOfIterations,
unsigned int);
101 itkSetMacro(StopValue,
double);
102 itkGetConstMacro(StopValue,
double);
104 #ifdef ITK_USE_CONCEPT_CHECKING
118 void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
120 void GenerateData() ITK_OVERRIDE;
122 unsigned int m_NumberOfIterations;
132 #ifndef ITK_MANUAL_INSTANTIATION
133 #include "itkIterativeInverseDisplacementFieldImageFilter.hxx"
InputImageType::PointType InputImagePointType
ImageRegionConstIterator< InputImageType > InputConstIterator
Computes the time passed between two points in code.
SmartPointer< Self > Pointer
InputImageType::ConstPointer InputImageConstPointer
OutputImageType::Pointer OutputImagePointer
Computes the inverse of a displacement field.
ImageRegionIterator< OutputImageType > OutputIterator
Base class for all process objects that output image data.
ImageToImageFilter< TInputImage, TOutputImage > Superclass
ImageRegionIterator< InputImageType > InputIterator
OutputImageType::PixelType OutputImagePixelType
Warps an image using an input displacement field.
InputImageType::SpacingType InputImageSpacingType
ImageBaseType::PointType PointType
FieldInterpolatorType::Pointer FieldInterpolatorPointer
A multi-dimensional iterator templated over image type that walks a region of pixels.
IterativeInverseDisplacementFieldImageFilter Self
Superclass::OutputType OutputType
WarpVectorImageFilter< TOutputImage, TInputImage, TOutputImage > VectorWarperType
TOutputImage OutputImageType
OutputImageType::PointType OutputImagePointType
FieldInterpolatorType::OutputType FieldInterpolatorOutputType
TInputImage InputImageType
~IterativeInverseDisplacementFieldImageFilter() override
OutputImageType::IndexType OutputImageIndexType
Base class for filters that take an image as input and produce an image as output.
Control indentation during Print() invocation.
InputImageType::Pointer InputImagePointer
SmartPointer< const Self > ConstPointer
#define itkConceptMacro(name, concept)
VectorLinearInterpolateImageFunction< TInputImage, double > FieldInterpolatorType
OutputImagePixelType::ValueType OutputImageValueType
InputImageType::RegionType InputImageRegionType
A multi-dimensional iterator templated over image type that walks a region of pixels.
Linearly interpolate a vector image at specified positions.
ImageBaseType::IndexType IndexType