18 #ifndef itkMahalanobisDistanceThresholdImageFunction_h
19 #define itkMahalanobisDistanceThresholdImageFunction_h
49 template <
typename TInputImage,
typename TCoordRep =
float>
74 static constexpr
unsigned int ImageDimension = Superclass::ImageDimension;
100 Evaluate(
const PointType & point)
const override;
122 EvaluateAtIndex(
const IndexType & index)
const override;
129 EvaluateDistance(
const PointType & point)
const;
136 EvaluateDistanceAtIndex(
const IndexType & index)
const;
139 itkGetConstReferenceMacro(Threshold,
double);
140 itkSetMacro(Threshold,
double);
165 PrintSelf(std::ostream & os,
Indent indent)
const override;
184 #ifndef ITK_MANUAL_INSTANTIATION
185 # include "itkMahalanobisDistanceThresholdImageFunction.hxx"