ITK  5.4.0
Insight Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput > Class Template Reference

#include <itkFastMarchingNumberOfElementsStoppingCriterion.h>

Detailed Description

template<typename TInput, typename TOutput>
class 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.

Note
For itk::Image, one element is one pixel. So the number of elements is directly linked to the physical size of the object, i.e. \( PhysicalSize = TargetNumberOfElements \cdot \prod_{i=1}{dim} Spacing_{i} \)
For itk::QuadEdgeMesh, one element is one vertex.

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 {}
 

Member Typedef Documentation

◆ ConstPointer

template<typename TInput , typename TOutput >
using itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >::ConstPointer = SmartPointer<const Self>

◆ Pointer

template<typename TInput , typename TOutput >
using itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >::Pointer = SmartPointer<Self>

◆ Self

template<typename TInput , typename TOutput >
using itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >::Self = FastMarchingNumberOfElementsStoppingCriterion

◆ Superclass

template<typename TInput , typename TOutput >
using itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >::Superclass = FastMarchingStoppingCriterionBase<TInput, TOutput>

Constructor & Destructor Documentation

◆ FastMarchingNumberOfElementsStoppingCriterion()

template<typename TInput , typename TOutput >
itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >::FastMarchingNumberOfElementsStoppingCriterion ( )
inlineprotected

◆ ~FastMarchingNumberOfElementsStoppingCriterion()

template<typename TInput , typename TOutput >
itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >::~FastMarchingNumberOfElementsStoppingCriterion ( )
overrideprotecteddefault

Member Function Documentation

◆ GetDescription()

template<typename TInput , typename TOutput >
std::string itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >::GetDescription ( ) const
inlineoverride

◆ GetNameOfClass()

template<typename TInput , typename TOutput >
const char* itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >::GetNameOfClass ( ) const
override

◆ GetTargetNumberOfElements()

template<typename TInput , typename TOutput >
virtual IdentifierType itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >::GetTargetNumberOfElements ( )
virtual

Get/set the threshold used by the stopping criteria.

◆ IsSatisfied()

template<typename TInput , typename TOutput >
bool itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >::IsSatisfied ( ) const
inlineoverride

◆ New()

template<typename TInput , typename TOutput >
static Pointer itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >::New ( )
static

Method for creation through the object factory.

◆ Reset()

template<typename TInput , typename TOutput >
void itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >::Reset ( )
inlineoverrideprotected

◆ SetCurrentNode()

template<typename TInput , typename TOutput >
void itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >::SetCurrentNode ( const NodeType &  )
inlineoverrideprotected

◆ SetTargetNumberOfElements()

template<typename TInput , typename TOutput >
virtual void itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >::SetTargetNumberOfElements ( IdentifierType  _arg)
virtual

Get/set the threshold used by the stopping criteria.

Member Data Documentation

◆ m_CurrentNumberOfElements

template<typename TInput , typename TOutput >
IdentifierType itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >::m_CurrentNumberOfElements {}
protected

◆ m_TargetNumberOfElements

template<typename TInput , typename TOutput >
IdentifierType itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >::m_TargetNumberOfElements {}
protected

The documentation for this class was generated from the following file: