18 #ifndef itkSphereSpatialFunction_h
19 #define itkSphereSpatialFunction_h
34 template<
unsigned int VImageDimension = 3,
typename TInput = Po
int<
double, VImageDimension > >
66 itkGetConstMacro(Radius,
double);
67 itkSetMacro(Radius,
double);
87 #ifndef ITK_MANUAL_INSTANTIATION
88 #include "itkSphereSpatialFunction.hxx"
Light weight base class for most itk classes.
void PrintSelf(std::ostream &os, Indent indent) const override
Superclass::OutputType OutputType
virtual ~SphereSpatialFunction()
Superclass::InputType InputType
Superclass::InputType InputType
SmartPointer< Self > Pointer
Superclass::OutputType OutputType
void operator=(const Self &)
InteriorExteriorSpatialFunction< VImageDimension, TInput > Superclass
SmartPointer< const Self > ConstPointer
OutputType Evaluate(const InputType &position) const override
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.