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);
89 void PrintSelf(std::ostream & os,
Indent indent)
const;
99 void ThreadedGenerateData(
const ImageRegionType & outputRegionForThread,
104 void operator=(
const Self &);
110 #ifndef ITK_MANUAL_INSTANTIATION
111 #include "itkCheckerBoardImageFilter.hxx"