ITK  5.0.0
Insight Segmentation and Registration 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>

+ Inheritance diagram for itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >:
+ Collaboration diagram for itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >:

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.

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
 

Member Typedef Documentation

template<typename TInput , typename TOutput >
using itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >::ConstPointer = SmartPointer< const Self >
template<typename TInput , typename TOutput >
using itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >::NodeType = typename Superclass::NodeType
template<typename TInput , typename TOutput >
using itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >::OutputPixelType = typename Superclass::OutputPixelType
template<typename TInput , typename TOutput >
using itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >::Pointer = SmartPointer< Self >
template<typename TInput , typename TOutput >
using itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >::Self = FastMarchingNumberOfElementsStoppingCriterion
template<typename TInput , typename TOutput >
using itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >::Superclass = FastMarchingStoppingCriterionBase< TInput, TOutput >

Constructor & Destructor Documentation

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

Member Function Documentation

template<typename TInput , typename TOutput >
virtual::itk::LightObject::Pointer itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >::CreateAnother ( ) const
template<typename TInput , typename TOutput >
std::string itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >::GetDescription ( void  ) const
inlineoverride
template<typename TInput , typename TOutput >
virtual const char* itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

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

Get/set the threshold used by the stopping criteria.

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

Method for creation through the object factory.

template<typename TInput , typename TOutput >
void itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >::Reset ( )
inlineoverrideprotected
template<typename TInput , typename TOutput >
void itk::FastMarchingNumberOfElementsStoppingCriterion< TInput, TOutput >::SetCurrentNode ( const NodeType )
inlineoverrideprotected
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

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

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