18 #ifndef itkSpatialFunction_h
19 #define itkSpatialFunction_h
44 template<
typename TOutput,
45 unsigned int VImageDimension = 3,
60 typedef typename Superclass::InputType
InputType;
66 itkStaticConstMacro(ImageDimension,
unsigned int, VImageDimension);
75 void PrintSelf(std::ostream & os,
Indent indent) const ITK_OVERRIDE;
82 #ifndef ITK_MANUAL_INSTANTIATION
83 #include "itkSpatialFunction.hxx"
FunctionBase< TInput, TOutput > Superclass
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
Superclass::InputType InputType
Base class for all ITK function objects.
Superclass::OutputType OutputType
Control indentation during Print() invocation.
N-dimensional spatial function class.