18 #ifndef itkInteriorExteriorSpatialFunction_h
19 #define itkInteriorExteriorSpatialFunction_h
48 template <
unsigned int VDimension = 3,
typename TInput = Po
int<
double, VDimension>>
64 using typename Superclass::InputType;
67 using typename Superclass::OutputType;
74 Evaluate(
const InputType & input)
const override = 0;
80 PrintSelf(std::ostream & os,
Indent indent)
const override;
84 #ifndef ITK_MANUAL_INSTANTIATION
85 # include "itkInteriorExteriorSpatialFunction.hxx"