18 #ifndef __itkLandmarkDisplacementFieldSource_h
19 #define __itkLandmarkDisplacementFieldSource_h
48 template<
class TOutputImage >
70 itkStaticConstMacro(ImageDimension,
unsigned int,
71 TOutputImage::ImageDimension);
115 virtual void SetOutputSpacing(
const double *values);
119 itkGetConstReferenceMacro(OutputSpacing,
SpacingType);
123 virtual void SetOutputOrigin(
const double *values);
144 virtual void GenerateOutputInformation();
147 unsigned long GetMTime(
void)
const;
152 void PrintSelf(std::ostream & os,
Indent indent)
const;
163 void PrepareKernelBaseSpline();
167 void operator=(
const Self &);
184 #ifndef ITK_MANUAL_INSTANTIATION
185 #include "itkLandmarkDisplacementFieldSource.hxx"