18 #ifndef __itkUnaryFunctorImageFilter_h
19 #define __itkUnaryFunctorImageFilter_h
47 template<
typename TInputImage,
typename TOutputImage,
typename TFunction >
135 #ifndef ITK_MANUAL_INSTANTIATION
136 #include "itkUnaryFunctorImageFilter.hxx"
UnaryFunctorImageFilter()
InputImageType::ConstPointer InputImagePointer
Light weight base class for most itk classes.
void ThreadedGenerateData(const OutputImageRegionType &outputRegionForThread, ThreadIdType threadId)
InputImageType::RegionType InputImageRegionType
TInputImage InputImageType
SmartPointer< Self > Pointer
InPlaceImageFilter< TInputImage, TOutputImage > Superclass
virtual void GenerateOutputInformation()
OutputImageType::Pointer OutputImagePointer
UnaryFunctorImageFilter Self
TOutputImage OutputImageType
void operator=(const Self &)
OutputImageType::PixelType OutputImagePixelType
const FunctorType & GetFunctor() const
InputImageType::PixelType InputImagePixelType
virtual void Modified() const
FunctorType & GetFunctor()
Implements pixel-wise generic operation on one image.
OutputImageType::RegionType OutputImageRegionType
Base class for filters that take an image as input and overwrite that image as the output...
SmartPointer< const Self > ConstPointer
void SetFunctor(const FunctorType &functor)
virtual ~UnaryFunctorImageFilter()
unsigned int ThreadIdType