34 #ifndef __itkTransformToDeterminantOfSpatialJacobianSource_h
35 #define __itkTransformToDeterminantOfSpatialJacobianSource_h
38 #include "itkImageSource.h"
73 template<
class TOutputImage,
74 class TTransformPrecisionType =
double >
76 public ImageSource< TOutputImage >
99 TOutputImage::ImageDimension );
103 itkGetStaticConstMacro( ImageDimension ),
109 typedef typename OutputImageType::PixelType PixelType;
120 typedef ImageBase< itkGetStaticConstMacro( ImageDimension ) >
ImageBaseType;
189 void PrintSelf( std::ostream & os, Indent indent )
const override;
196 ThreadIdType threadId )
override;
203 ThreadIdType threadId );
225 #ifndef ITK_MANUAL_INSTANTIATION
226 #include "itkTransformToDeterminantOfSpatialJacobianSource.hxx"