ITK
5.2.0
Insight Toolkit
|
#include <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 |
virtual const char * | GetNameOfClass () const |
Static Public Member Functions | |
static Pointer | New () |
IdentifierType | m_CurrentNumberOfElements |
IdentifierType | m_TargetNumberOfElements |
virtual void | SetTargetNumberOfElements (IdentifierType _arg) |
virtual IdentifierType | GetTargetNumberOfElements () |
bool | IsSatisfied () const override |
std::string | GetDescription () const override |
FastMarchingNumberOfElementsStoppingCriterion () | |
~FastMarchingNumberOfElementsStoppingCriterion () override=default | |
void | SetCurrentNode (const NodeType &) override |
void | Reset () override |
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.
using itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >::ConstPointer = SmartPointer<const Self> |
Definition at line 49 of file itkFastMarchingNumberOfElementsStoppingCriterion.h.
using itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >::NodeType = typename Superclass::NodeType |
Definition at line 58 of file itkFastMarchingNumberOfElementsStoppingCriterion.h.
using itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >::OutputPixelType = typename Superclass::OutputPixelType |
Definition at line 57 of file itkFastMarchingNumberOfElementsStoppingCriterion.h.
using itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >::Pointer = SmartPointer<Self> |
Definition at line 48 of file itkFastMarchingNumberOfElementsStoppingCriterion.h.
using itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >::Self = FastMarchingNumberOfElementsStoppingCriterion |
Definition at line 46 of file itkFastMarchingNumberOfElementsStoppingCriterion.h.
using itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >::Superclass = FastMarchingStoppingCriterionBase<TInput, TOutput> |
Definition at line 47 of file itkFastMarchingNumberOfElementsStoppingCriterion.h.
|
inlineprotected |
Get/set the threshold used by the stopping criteria.
Definition at line 78 of file itkFastMarchingNumberOfElementsStoppingCriterion.h.
|
overrideprotecteddefault |
Get/set the threshold used by the stopping criteria.
virtual::itk::LightObject::Pointer itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >::CreateAnother | ( | ) | const |
|
inlineoverride |
Get/set the threshold used by the stopping criteria.
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 |
Get/set the threshold used by the stopping criteria.
Definition at line 66 of file itkFastMarchingNumberOfElementsStoppingCriterion.h.
References itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >::m_CurrentNumberOfElements, and itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >::m_TargetNumberOfElements.
|
static |
Method for creation through the object factory.
|
inlineoverrideprotected |
Get/set the threshold used by the stopping criteria.
Definition at line 96 of file itkFastMarchingNumberOfElementsStoppingCriterion.h.
References itk::NumericTraits< T >::ZeroValue().
|
inlineoverrideprotected |
Get/set the threshold used by the stopping criteria.
Definition at line 90 of file itkFastMarchingNumberOfElementsStoppingCriterion.h.
References itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >::m_CurrentNumberOfElements.
|
virtual |
Get/set the threshold used by the stopping criteria.
|
protected |
Get/set the threshold used by the stopping criteria.
Definition at line 86 of file itkFastMarchingNumberOfElementsStoppingCriterion.h.
Referenced by itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >::IsSatisfied(), and itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >::SetCurrentNode().
|
protected |
Get/set the threshold used by the stopping criteria.
Definition at line 87 of file itkFastMarchingNumberOfElementsStoppingCriterion.h.
Referenced by itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >::IsSatisfied().