19 #ifndef itkHFieldToDeformationFieldImageFilter_h    20 #define itkHFieldToDeformationFieldImageFilter_h    22 #include <itkImageToImageFilter.h>    45 template <
typename TInputImage,
    46           typename TOutputImage = TInputImage>
    49   ImageToImageFilter<TInputImage, TOutputImage>
    54   typedef ImageToImageFilter<TInputImage, TOutputImage> 
Superclass;
    71   void PrintSelf(std::ostream& os, Indent indent)
 const override    73     this->Superclass::PrintSelf( os, indent );
    80                                       typename InputImageType::IndexType ind,
    81                                       typename InputImageType::PixelType hvec);
    87   void operator=(
const Self &) = 
delete;
    93 #ifndef ITK_MANUAL_INSTANTIATION    94 #include "itkHFieldToDeformationFieldImageFilter.txx" 
Simplified inverse ITK transforms.