19#ifndef itkFastMarchingStoppingCriterionBase_h
20#define itkFastMarchingStoppingCriterionBase_h
35template <
typename TInput,
typename TOutput>
SmartPointer< const Self > ConstPointer
void SetCurrentNodePair(const NodePairType &iNodePair)
virtual void SetCurrentValue(const OutputPixelType &iValue)
OutputPixelType m_CurrentValue
typename Traits::OutputDomainPointer OutputDomainPointer
OutputPixelType m_PreviousValue
StoppingCriterionBase Superclass
typename Traits::OutputDomainType OutputDomainType
typename Traits::NodePairType NodePairType
FastMarchingTraits< TInput, TOutput > Traits
virtual void SetCurrentNode(const NodeType &iNode)=0
SmartPointer< Self > Pointer
FastMarchingStoppingCriterionBase()
OutputDomainPointer m_Domain
typename Traits::OutputPixelType OutputPixelType
~FastMarchingStoppingCriterionBase() override=default
FastMarchingStoppingCriterionBase Self
typename Traits::NodeType NodeType
Base class traits to be used by the FastMarchingBase.
Implements transparent reference counting.
StoppingCriterionBase()
Constructor.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....