18 #ifndef __itkTwoOutputExampleImageFilter_h
19 #define __itkTwoOutputExampleImageFilter_h
43 template<
class TImage >
58 typedef typename TImage::PixelType
PixelType;
68 itkGetConstMacro(OutsideValue,
PixelType);
93 { this->SetNthOutput(1, output); }
95 #ifdef ITK_USE_CONCEPT_CHECKING
107 void PrintSelf(std::ostream & os,
Indent indent)
const;
120 void ThreadedGenerateData(
const OutputImageRegionType & outputRegionForThread,
125 void operator=(
const Self &);
133 #ifndef ITK_MANUAL_INSTANTIATION
134 #include "itkTwoOutputExampleImageFilter.hxx"