|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkBoxImageFilter_h
19 #define itkBoxImageFilter_h
39 template <
typename TInputImage,
typename TOutputImage>
70 static constexpr
unsigned int ImageDimension = TInputImage::ImageDimension;
89 GenerateInputRequestedRegion()
override;
92 PrintSelf(std::ostream & os,
Indent indent)
const override;
99 #ifndef ITK_MANUAL_INSTANTIATION
100 # include "itkBoxImageFilter.hxx"
typename TOutputImage::PixelType OutputPixelType
ImageBaseType::SizeType SizeType
Control indentation during Print() invocation.
A base class for all the filters working on a box neighborhood.
typename TInputImage::SizeType RadiusType
typename TInputImage::OffsetType OffsetType
ImageBaseType::IndexType IndexType
Base class for filters that take an image as input and produce an image as output.
Base class for all process objects that output image data.
typename TInputImage::PixelType InputPixelType
typename TInputImage::IndexType IndexType
ImageBaseType::RegionType RegionType
TInputImage InputImageType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
typename TInputImage::SizeType SizeType
typename TInputImage::SizeValueType RadiusValueType
unsigned long SizeValueType
TOutputImage OutputImageType
typename TInputImage::RegionType RegionType