18 #ifndef itkGridForwardWarpImageFilter_h
19 #define itkGridForwardWarpImageFilter_h
59 typename TDisplacementField,
86 typedef typename OutputImageType::PixelType
PixelType;
90 itkStaticConstMacro(ImageDimension,
unsigned int,
91 TOutputImage::ImageDimension);
92 itkStaticConstMacro(DisplacementFieldDimension,
unsigned int,
93 TDisplacementField::ImageDimension);
105 itkGetConstMacro(BackgroundValue,
PixelType);
111 itkGetConstMacro(ForegroundValue,
PixelType);
113 #ifdef ITK_USE_CONCEPT_CHECKING
126 void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
128 void GenerateData() ITK_OVERRIDE;
135 unsigned int m_GridPixSpacing;
139 #ifndef ITK_MANUAL_INSTANTIATION
140 #include "itkGridForwardWarpImageFilter.hxx"
OutputImageType::SizeType SizeType
DisplacementFieldType::ConstPointer DisplacementFieldConstPointer
ImageToImageFilter< TDisplacementField, TOutputImage > Superclass
TOutputImage::RegionType OutputImageRegionType
OutputImageType::IndexType IndexType
OutputImageType::SpacingType SpacingType
SmartPointer< const Self > ConstPointer
~GridForwardWarpImageFilter()
Base class for all process objects that output image data.
TDisplacementField DisplacementFieldType
Superclass::OutputImagePointer OutputImagePointer
Base class for filters that take an image as input and produce an image as output.
GridForwardWarpImageFilter Self
SmartPointer< Self > Pointer
Warps a grid using an input deformation field.
Control indentation during Print() invocation.
ImageBaseType::SizeType SizeType
Superclass::OutputImageType OutputImageType
#define itkConceptMacro(name, concept)
DisplacementFieldType::PixelType DisplacementType
OutputImageType::PixelType PixelType
ImageBaseType::IndexType IndexType