18 #ifndef itkFixedPointInverseDisplacementFieldImageFilter_h
19 #define itkFixedPointInverseDisplacementFieldImageFilter_h
57 template <
typename TInputImage,
typename TOutputImage >
100 static constexpr
unsigned int ImageDimension = TOutputImage::ImageDimension;
115 itkSetMacro(NumberOfIterations,
unsigned int);
116 itkGetConstMacro(NumberOfIterations,
unsigned int);
127 virtual void SetOutputSpacing(
const double* values);
135 virtual void SetOutputOrigin(
const double* values);
138 #ifdef ITK_USE_CONCEPT_CHECKING
153 void PrintSelf(std::ostream& os,
Indent indent)
const override;
155 void GenerateData( )
override;
156 void GenerateOutputInformation()
override;
158 void GenerateInputRequestedRegion()
override;
172 #ifndef ITK_MANUAL_INSTANTIATION
173 #include "itkFixedPointInverseDisplacementFieldImageFilter.hxx"
typename Superclass::OutputType OutputType
typename FieldInterpolatorType::Pointer FieldInterpolatorPointer
typename OutputImageType::Pointer OutputImagePointer
Computes the time passed between two points in code.
Define numeric traits for std::vector.
typename NumericTraits< typename TOutputImage::PixelType >::RealType InterpolatorVectorType
typename InputImageType::PointType InputImagePointType
typename InputImageType::IndexType InputImageIndexType
typename OutputImagePixelType::ValueType OutputImageValueType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
typename OutputImageType::SpacingType OutputImageSpacingType
OutputImageSizeType m_Size
typename InputImageType::SpacingType InputImageSpacingType
Base class for all process objects that output image data.
OutputImageSpacingType m_OutputSpacing
TInputImage InputImageType
typename TOutputImage::PointType OutputImageOriginPointType
typename OutputImageType::PixelType OutputImagePixelType
Warps an image using an input displacement field.
typename OutputImageType::SizeType OutputImageSizeType
typename InputImageType::Pointer InputImagePointer
typename FieldInterpolatorType::OutputType FieldInterpolatorOutputType
ImageBaseType::SizeType SizeType
ImageBaseType::IndexType IndexType
A multi-dimensional iterator templated over image type that walks a region of pixels.
typename OutputImageType::PointType OutputImagePointType
TOutputImage OutputImageType
Represent a n-dimensional size (bounds) of a n-dimensional image.
typename OutputImageType::IndexType OutputImageIndexType
typename InputImageType::RegionType InputImageRegionType
Computes the inverse of a Displacement field using a fixed point iteration scheme.
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 TOutputImage::PixelType OutputVectorType
ImageBaseType::RegionType RegionType
#define itkConceptMacro(name, concept)
~FixedPointInverseDisplacementFieldImageFilter() override
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.
unsigned int m_NumberOfIterations
OutputImageOriginPointType m_OutputOrigin