19 #ifndef itkFastMarchingThresholdStoppingCriterion_h
20 #define itkFastMarchingThresholdStoppingCriterion_h
34 template<
typename TInput,
typename TOutput >
66 return "Current Value >= Threshold";
88 #endif // itkFastMarchingThresholdStoppingCriterion_h
Light weight base class for most itk classes.
SmartPointer< Self > Pointer
Traits::NodeType NodeType
std::string GetDescription() const override
Superclass::NodeType NodeType
FastMarchingStoppingCriterionBase< TInput, TOutput > Superclass
FastMarchingThresholdStoppingCriterion Self
Stopping Criterion is verified when Current Value is equal to or greater than the provided threshold...
Traits::OutputPixelType OutputPixelType
Superclass::OutputPixelType OutputPixelType
void SetCurrentNode(const NodeType &) override
OutputPixelType m_Threshold
void operator=(const Self &)
OutputPixelType m_CurrentValue
Abstract Stopping Criterion dedicated for Fast Marching Methods.
bool IsSatisfied() const override
Define additional traits for native types such as int or float.
SmartPointer< const Self > ConstPointer
~FastMarchingThresholdStoppingCriterion()
FastMarchingThresholdStoppingCriterion()