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.
void SetCurrentNode(const NodeType &)
SmartPointer< const Self > ConstPointer
Traits::NodeType NodeType
SmartPointer< Self > Pointer
SizeValueType IdentifierType
IdentifierType m_CurrentNumberOfElements
FastMarchingNumberOfElementsStoppingCriterion()
std::string GetDescription() const
Traits::OutputPixelType OutputPixelType
~FastMarchingNumberOfElementsStoppingCriterion()
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