Medical Imaging Interaction Toolkit
2024.06.99-60d9b802
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
17 #ifndef __itkIndexedUnaryFunctorImageFilter_h
18 #define __itkIndexedUnaryFunctorImageFilter_h
20 #include "itkUnaryFunctorImageFilter.h"
38 template<
typename TInputImage,
typename TOutputImage,
typename TFunction >
44 typedef InPlaceImageFilter< TInputImage, TOutputImage >
Superclass;
82 if (m_Functor != functor)
114 ThreadIdType threadId);
118 void operator=(
const Self &);
124 #ifndef ITK_MANUAL_INSTANTIATION
125 #include "itkIndexedUnaryFunctorImageFilter.tpp"
IndexedUnaryFunctorImageFilter Self
FunctorType & GetFunctor()
IndexedUnaryFunctorImageFilter()
void SetFunctor(const FunctorType &functor)
TInputImage InputImageType
InPlaceImageFilter< TInputImage, TOutputImage > Superclass
SmartPointer< Self > Pointer
InputImageType::PixelType InputImagePixelType
SmartPointer< const Self > ConstPointer
const FunctorType & GetFunctor() const
OutputImageType::RegionType OutputImageRegionType
Perform a generic pixel-wise index specific operation on an input image and produces an output image.
OutputImageType::Pointer OutputImagePointer
virtual ~IndexedUnaryFunctorImageFilter()
OutputImageType::PixelType OutputImagePixelType
virtual void GenerateOutputInformation()
InputImageType::ConstPointer InputImagePointer
void ThreadedGenerateData(const OutputImageRegionType &outputRegionForThread, ThreadIdType threadId)
InputImageType::RegionType InputImageRegionType
TOutputImage OutputImageType