18 #ifndef __itkUnaryFunctorImageFilter_h
19 #define __itkUnaryFunctorImageFilter_h
47 template<
class TInputImage,
class TOutputImage,
class TFunction >
92 if ( m_Functor != functor )
112 virtual void GenerateOutputInformation();
124 void ThreadedGenerateData(
const OutputImageRegionType & outputRegionForThread,
129 void operator=(
const Self &);
135 #ifndef ITK_MANUAL_INSTANTIATION
136 #include "itkUnaryFunctorImageFilter.hxx"