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
133 #ifndef ITK_MANUAL_INSTANTIATION
134 #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
IterativeInverseDisplacementFieldImageFilter()
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
FieldInterpolatorType::Pointer FieldInterpolatorPointer
A multi-dimensional iterator templated over image type that walks a region of pixels.
unsigned int m_NumberOfIterations
IterativeInverseDisplacementFieldImageFilter Self
Superclass::OutputType OutputType
WarpVectorImageFilter< TOutputImage, TInputImage, TOutputImage > VectorWarperType
TOutputImage OutputImageType
OutputImageType::PointType OutputImagePointType
void operator=(const Self &)
FieldInterpolatorType::OutputType FieldInterpolatorOutputType
TInputImage InputImageType
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
void PrintSelf(std::ostream &os, Indent indent) const
#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.
~IterativeInverseDisplacementFieldImageFilter()