18 #ifndef __itkCheckerBoardImageFilter_h
19 #define __itkCheckerBoardImageFilter_h
44 template<
typename TImage >
69 TImage::ImageDimension);
110 #ifndef ITK_MANUAL_INSTANTIATION
111 #include "itkCheckerBoardImageFilter.hxx"
PatternArrayType m_CheckerPattern
Light weight base class for most itk classes.
void PrintSelf(std::ostream &os, Indent indent) const
CheckerBoardImageFilter()
void ThreadedGenerateData(const ImageRegionType &outputRegionForThread, ThreadIdType threadId)
InputImageType::ConstPointer InputImageConstPointer
SmartPointer< Self > Pointer
~CheckerBoardImageFilter()
FixedArray< unsigned int, TImage::ImageDimension > PatternArrayType
SmartPointer< const Self > ConstPointer
Simulate a standard C array with copy semnatics.
void operator=(const Self &)
Combines two images in a checkerboard pattern.
OutputImageType::Pointer OutputImagePointer
void SetInput1(const TImage *image1)
static const unsigned int ImageDimension
Base class for filters that take an image as input and produce an image as output.
Control indentation during Print() invocation.
CheckerBoardImageFilter Self
ImageToImageFilter< TImage, TImage > Superclass
void SetInput2(const TImage *image2)
OutputImageType::RegionType ImageRegionType
unsigned int ThreadIdType