18 #ifndef __itkTransformToSpatialJacobianSource_h
19 #define __itkTransformToSpatialJacobianSource_h
22 #include "itkImageSource.h"
65 template<
class TOutputImage,
66 class TTransformPrecisionType =
double >
68 public ImageSource< TOutputImage >
91 TOutputImage::ImageDimension );
95 itkGetStaticConstMacro( ImageDimension ),
101 typedef typename OutputImageType::PixelType PixelType;
112 typedef ImageBase< itkGetStaticConstMacro( ImageDimension ) >
ImageBaseType;
181 void PrintSelf( std::ostream & os, Indent indent )
const override;
188 ThreadIdType threadId )
override;
195 ThreadIdType threadId );
218 #ifndef ITK_MANUAL_INSTANTIATION
219 #include "itkTransformToSpatialJacobianSource.hxx"