18 #ifndef itkGridForwardWarpImageFilter_h
19 #define itkGridForwardWarpImageFilter_h
55 typename TDisplacementField,
80 typedef typename OutputImageType::IndexType
IndexType;
81 typedef typename OutputImageType::SizeType
SizeType;
82 typedef typename OutputImageType::PixelType
PixelType;
87 TOutputImage::ImageDimension);
89 TDisplacementField::ImageDimension);
101 itkGetConstMacro(BackgroundValue,
PixelType);
107 itkGetConstMacro(ForegroundValue,
PixelType);
109 #ifdef ITK_USE_CONCEPT_CHECKING
131 void operator=(const Self &);
139 #ifndef ITK_MANUAL_INSTANTIATION
140 #include "itkGridForwardWarpImageFilter.hxx"
GridForwardWarpImageFilter()
OutputImageType::SizeType SizeType
DisplacementFieldType::ConstPointer DisplacementFieldConstPointer
PixelType m_ForegroundValue
ImageToImageFilter< TDisplacementField, TOutputImage > Superclass
TOutputImage::RegionType OutputImageRegionType
OutputImageType::IndexType IndexType
OutputImageType::SpacingType SpacingType
void GenerateData() override
SmartPointer< const Self > ConstPointer
PixelType m_BackgroundValue
static const unsigned int ImageDimension
~GridForwardWarpImageFilter()
Base class for all process objects that output image data.
static const unsigned int DisplacementFieldDimension
TDisplacementField DisplacementFieldType
unsigned int m_GridPixSpacing
OutputImageType::Pointer OutputImagePointer
void PrintSelf(std::ostream &os, Indent indent) const override
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.
TOutputImage OutputImageType
Superclass::OutputImageType OutputImageType
#define itkConceptMacro(name, concept)
DisplacementFieldType::PixelType DisplacementType
OutputImageType::PixelType PixelType