17 #ifndef __itkPasteImageFilter_h
18 #define __itkPasteImageFilter_h
42 template <
class TInputImage,
class TSourceImage=TInputImage,
class TOutputImage=TInputImage>
88 itkStaticConstMacro(InputImageDimension,
unsigned int,
89 InputImageType::ImageDimension);
90 itkStaticConstMacro(OutputImageDimension,
unsigned int,
91 OutputImageType::ImageDimension);
92 itkStaticConstMacro(SourceImageDimension,
unsigned int,
93 SourceImageType::ImageDimension);
124 virtual void GenerateInputRequestedRegion();
130 void PrintSelf(std::ostream& os,
Indent indent)
const;
141 void ThreadedGenerateData(
const OutputImageRegionType& outputRegionForThread,
149 void operator=(
const Self&);
156 #ifndef ITK_MANUAL_INSTANTIATION