18 #ifndef itkSpatialFunctionImageEvaluatorFilter_h
19 #define itkSpatialFunctionImageEvaluatorFilter_h
42 template<
typename TSpatialFunction,
typename TInputImage,
typename TOutputImage >
60 itkStaticConstMacro(NDimensions,
unsigned int,
61 TInputImage::ImageDimension);
86 { m_PixelFunction = PixelFunction; }
93 void GenerateData() ITK_OVERRIDE;
103 #ifndef ITK_MANUAL_INSTANTIATION
104 #include "itkSpatialFunctionImageEvaluatorFilter.hxx"
TOutputImage::RegionType OutputImageRegionType
FunctionType::OutputType FunctionValueType
Base class for all process objects that output image data.
void SetFunction(FunctionType *PixelFunction)
SmartPointer< const Self > ConstPointer
virtual ~SpatialFunctionImageEvaluatorFilter() override
TOutputImage::PixelType PixelType
TSpatialFunction FunctionType
ImageToImageFilter< TInputImage, TOutputImage > Superclass
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.
FunctionType::InputType PositionType
ImageBaseType::SizeType SizeType
TInputImage::SizeType SizeType
SpatialFunctionImageEvaluatorFilter Self
SmartPointer< Self > Pointer
ImageBaseType::IndexType IndexType