![]() |
ITK
5.4.0
Insight Toolkit
|
#include <itkFastMarchingNumberOfElementsStoppingCriterion.h>
Stopping Criterion is verified when Current Number of Elements is equal to or greater than the provided Target Number Of Elements.
Definition at line 41 of file itkFastMarchingNumberOfElementsStoppingCriterion.h.
Inheritance diagram for itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >:
Collaboration diagram for itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >:Public Types | |
| using | ConstPointer = SmartPointer< const Self > |
| using | Pointer = SmartPointer< Self > |
| using | Self = FastMarchingNumberOfElementsStoppingCriterion |
| using | Superclass = FastMarchingStoppingCriterionBase< TInput, TOutput > |
Public Member Functions | |
| std::string | GetDescription () const override |
| const char * | GetNameOfClass () const override |
| bool | IsSatisfied () const override |
| virtual void | SetTargetNumberOfElements (IdentifierType _arg) |
| virtual IdentifierType | GetTargetNumberOfElements () |
Static Public Member Functions | |
| static Pointer | New () |
Protected Member Functions | |
| FastMarchingNumberOfElementsStoppingCriterion () | |
| void | Reset () override |
| void | SetCurrentNode (const NodeType &) override |
| ~FastMarchingNumberOfElementsStoppingCriterion () override=default | |
Protected Attributes | |
| IdentifierType | m_CurrentNumberOfElements {} |
| IdentifierType | m_TargetNumberOfElements {} |
| using itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >::ConstPointer = SmartPointer<const Self> |
Definition at line 50 of file itkFastMarchingNumberOfElementsStoppingCriterion.h.
| using itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >::Pointer = SmartPointer<Self> |
Definition at line 49 of file itkFastMarchingNumberOfElementsStoppingCriterion.h.
| using itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >::Self = FastMarchingNumberOfElementsStoppingCriterion |
Definition at line 47 of file itkFastMarchingNumberOfElementsStoppingCriterion.h.
| using itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >::Superclass = FastMarchingStoppingCriterionBase<TInput, TOutput> |
Definition at line 48 of file itkFastMarchingNumberOfElementsStoppingCriterion.h.
|
inlineprotected |
Definition at line 79 of file itkFastMarchingNumberOfElementsStoppingCriterion.h.
|
overrideprotecteddefault |
|
inlineoverride |
Definition at line 73 of file itkFastMarchingNumberOfElementsStoppingCriterion.h.
|
override |
|
virtual |
Get/set the threshold used by the stopping criteria.
|
inlineoverride |
Definition at line 67 of file itkFastMarchingNumberOfElementsStoppingCriterion.h.
|
static |
Method for creation through the object factory.
|
inlineoverrideprotected |
Definition at line 97 of file itkFastMarchingNumberOfElementsStoppingCriterion.h.
|
inlineoverrideprotected |
Definition at line 91 of file itkFastMarchingNumberOfElementsStoppingCriterion.h.
|
virtual |
Get/set the threshold used by the stopping criteria.
|
protected |
Definition at line 87 of file itkFastMarchingNumberOfElementsStoppingCriterion.h.
|
protected |
Definition at line 88 of file itkFastMarchingNumberOfElementsStoppingCriterion.h.
1.9.3