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::FastMarchingThresholdStoppingCriterion< TInput, TOutput > Class Template Reference

#include <itkFastMarchingThresholdStoppingCriterion.h>

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

Detailed Description

template<typename TInput, typename TOutput>
class itk::FastMarchingThresholdStoppingCriterion< TInput, TOutput >

Stopping Criterion is verified when Current Value is equal to or greater than the provided threshold.

Examples:
SphinxExamples/src/Filtering/FastMarching/ComputeGeodesicDistanceOnMesh/Code.cxx, and SphinxExamples/src/Filtering/FastMarching/CreateDistanceMapFromSeeds/Code.cxx.

Definition at line 35 of file itkFastMarchingThresholdStoppingCriterion.h.

Public Types

using ConstPointer = SmartPointer< const Self >
 
using NodeType = typename Superclass::NodeType
 
using OutputPixelType = typename Superclass::OutputPixelType
 
using Pointer = SmartPointer< Self >
 
using Self = FastMarchingThresholdStoppingCriterion
 
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 SetThreshold (OutputPixelType _arg)
 
virtual OutputPixelType GetThreshold ()
 

Static Public Member Functions

static Pointer New ()
 

Protected Member Functions

 FastMarchingThresholdStoppingCriterion ()
 
void Reset () override
 
void SetCurrentNode (const NodeType &) override
 
 ~FastMarchingThresholdStoppingCriterion () override=default
 

Protected Attributes

OutputPixelType m_Threshold
 

Member Typedef Documentation

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

Definition at line 44 of file itkFastMarchingThresholdStoppingCriterion.h.

template<typename TInput , typename TOutput >
using itk::FastMarchingThresholdStoppingCriterion< TInput, TOutput >::NodeType = typename Superclass::NodeType

Definition at line 54 of file itkFastMarchingThresholdStoppingCriterion.h.

template<typename TInput , typename TOutput >
using itk::FastMarchingThresholdStoppingCriterion< TInput, TOutput >::OutputPixelType = typename Superclass::OutputPixelType

Definition at line 53 of file itkFastMarchingThresholdStoppingCriterion.h.

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

Definition at line 43 of file itkFastMarchingThresholdStoppingCriterion.h.

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

Definition at line 41 of file itkFastMarchingThresholdStoppingCriterion.h.

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

Definition at line 42 of file itkFastMarchingThresholdStoppingCriterion.h.

Constructor & Destructor Documentation

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

Definition at line 72 of file itkFastMarchingThresholdStoppingCriterion.h.

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

Member Function Documentation

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

Definition at line 66 of file itkFastMarchingThresholdStoppingCriterion.h.

template<typename TInput , typename TOutput >
virtual const char* itk::FastMarchingThresholdStoppingCriterion< TInput, TOutput >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

template<typename TInput , typename TOutput >
virtual OutputPixelType itk::FastMarchingThresholdStoppingCriterion< TInput, TOutput >::GetThreshold ( )
virtual

Get/set the threshold used by the stopping criteria.

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

Method for creation through the object factory.

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

Definition at line 82 of file itkFastMarchingThresholdStoppingCriterion.h.

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

Definition at line 80 of file itkFastMarchingThresholdStoppingCriterion.h.

template<typename TInput , typename TOutput >
virtual void itk::FastMarchingThresholdStoppingCriterion< TInput, TOutput >::SetThreshold ( OutputPixelType  _arg)
virtual

Get/set the threshold used by the stopping criteria.

Member Data Documentation

template<typename TInput , typename TOutput >
OutputPixelType itk::FastMarchingThresholdStoppingCriterion< TInput, TOutput >::m_Threshold
protected

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