ITK
5.0.0
Insight Segmentation and Registration 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 | 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 |
using itk::FastMarchingThresholdStoppingCriterion< TInput, TOutput >::ConstPointer = SmartPointer< const Self > |
Definition at line 44 of file itkFastMarchingThresholdStoppingCriterion.h.
using itk::FastMarchingThresholdStoppingCriterion< TInput, TOutput >::NodeType = typename Superclass::NodeType |
Definition at line 54 of file itkFastMarchingThresholdStoppingCriterion.h.
using itk::FastMarchingThresholdStoppingCriterion< TInput, TOutput >::OutputPixelType = typename Superclass::OutputPixelType |
Definition at line 53 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 72 of file itkFastMarchingThresholdStoppingCriterion.h.
|
overrideprotecteddefault |
virtual::itk::LightObject::Pointer itk::FastMarchingThresholdStoppingCriterion< TInput, TOutput >::CreateAnother | ( | ) | const |
|
inlineoverride |
Definition at line 66 of file itkFastMarchingThresholdStoppingCriterion.h.
|
virtual |
Run-time type information (and related methods).
|
virtual |
Get/set the threshold used by the stopping criteria.
|
inlineoverride |
Definition at line 61 of file itkFastMarchingThresholdStoppingCriterion.h.
References itk::FastMarchingThresholdStoppingCriterion< TInput, TOutput >::m_Threshold.
|
static |
Method for creation through the object factory.
|
inlineoverrideprotected |
Definition at line 82 of file itkFastMarchingThresholdStoppingCriterion.h.
|
inlineoverrideprotected |
Definition at line 80 of file itkFastMarchingThresholdStoppingCriterion.h.
|
virtual |
Get/set the threshold used by the stopping criteria.
|
protected |
Definition at line 78 of file itkFastMarchingThresholdStoppingCriterion.h.
Referenced by itk::FastMarchingThresholdStoppingCriterion< TInput, TOutput >::IsSatisfied().