18 #ifndef itkTransformToDeformationFieldSource_h
19 #define itkTransformToDeformationFieldSource_h
24 #ifndef ITKV3_COMPATIBILITY
25 #error "This file is only valid when ITKV3_COMPATIBILITY is turned on. Users are encouraged to convert to itkTransformToDisplacementFieldSource.h in ITKv4"
62 template<
typename TOutputImage,
63 typename TTransformPrecisionType =
double >
87 TOutputImage::ImageDimension);
90 typedef Transform< TTransformPrecisionType,
97 typedef typename OutputImageType::PixelType
PixelType;
147 itkGetConstReferenceMacro(OutputSpacing,
SpacingType);
155 itkGetConstReferenceMacro(OutputOrigin,
OriginType);
174 #ifdef ITK_USE_CONCEPT_CHECKING
177 PixelType::Dimension);
225 #ifndef ITK_MANUAL_INSTANTIATION
226 #include "itkTransformToDeformationFieldSource.hxx"
229 #endif // end #ifndef itkTransformToDeformationFieldSource_h
Base class for all process objects that output image data.
unsigned int ThreadIdType
Base class for templated image classes.
OutputImageType::RegionType OutputImageRegionType
Control indentation during Print() invocation.
#define itkConceptMacro(name, concept)