18 #ifndef __itkDeformationFieldSource_h
19 #define __itkDeformationFieldSource_h
25 #ifndef ITKV3_COMPATIBILITY
26 #error "This file is only valid when ITKV3_COMPATIBILITY is turned on. Users are encouraged to convert to itkLandmarkDisplacementFieldSource.h in ITKv4"
53 template<
class TOutputImage >
75 itkStaticConstMacro(ImageDimension,
unsigned int,
76 TOutputImage::ImageDimension);
119 virtual void SetOutputSpacing(
const double *values);
123 itkGetConstReferenceMacro(OutputSpacing,
SpacingType);
127 virtual void SetOutputOrigin(
const double *values);
148 virtual void GenerateOutputInformation();
151 unsigned long GetMTime(
void)
const;
156 void PrintSelf(std::ostream & os,
Indent indent)
const;
167 void PrepareKernelBaseSpline();
171 void operator=(
const Self &);
188 #ifndef ITK_MANUAL_INSTANTIATION
189 #include "itkDeformationFieldSource.hxx"