18 #ifndef itkSpatialFunctionImageEvaluatorFilter_h
19 #define itkSpatialFunctionImageEvaluatorFilter_h
42 template<
typename TSpatialFunction,
typename TInputImage,
typename TOutputImage >
62 static constexpr
unsigned int NDimensions = TInputImage::ImageDimension;
87 { m_PixelFunction = PixelFunction; }
94 void GenerateData()
override;
102 #ifndef ITK_MANUAL_INSTANTIATION
103 #include "itkSpatialFunctionImageEvaluatorFilter.hxx"
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Base class for all process objects that output image data.
void SetFunction(FunctionType *PixelFunction)
typename FunctionType::InputType PositionType
typename TInputImage::SizeType SizeType
ImageBaseType::SizeType SizeType
typename OutputImageType::RegionType OutputImageRegionType
ImageBaseType::IndexType IndexType
FunctionType * m_PixelFunction
TSpatialFunction FunctionType
typename TOutputImage::IndexType IndexType
Evaluates a SpatialFunction onto a source image.
Base class for filters that take an image as input and produce an image as output.
typename TOutputImage::PixelType PixelType
ImageBaseType::RegionType RegionType
typename FunctionType::OutputType FunctionValueType