18#ifndef itkTransformToSpatialJacobianSource_h
19#define itkTransformToSpatialJacobianSource_h
23#include "itkImageSource.h"
66template <
class TOutputImage,
class TTransformPrecisionType =
double>
98 using PixelType =
typename OutputImageType::PixelType;
188 PrintSelf(std::ostream & os, Indent indent)
const override;
221#ifndef ITK_MANUAL_INSTANTIATION
222# include "itkTransformToSpatialJacobianSource.hxx"