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