![]() |
ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <itkFastMarchingNumberOfElementsStoppingCriterion.h>
Inheritance diagram for itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >:
Collaboration diagram for itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >: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.
Public Types | |
| using | ConstPointer = SmartPointer< const Self > |
| using | NodeType = typename Superclass::NodeType |
| using | OutputPixelType = typename Superclass::OutputPixelType |
| using | Pointer = SmartPointer< Self > |
| using | Self = FastMarchingNumberOfElementsStoppingCriterion |
| using | Superclass = FastMarchingStoppingCriterionBase< TInput, TOutput > |
Public Member Functions | |
| virtual ::itk::LightObject::Pointer | CreateAnother () const |
| std::string | GetDescription () const override |
| virtual const char * | GetNameOfClass () const |
| 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 >::NodeType = typename Superclass::NodeType |
Definition at line 60 of file itkFastMarchingNumberOfElementsStoppingCriterion.h.
| using itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >::OutputPixelType = typename Superclass::OutputPixelType |
Definition at line 59 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 78 of file itkFastMarchingNumberOfElementsStoppingCriterion.h.
|
overrideprotecteddefault |
| virtual::itk::LightObject::Pointer itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >::CreateAnother | ( | ) | const |
|
inlineoverride |
Definition at line 72 of file itkFastMarchingNumberOfElementsStoppingCriterion.h.
|
virtual |
Run-time type information (and related methods).
|
virtual |
Get/set the threshold used by the stopping criteria.
|
inlineoverride |
|
static |
Method for creation through the object factory.
|
inlineoverrideprotected |
Definition at line 93 of file itkFastMarchingNumberOfElementsStoppingCriterion.h.
References itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >::m_CurrentNumberOfElements.
|
inlineoverrideprotected |
Definition at line 88 of file itkFastMarchingNumberOfElementsStoppingCriterion.h.
References itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >::m_CurrentNumberOfElements.
|
virtual |
Get/set the threshold used by the stopping criteria.
|
protected |
Definition at line 85 of file itkFastMarchingNumberOfElementsStoppingCriterion.h.
Referenced by itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >::IsSatisfied(), itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >::Reset(), and itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >::SetCurrentNode().
|
protected |
Definition at line 86 of file itkFastMarchingNumberOfElementsStoppingCriterion.h.
Referenced by itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >::IsSatisfied().
1.8.5