18 #ifndef __itkCheckerBoardImageFilter_h
19 #define __itkCheckerBoardImageFilter_h
44 template<
class TImage >
68 itkStaticConstMacro(ImageDimension,
unsigned int,
69 TImage::ImageDimension);
76 void SetInput1(
const TImage *image1);
79 void SetInput2(
const TImage *image2);
87 void PrintSelf(std::ostream & os,
Indent indent)
const;
98 void ThreadedGenerateData(
const ImageRegionType & outputRegionForThread,
103 void operator=(
const Self &);
109 #ifndef ITK_MANUAL_INSTANTIATION
110 #include "itkCheckerBoardImageFilter.hxx"