19#ifndef itkHFieldToDeformationFieldImageFilter_h
20#define itkHFieldToDeformationFieldImageFilter_h
22#include <itkImageToImageFilter.h>
42template <
typename TInputImage,
43 typename TOutputImage = TInputImage>
46 ImageToImageFilter<TInputImage, TOutputImage>
51 typedef ImageToImageFilter<TInputImage, TOutputImage>
Superclass;
68 void PrintSelf(std::ostream& os, Indent indent)
const override
70 this->Superclass::PrintSelf( os, indent );
68 void PrintSelf(std::ostream& os, Indent indent)
const override {
…}
77 typename InputImageType::IndexType ind,
78 typename InputImageType::PixelType hvec);
84 void operator=(
const Self &) =
delete;
90#ifndef ITK_MANUAL_INSTANTIATION
91#include "itkHFieldToDeformationFieldImageFilter.txx"
Simplified inverse ITK transforms.