ITK 6.0.0
Insight Toolkit
 
Loading...
Searching...
No Matches
itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer > Class Template Reference

#include <itkLevelSetEvolutionNumberOfIterationsStoppingCriterion.h>

Detailed Description

template<typename TLevelSetContainer>
class itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >

Definition at line 32 of file itkLevelSetEvolutionNumberOfIterationsStoppingCriterion.h.

+ Inheritance diagram for itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >:
+ Collaboration diagram for itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >:

Public Types

using ConstPointer = SmartPointer<const Self>
 
using GradientType = typename LevelSetContainerType::GradientType
 
using HeavisidePointer = typename LevelSetContainerType::HeavisideType
 
using HeavisideType = typename LevelSetContainerType::HeavisideType
 
using HessianType = typename LevelSetContainerType::HessianType
 
using InputIndexType = typename LevelSetContainerType::InputIndexType
 
using LevelSetContainerPointer = typename LevelSetContainerType::Pointer
 
using LevelSetContainerType = TLevelSetContainer
 
using LevelSetIdentifierType = typename LevelSetContainerType::LevelSetIdentifierType
 
using LevelSetPointer = typename LevelSetContainerType::LevelSetPointer
 
using LevelSetType = typename LevelSetContainerType::LevelSetType
 
using OutputRealType = typename LevelSetContainerType::OutputRealType
 
using OutputType = typename LevelSetContainerType::OutputType
 
using Pointer = SmartPointer<Self>
 
using Self = LevelSetEvolutionNumberOfIterationsStoppingCriterion
 
using Superclass = LevelSetEvolutionStoppingCriterion<TLevelSetContainer>
 
- Public Types inherited from itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >
using ConstPointer = SmartPointer<const Self>
 
using GradientType = typename LevelSetContainerType::GradientType
 
using HeavisidePointer = typename LevelSetContainerType::HeavisideType
 
using HeavisideType = typename LevelSetContainerType::HeavisideType
 
using HessianType = typename LevelSetContainerType::HessianType
 
using InputIndexType = typename LevelSetContainerType::InputIndexType
 
using IterationIdType = IdentifierType
 
using LevelSetContainerPointer = typename LevelSetContainerType::Pointer
 
using LevelSetContainerType = TLevelSetContainer
 
using LevelSetIdentifierType = typename LevelSetContainerType::LevelSetIdentifierType
 
using LevelSetPointer = typename LevelSetContainerType::LevelSetPointer
 
using LevelSetType = typename LevelSetContainerType::LevelSetType
 
using OutputRealType = typename LevelSetContainerType::OutputRealType
 
using OutputType = typename LevelSetContainerType::OutputType
 
using Pointer = SmartPointer<Self>
 
using Self = LevelSetEvolutionStoppingCriterion
 
using Superclass = StoppingCriterionBase
 
- Public Types inherited from itk::StoppingCriterionBase
using ConstPointer = SmartPointer<const Self>
 
using Pointer = SmartPointer<Self>
 
using Self = StoppingCriterionBase
 
using Superclass = Object
 
- Public Types inherited from itk::Object
using ConstPointer = SmartPointer<const Self>
 
using Pointer = SmartPointer<Self>
 
using Self = Object
 
using Superclass = LightObject
 
- Public Types inherited from itk::LightObject
using ConstPointer = SmartPointer<const Self>
 
using Pointer = SmartPointer<Self>
 
using Self = LightObject
 

Public Member Functions

virtual::itk::LightObject::Pointer CreateAnother () const
 
std::string GetDescription () const override
 
const char * GetNameOfClass () const override
 
bool IsSatisfied () const override
 
- Public Member Functions inherited from itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >
virtual IterationIdType GetCurrentIteration ()
 
virtual const LevelSetContainerTypeGetLevelSetContainer () const
 
virtual LevelSetContainerTypeGetModifiableLevelSetContainer ()
 
