18 #ifndef itkUnaryFunctorImageFilter_h
19 #define itkUnaryFunctorImageFilter_h
49 template <
typename TInputImage,
typename TOutputImage,
typename TFunction>
105 if (m_Functor != functor)
126 GenerateOutputInformation()
override;
139 DynamicThreadedGenerateData(
const OutputImageRegionType & outputRegionForThread)
override;
146 #ifndef ITK_MANUAL_INSTANTIATION
147 # include "itkUnaryFunctorImageFilter.hxx"