18 #ifndef itkGPUBoxImageFilter_h
19 #define itkGPUBoxImageFilter_h
39 template<
typename TInputImage,
typename TOutputImage,
typename TParentImageFilter = BoxImageFilter< TInputImage, TOutputImage > >
85 void operator=(const
Self &) ITK_DELETE_FUNCTION;
class to abstract the behaviour of the GPU filters.
SmartPointer< Self > Pointer
A base class for all the GPU filters working on a box neighborhood.
SmartPointer< const Self > ConstPointer
TInputImage::RegionType RegionType
CPUSuperclass::OffsetType OffsetType
CPUSuperclass::IndexType IndexType
CPUSuperclass::RegionType RegionType
TInputImage::PixelType InputPixelType
TInputImage::IndexType IndexType
Base class for all process objects that output image data.
unsigned long SizeValueType
TParentImageFilter CPUSuperclass
CPUSuperclass::SizeType RadiusType
InputImageType::SizeValueType RadiusValueType
TInputImage::OffsetType OffsetType
void PrintSelf(std::ostream &os, Indent indent) const override
TInputImage InputImageType
TInputImage::SizeType SizeType
OutputImageType::PixelType OutputPixelType
CPUSuperclass::SizeType SizeType
Control indentation during Print() invocation.
virtual void PrintSelf(std::ostream &os, Indent indent) const override
GPUImageToImageFilter< TInputImage, TOutputImage, TParentImageFilter > GPUSuperclass
TOutputImage OutputImageType