const char * GetNameOfClass () const override
 
virtual IterationIdType GetNumberOfIterations ()
 
virtual OutputRealType GetRMSChangeAccumulator ()
 
virtual void SetCurrentIteration (IterationIdType _arg)
 
virtual void SetLevelSetContainer (LevelSetContainerType *_arg)
 
virtual void SetNumberOfIterations (IterationIdType _arg)
 
virtual void SetRMSChangeAccumulator (OutputRealType _arg)
 
- Public Member Functions inherited from itk::StoppingCriterionBase
const char * GetNameOfClass () const override
 
- Public Member Functions inherited from itk::Object
unsigned long AddObserver (const EventObject &event, Command *cmd) const
 
unsigned long AddObserver (const EventObject &event, std::function< void(const EventObject &)> function) const
 
LightObject::Pointer CreateAnother () const override
 
virtual void DebugOff () const
 
virtual void DebugOn () const
 
CommandGetCommand (unsigned long tag)
 
bool GetDebug () const
 
MetaDataDictionaryGetMetaDataDictionary ()
 
const MetaDataDictionaryGetMetaDataDictionary () const
 
virtual ModifiedTimeType GetMTime () const
 
virtual const TimeStampGetTimeStamp () const
 
bool HasObserver (const EventObject &event) const
 
void InvokeEvent (const EventObject &)
 
void InvokeEvent (const EventObject &) const
 
virtual void Modified () const
 
void Register () const override
 
void RemoveAllObservers ()
 
void RemoveObserver (unsigned long tag) const
 
void SetDebug (bool debugFlag) const
 
void SetReferenceCount (int) override
 
void UnRegister () const noexcept override
 
void SetMetaDataDictionary (const MetaDataDictionary &rhs)
 
void SetMetaDataDictionary (MetaDataDictionary &&rrhs)
 
virtual void SetObjectName (std::string _arg)
 
virtual const std::string & GetObjectName () const
 
- Public Member Functions inherited from itk::LightObject
Pointer Clone () const
 
virtual void Delete ()
 
virtual int GetReferenceCount () const
 
void Print (std::ostream &os, Indent indent=0) const
 

Static Public Member Functions

static Pointer New ()
 
- Static Public Member Functions inherited from itk::Object
static bool GetGlobalWarningDisplay ()
 
static void GlobalWarningDisplayOff ()
 
static void GlobalWarningDisplayOn ()
 
static Pointer New ()
 
static void SetGlobalWarningDisplay (bool val)
 
- Static Public Member Functions inherited from itk::LightObject
static void BreakOnError ()
 
static Pointer New ()
 

Protected Member Functions

 LevelSetEvolutionNumberOfIterationsStoppingCriterion ()=default
 
 ~LevelSetEvolutionNumberOfIterationsStoppingCriterion () override=default
 
- Protected Member Functions inherited from itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >
 LevelSetEvolutionStoppingCriterion ()
 
 ~LevelSetEvolutionStoppingCriterion () override=default
 
- Protected Member Functions inherited from itk::StoppingCriterionBase
 StoppingCriterionBase ()
 
 ~StoppingCriterionBase () override
 
- Protected Member Functions inherited from itk::Object
 Object ()
 
bool PrintObservers (std::ostream &os, Indent indent) const
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
virtual void SetTimeStamp (const TimeStamp &timeStamp)
 
 ~Object () override
 
- Protected Member Functions inherited from itk::LightObject
virtual LightObject::Pointer InternalClone () const
 
 LightObject ()
 
virtual void PrintHeader (std::ostream &os, Indent indent) const
 
virtual void PrintTrailer (std::ostream &os, Indent indent) const
 
virtual ~LightObject ()
 

Additional Inherited Members

- Protected Attributes inherited from itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >
IterationIdType m_CurrentIteration {}
 
LevelSetContainerPointer m_LevelSetContainer {}
 
