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
123 void ThreadedGenerateData(
const OutputImageRegionType & outputRegionForThread,
128 void operator=(
const Self &);
134 #ifndef ITK_MANUAL_INSTANTIATION
135 #include "itkNaryFunctorImageFilter.hxx"