18#ifndef itkCheckerBoardImageFilter_h
19#define itkCheckerBoardImageFilter_h
45template <
typename TImage>
70 static constexpr unsigned int ImageDimension = TImage::ImageDimension;
77 SetInput1(
const TImage * image1);
81 SetInput2(
const TImage * image2);
93 PrintSelf(std::ostream & os,
Indent indent)
const override;
104 DynamicThreadedGenerateData(
const ImageRegionType & outputRegionForThread)
override;
112#ifndef ITK_MANUAL_INSTANTIATION
113# include "itkCheckerBoardImageFilter.hxx"
Combines two images in a checkerboard pattern.
typename OutputImageType::Pointer OutputImagePointer
typename InputImageType::ConstPointer InputImageConstPointer
typename OutputImageType::RegionType ImageRegionType
Base class for filters that take an image as input and produce an image as output.
Control indentation during Print() invocation.
Light weight base class for most itk classes.
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
ImageBaseType::RegionType RegionType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....