ITK
6.0.0
Insight Toolkit
|
#include <itkFastMarchingThresholdStoppingCriterion.h>
Stopping Criterion is verified when Current Value is equal to or greater than the provided threshold.
Definition at line 35 of file itkFastMarchingThresholdStoppingCriterion.h.
Public Types | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = FastMarchingThresholdStoppingCriterion |
using | Superclass = FastMarchingStoppingCriterionBase< TInput, TOutput > |
Public Member Functions | |
std::string | GetDescription () const override |
const char * | GetNameOfClass () const override |
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 {} |
using itk::FastMarchingThresholdStoppingCriterion< TInput, TOutput >::ConstPointer = SmartPointer<const Self> |
Definition at line 44 of file itkFastMarchingThresholdStoppingCriterion.h.
using itk::FastMarchingThresholdStoppingCriterion< TInput, TOutput >::Pointer = SmartPointer<Self> |
Definition at line 43 of file itkFastMarchingThresholdStoppingCriterion.h.
using itk::FastMarchingThresholdStoppingCriterion< TInput, TOutput >::Self = FastMarchingThresholdStoppingCriterion |
Definition at line 41 of file itkFastMarchingThresholdStoppingCriterion.h.
using itk::FastMarchingThresholdStoppingCriterion< TInput, TOutput >::Superclass = FastMarchingStoppingCriterionBase<TInput, TOutput> |
Definition at line 42 of file itkFastMarchingThresholdStoppingCriterion.h.
|
inlineprotected |
Definition at line 73 of file itkFastMarchingThresholdStoppingCriterion.h.
|
overrideprotecteddefault |
|
inlineoverride |
Definition at line 67 of file itkFastMarchingThresholdStoppingCriterion.h.
|
override |
|
virtual |
Get/set the threshold used by the stopping criteria.
|
inlineoverride |
Definition at line 61 of file itkFastMarchingThresholdStoppingCriterion.h.
|
static |
Method for creation through the object factory.
|
inlineoverrideprotected |
Definition at line 87 of file itkFastMarchingThresholdStoppingCriterion.h.
|
inlineoverrideprotected |
Definition at line 83 of file itkFastMarchingThresholdStoppingCriterion.h.
|
virtual |
Get/set the threshold used by the stopping criteria.
|
protected |
Definition at line 80 of file itkFastMarchingThresholdStoppingCriterion.h.