18 #ifndef itkSphereSignedDistanceFunction_h
19 #define itkSphereSignedDistanceFunction_h
44 template <
typename TCoordRep,
unsigned int VSpaceDimension>
63 using typename Superclass::OutputType;
66 using typename Superclass::InputType;
69 static constexpr
unsigned int SpaceDimension = Superclass::SpaceDimension;
72 using typename Superclass::CoordRepType;
78 using typename Superclass::ParametersType;
93 return SpaceDimension;
105 PrintSelf(std::ostream & os,
Indent indent)
const override;
115 #ifndef ITK_MANUAL_INSTANTIATION
116 # include "itkSphereSignedDistanceFunction.hxx"