|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkNaryFunctorImageFilter_h
19 #define itkNaryFunctorImageFilter_h
41 template <
typename TInputImage,
typename TOutputImage,
typename TFunction>
91 if (m_Functor != functor)
100 static constexpr
unsigned int InputImageDimension = TInputImage::ImageDimension;
101 static constexpr
unsigned int OutputImageDimension = TOutputImage::ImageDimension;
103 #ifdef ITK_USE_CONCEPT_CHECKING
133 #ifndef ITK_MANUAL_INSTANTIATION
134 # include "itkNaryFunctorImageFilter.hxx"
typename OutputImageType::Pointer OutputImagePointer
FunctorType & GetFunctor()
Base class for filters that take an image as input and overwrite that image as the output.
Perform a generic pixel-wise operation on N images.
typename InputImageType::PixelType InputImagePixelType
Base class for all process objects that output image data.
typename InputImageType::Pointer InputImagePointer
ImageBaseType::RegionType RegionType
TInputImage InputImageType
typename OutputImageType::RegionType OutputImageRegionType
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
typename OutputImageType::PixelType OutputImagePixelType
void SetFunctor(FunctorType &functor)
std::vector< InputImagePixelType > NaryArrayType
typename InputImageType::RegionType InputImageRegionType
TOutputImage OutputImageType