IterationIdType m_NumberOfIterations {}
 
OutputRealType m_RMSChangeAccumulator {}
 
- Protected Attributes inherited from itk::LightObject
std::atomic< int > m_ReferenceCount {}
 

Member Typedef Documentation

◆ ConstPointer

template<typename TLevelSetContainer>
using itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::ConstPointer = SmartPointer<const Self>

◆ GradientType

template<typename TLevelSetContainer>
using itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::GradientType = typename LevelSetContainerType::GradientType

◆ HeavisidePointer

template<typename TLevelSetContainer>
using itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::HeavisidePointer = typename LevelSetContainerType::HeavisideType

◆ HeavisideType

template<typename TLevelSetContainer>
using itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::HeavisideType = typename LevelSetContainerType::HeavisideType

◆ HessianType

template<typename TLevelSetContainer>
using itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::HessianType = typename LevelSetContainerType::HessianType

◆ InputIndexType

template<typename TLevelSetContainer>
using itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::InputIndexType = typename LevelSetContainerType::InputIndexType

◆ LevelSetContainerPointer

template<typename TLevelSetContainer>
using itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::LevelSetContainerPointer = typename LevelSetContainerType::Pointer

◆ LevelSetContainerType

template<typename TLevelSetContainer>
using itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::LevelSetContainerType = TLevelSetContainer

◆ LevelSetIdentifierType

template<typename TLevelSetContainer>
using itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::LevelSetIdentifierType = typename LevelSetContainerType::LevelSetIdentifierType

◆ LevelSetPointer

template<typename TLevelSetContainer>
using itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::LevelSetPointer = typename LevelSetContainerType::LevelSetPointer

◆ LevelSetType

template<typename TLevelSetContainer>
using itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::LevelSetType = typename LevelSetContainerType::LevelSetType

◆ OutputRealType

template<typename TLevelSetContainer>
using itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::OutputRealType = typename LevelSetContainerType::OutputRealType

◆ OutputType

template<typename TLevelSetContainer>
using itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::OutputType = typename LevelSetContainerType::OutputType

◆ Pointer

template<typename TLevelSetContainer>
using itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::Pointer = SmartPointer<Self>

◆ Self

◆ Superclass

template<typename TLevelSetContainer>
using itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::Superclass = LevelSetEvolutionStoppingCriterion<TLevelSetContainer>

Constructor & Destructor Documentation

◆ LevelSetEvolutionNumberOfIterationsStoppingCriterion()

template<typename TLevelSetContainer>
itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::LevelSetEvolutionNumberOfIterationsStoppingCriterion ( )
protecteddefault

Constructor

Referenced by GetNameOfClass().

◆ ~LevelSetEvolutionNumberOfIterationsStoppingCriterion()

template<typename TLevelSetContainer>
itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::~LevelSetEvolutionNumberOfIterationsStoppingCriterion ( )
overrideprotecteddefault

Destructor

Member Function Documentation

◆ CreateAnother()

template<typename TLevelSetContainer>
virtual::itk::LightObject::Pointer itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::CreateAnother ( ) const
virtual

Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.

Reimplemented from itk::LightObject.

◆ GetDescription()

template<typename TLevelSetContainer>
std::string itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::GetDescription ( ) const
overridevirtual
Returns
true if the stopping criterion is reached (and the algorithm must stop).
false else.

Implements itk::StoppingCriterionBase.

◆ GetNameOfClass()

template<typename TLevelSetContainer>
const char * itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::GetNameOfClass ( ) const
overridevirtual

◆ IsSatisfied()

template<typename TLevelSetContainer>
bool itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::IsSatisfied ( ) const
overridevirtual
Returns
true if the stopping criterion is reached (and the algorithm must stop).
false else.

Implements itk::StoppingCriterionBase.

◆ New()

template<typename TLevelSetContainer>
static Pointer itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::New ( )
static

Method for creation through object factory


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