18 #ifndef itkSphereSignedDistanceFunction_h
19 #define itkSphereSignedDistanceFunction_h
44 template <
typename TCoordinate,
unsigned int VSpaceDimension>
64 using typename Superclass::OutputType;
67 using typename Superclass::InputType;
70 static constexpr
unsigned int SpaceDimension = Superclass::SpaceDimension;
73 using typename Superclass::CoordinateType;
79 using typename Superclass::ParametersType;
94 return SpaceDimension;
106 PrintSelf(std::ostream & os,
Indent indent)
const override;
116 #ifndef ITK_MANUAL_INSTANTIATION
117 # include "itkSphereSignedDistanceFunction.hxx"