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);
120 virtual void SetOutputSpacing(
const double *values);
124 itkGetConstReferenceMacro(OutputSpacing,
SpacingType);
128 virtual void SetOutputOrigin(
const double *values);
149 virtual void GenerateOutputInformation();
152 unsigned long GetMTime(
void)
const;
157 void PrintSelf(std::ostream & os,
Indent indent)
const;
168 void PrepareKernelBaseSpline();
172 void operator=(
const Self &);
189 #ifndef ITK_MANUAL_INSTANTIATION
190 #include "itkDeformationFieldSource.hxx"