17 #ifndef __itkUnaryFunctorImageFilter_h
18 #define __itkUnaryFunctorImageFilter_h
42 template <
class TInputImage,
class TOutputImage,
class TFunction >
86 if (m_Functor != functor)
105 virtual void GenerateOutputInformation();
117 void ThreadedGenerateData(
const OutputImageRegionType& outputRegionForThread,
122 void operator=(
const Self&);
129 #ifndef ITK_MANUAL_INSTANTIATION