19 #ifndef itkFastMarchingThresholdStoppingCriterion_h
20 #define itkFastMarchingThresholdStoppingCriterion_h
34 template <
typename TInput,
typename TOutput>
41 using Superclass = FastMarchingStoppingCriterionBase<TInput, TOutput>;
52 using NodeType =
typename Superclass::NodeType;
68 return "Current Value >= Threshold";
91 #endif // itkFastMarchingThresholdStoppingCriterion_h