19 #ifndef itkFastMarchingNumberOfElementsStoppingCriterion_h
20 #define itkFastMarchingNumberOfElementsStoppingCriterion_h
40 template<
typename TInput,
typename TOutput >
42 public FastMarchingStoppingCriterionBase< TInput, TOutput >
48 using Superclass = FastMarchingStoppingCriterionBase< TInput, TOutput >;
57 FastMarchingStoppingCriterionBase );
60 using NodeType =
typename Superclass::NodeType;
74 return "Current Number of Elements >= Target Number of Elements";
100 #endif // itkFastMarchingNumberOfElementsStoppingCriterion_h
bool IsSatisfied() const override
Define numeric traits for std::vector.
FastMarchingStoppingCriterionBase< TInput, TOutput > Superclass
IdentifierType m_CurrentNumberOfElements
typename Superclass::NodeType NodeType
SizeValueType IdentifierType
FastMarchingNumberOfElementsStoppingCriterion()
std::string GetDescription() const override
void SetCurrentNode(const NodeType &) override
IdentifierType m_TargetNumberOfElements
Stopping Criterion is verified when Current Number of Elements is equal to or greater than the provid...
typename Superclass::OutputPixelType OutputPixelType
~FastMarchingNumberOfElementsStoppingCriterion() override=default