18#ifndef itkSpatialFunctionImageEvaluatorFilter_h
19#define itkSpatialFunctionImageEvaluatorFilter_h
42template <
typename TSpatialFunction,
typename TInputImage,
typename TOutputImage>
61 static constexpr unsigned int NDimensions = TInputImage::ImageDimension;
88 m_PixelFunction = PixelFunction;
108#ifndef ITK_MANUAL_INSTANTIATION
109# include "itkSpatialFunctionImageEvaluatorFilter.hxx"
Base class for all process objects that output image data.
typename OutputImageType::RegionType OutputImageRegionType
Base class for filters that take an image as input and produce an image as output.
Control indentation during Print() invocation.
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Evaluates a SpatialFunction onto a source image.
void SetFunction(FunctionType *PixelFunction)
~SpatialFunctionImageEvaluatorFilter() override=default
SpatialFunctionImageEvaluatorFilter()
TSpatialFunction FunctionType
typename FunctionType::InputType PositionType
typename TOutputImage::IndexType IndexType
typename TInputImage::SizeType SizeType
typename FunctionType::OutputType FunctionValueType
void PrintSelf(std::ostream &os, Indent indent) const override
typename TOutputImage::PixelType PixelType
void GenerateData() override
ImageBaseType::RegionType RegionType
ImageBaseType::IndexType IndexType
ImageBaseType::SizeType SizeType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....