19 #ifndef itkFastMarchingNumberOfElementsStoppingCriterion_h
20 #define itkFastMarchingNumberOfElementsStoppingCriterion_h
40 template<
typename TInput,
typename TOutput >
72 return "Current Number of Elements >= Target Number of Elements";
102 #endif // itkFastMarchingNumberOfElementsStoppingCriterion_h
Light weight base class for most itk classes.
bool IsSatisfied() const override
SmartPointer< const Self > ConstPointer
Traits::NodeType NodeType
SmartPointer< Self > Pointer
SizeValueType IdentifierType
IdentifierType m_CurrentNumberOfElements
FastMarchingNumberOfElementsStoppingCriterion()
Traits::OutputPixelType OutputPixelType
~FastMarchingNumberOfElementsStoppingCriterion()
std::string GetDescription() const override
void SetCurrentNode(const NodeType &) override
FastMarchingNumberOfElementsStoppingCriterion Self
void operator=(const Self &)
IdentifierType m_TargetNumberOfElements
FastMarchingStoppingCriterionBase< TInput, TOutput > Superclass
Abstract Stopping Criterion dedicated for Fast Marching Methods.
Superclass::NodeType NodeType
Define additional traits for native types such as int or float.
Stopping Criterion is verified when Current Number of Elements is equal to or greater than the provid...
Superclass::OutputPixelType OutputPixelType