18 #ifndef itkSpatialFunction_h
19 #define itkSpatialFunction_h
44 template<
typename TOutput,
45 unsigned int VImageDimension = 3,
68 static constexpr
unsigned int ImageDimension = VImageDimension;
77 void PrintSelf(std::ostream & os,
Indent indent)
const override;
81 #ifndef ITK_MANUAL_INSTANTIATION
82 #include "itkSpatialFunction.hxx"
Light weight base class for most itk classes.
Base class for all ITK function objects.
Control indentation during Print() invocation.
N-dimensional spatial function class.