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