#include <itkFastMarchingThresholdStoppingCriterion.h>
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.
◆ ConstPointer
template<typename TInput , typename TOutput >
◆ NodeType
template<typename TInput , typename TOutput >
◆ OutputPixelType
template<typename TInput , typename TOutput >
◆ Pointer
template<typename TInput , typename TOutput >
◆ Self
template<typename TInput , typename TOutput >
◆ Superclass
template<typename TInput , typename TOutput >
◆ FastMarchingThresholdStoppingCriterion()
template<typename TInput , typename TOutput >
◆ ~FastMarchingThresholdStoppingCriterion()
template<typename TInput , typename TOutput >
Get/set the threshold used by the stopping criteria.
◆ CreateAnother()
template<typename TInput , typename TOutput >
◆ GetDescription()
template<typename TInput , typename TOutput >
◆ GetNameOfClass()
template<typename TInput , typename TOutput >
Run-time type information (and related methods).
◆ GetThreshold()
template<typename TInput , typename TOutput >
Get/set the threshold used by the stopping criteria.
◆ IsSatisfied()
template<typename TInput , typename TOutput >
◆ New()
template<typename TInput , typename TOutput >
Method for creation through the object factory.
◆ Reset()
template<typename TInput , typename TOutput >
◆ SetCurrentNode()
template<typename TInput , typename TOutput >
◆ SetThreshold()
template<typename TInput , typename TOutput >
Get/set the threshold used by the stopping criteria.
◆ m_Threshold
template<typename TInput , typename TOutput >
The documentation for this class was generated from the following file: