18 #ifndef itkSphereSpatialFunction_h
19 #define itkSphereSpatialFunction_h
34 template<
unsigned int VImageDimension = 3,
typename TInput = Po
int<
double, VImageDimension > >
68 itkGetConstMacro(Radius,
double);
69 itkSetMacro(Radius,
double);
75 void PrintSelf(std::ostream & os,
Indent indent)
const override;
86 #ifndef ITK_MANUAL_INSTANTIATION
87 #include "itkSphereSpatialFunction.hxx"
Light weight base class for most itk classes.
typename Superclass::OutputType OutputType
Control indentation during Print() invocation.
Returns whether or not a location is "inside" or "outside" a function.
Spatial function implementation of a sphere.
typename Superclass::InputType InputType