18 #ifndef itkCheckerBoardImageFilter_h
19 #define itkCheckerBoardImageFilter_h
44 template<
typename TImage >
70 static constexpr
unsigned int ImageDimension = TImage::ImageDimension;
74 TImage ::ImageDimension >;
77 void SetInput1(
const TImage *image1);
80 void SetInput2(
const TImage *image2);
91 void PrintSelf(std::ostream & os,
Indent indent)
const override;
101 void DynamicThreadedGenerateData(
const ImageRegionType & outputRegionForThread)
override;
109 #ifndef ITK_MANUAL_INSTANTIATION
110 #include "itkCheckerBoardImageFilter.hxx"
PatternArrayType m_CheckerPattern
Light weight base class for most itk classes.
typename OutputImageType::Pointer OutputImagePointer
Combines two images in a checkerboard pattern.
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.
ImageBaseType::RegionType RegionType
typename InputImageType::ConstPointer InputImageConstPointer