19#ifndef itkFastMarchingThresholdStoppingCriterion_h
20#define itkFastMarchingThresholdStoppingCriterion_h
34template <
typename TInput,
typename TOutput>
69 return "Current Value >= Threshold";
OutputPixelType m_CurrentValue
FastMarchingStoppingCriterionBase()
typename Traits::OutputPixelType OutputPixelType
typename Traits::NodeType NodeType
SmartPointer< const Self > ConstPointer
~FastMarchingThresholdStoppingCriterion() override=default
std::string GetDescription() const override
bool IsSatisfied() const override
OutputPixelType m_Threshold
void SetCurrentNode(const NodeType &) override
typename Traits::OutputPixelType OutputPixelType
SmartPointer< Self > Pointer
FastMarchingThresholdStoppingCriterion Self
typename Traits::NodeType NodeType
FastMarchingThresholdStoppingCriterion()
FastMarchingStoppingCriterionBase< TInput, TOutput > Superclass
Implements transparent reference counting.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....