18 #ifndef __itkGridForwardWarpImageFilter_h
19 #define __itkGridForwardWarpImageFilter_h
55 class TDisplacementField,
80 typedef typename OutputImageType::IndexType
IndexType;
81 typedef typename OutputImageType::SizeType
SizeType;
82 typedef typename OutputImageType::PixelType
PixelType;
86 itkStaticConstMacro(ImageDimension,
unsigned int,
87 TOutputImage::ImageDimension);
88 itkStaticConstMacro(DisplacementFieldDimension,
unsigned int,
89 TDisplacementField::ImageDimension);
101 itkGetConstMacro(BackgroundValue,
PixelType);
107 itkGetConstMacro(ForegroundValue,
PixelType);
109 #ifdef ITK_USE_CONCEPT_CHECKING
123 void PrintSelf(std::ostream & os,
Indent indent)
const;
132 void operator=(
const Self &);
140 #ifndef ITK_MANUAL_INSTANTIATION
141 #include "itkGridForwardWarpImageFilter.hxx"