18 #ifndef itkInverseDisplacementFieldImageFilter_h
19 #define itkInverseDisplacementFieldImageFilter_h
64 template<
typename TInputImage,
typename TOutputImage >
91 static constexpr
unsigned int ImageDimension = TOutputImage::ImageDimension;
98 double, Self::ImageDimension >;
133 virtual void SetOutputSpacing(
const double *values);
137 itkGetConstReferenceMacro(OutputSpacing,
SpacingType);
141 virtual void SetOutputOrigin(
const double *values);
152 itkSetMacro(SubsamplingFactor,
unsigned int);
153 itkGetConstMacro(SubsamplingFactor,
unsigned int);
161 void GenerateOutputInformation()
override;
168 void GenerateInputRequestedRegion()
override;
173 #ifdef ITK_USE_CONCEPT_CHECKING
183 void PrintSelf(std::ostream & os,
Indent indent)
const override;
189 void GenerateData()
override;
194 void PrepareKernelBaseSpline();
208 #ifndef ITK_MANUAL_INSTANTIATION
209 #include "itkInverseDisplacementFieldImageFilter.hxx"
typename OutputImageType::Pointer OutputImagePointer
KernelTransformPointerType m_KernelTransform
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 OutputImageType::IndexType IndexType
TInputImage InputImageType
typename OutputPixelType::ValueType OutputPixelComponentType
typename InputImageType::Pointer InputImagePointer
ImageBaseType::SizeType SizeType
unsigned int m_SubsamplingFactor
typename OutputImageType::RegionType OutputImageRegionType
ImageBaseType::IndexType IndexType
typename KernelTransformType::Pointer KernelTransformPointerType
TOutputImage OutputImageType
Represent a n-dimensional size (bounds) of a n-dimensional image.
typename OutputImageType::SizeType SizeType
unsigned long ModifiedTimeType
typename InputImageType::RegionType InputImageRegionType
Base class for filters that take an image as input and produce an image as output.
OriginPointType m_OutputOrigin
Control indentation during Print() invocation.
ImageBaseType::PointType PointType
SpacingType m_OutputSpacing
typename TOutputImage::PointType OriginPointType
ImageBaseType::RegionType RegionType
#define itkConceptMacro(name, concept)
typename InputImageType::ConstPointer InputImageConstPointer
typename TOutputImage::PixelType OutputPixelType
Computes the inverse of a displacement field.
typename TOutputImage::SpacingType SpacingType