18 #ifndef itkRegularizedHeavisideStepFunction_h
19 #define itkRegularizedHeavisideStepFunction_h
52 template<
typename TInput =
float,
typename TOutput =
double >
69 void SetEpsilon(
const RealType & ieps);
71 itkGetConstMacro( Epsilon,
RealType );
72 itkGetConstMacro( OneOverEpsilon,
RealType );
84 #ifndef ITK_MANUAL_INSTANTIATION
85 #include "itkRegularizedHeavisideStepFunction.hxx"
Define numeric traits for std::vector.
RealType m_OneOverEpsilon
Base class of the Regularized (smoothed) Heaviside functions.
Base class for all ITK function objects.
typename NumericTraits< InputType >::RealType RealType
Base class for most ITK classes.
Base class of the Heaviside function.