18 #ifndef __itkNaryFunctorImageFilter_h
19 #define __itkNaryFunctorImageFilter_h
41 template<
class TInputImage,
class TOutputImage,
class TFunction >
85 if ( m_Functor != functor )
95 InputImageDimension,
unsigned int, TInputImage::ImageDimension);
97 OutputImageDimension,
unsigned int, TOutputImage::ImageDimension);
100 #ifdef ITK_USE_CONCEPT_CHECKING
124 void ThreadedGenerateData(
const OutputImageRegionType & outputRegionForThread,
129 void operator=(
const Self &);
135 #ifndef ITK_MANUAL_INSTANTIATION
136 #include "itkNaryFunctorImageFilter.hxx"