18 #ifndef itkIterativeInverseDisplacementFieldImageFilter_h
19 #define itkIterativeInverseDisplacementFieldImageFilter_h
51 template<
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
120 void PrintSelf(std::ostream & os,
Indent indent)
const override;
122 void GenerateData()
override;
131 #ifndef ITK_MANUAL_INSTANTIATION
132 #include "itkIterativeInverseDisplacementFieldImageFilter.hxx"
typename Superclass::OutputType OutputType
typename OutputImageType::Pointer OutputImagePointer
Computes the time passed between two points in code.
typename InputImageType::SpacingType InputImageSpacingType
Computes the inverse of a displacement field.
typename OutputImagePixelType::ValueType OutputImageValueType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Base class for all process objects that output image data.
typename InputImageType::PointType InputImagePointType
TInputImage InputImageType
typename OutputImageType::PixelType OutputImagePixelType
Warps an image using an input displacement field.
typename InputImageType::Pointer InputImagePointer
typename FieldInterpolatorType::OutputType FieldInterpolatorOutputType
ImageBaseType::IndexType IndexType
A multi-dimensional iterator templated over image type that walks a region of pixels.
TOutputImage OutputImageType
unsigned int m_NumberOfIterations
typename FieldInterpolatorType::Pointer FieldInterpolatorPointer
typename InputImageType::RegionType InputImageRegionType
Base class for filters that take an image as input and produce an image as output.
Control indentation during Print() invocation.
ImageBaseType::PointType PointType
typename OutputImageType::IndexType OutputImageIndexType
ImageBaseType::RegionType RegionType
#define itkConceptMacro(name, concept)
typename InputImageType::ConstPointer InputImageConstPointer
A multi-dimensional iterator templated over image type that walks a region of pixels.
Linearly interpolate a vector image at specified positions.
typename OutputImageType::PointType OutputImagePointType