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