18 #ifndef __itkInverseDisplacementFieldImageFilter_h
19 #define __itkInverseDisplacementFieldImageFilter_h
64 template<
class TInputImage,
class TOutputImage >
89 itkStaticConstMacro(ImageDimension,
unsigned int,
90 TOutputImage::ImageDimension);
101 typedef typename OutputImageType::SizeType
SizeType;
132 virtual void SetOutputSpacing(
const double *values);
136 itkGetConstReferenceMacro(OutputSpacing,
SpacingType);
140 virtual void SetOutputOrigin(
const double *values);
151 itkSetMacro(SubsamplingFactor,
unsigned int);
152 itkGetConstMacro(SubsamplingFactor,
unsigned int);
160 virtual void GenerateOutputInformation();
167 virtual void GenerateInputRequestedRegion();
172 #ifdef ITK_USE_CONCEPT_CHECKING
183 void PrintSelf(std::ostream & os,
Indent indent)
const;
194 void PrepareKernelBaseSpline();
198 void operator=(
const Self &);
211 #ifndef ITK_MANUAL_INSTANTIATION
212 #include "itkInverseDisplacementFieldImageFilter.hxx"