ITK  5.4.0
Insight Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | List of all members
itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > > Class Template Reference

#include <itkLevelSetEvolution.h>

Detailed Description

template<typename TEquationContainer, unsigned int VDimension>
class itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >

Definition at line 302 of file itkLevelSetEvolution.h.

+ Inheritance diagram for itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >:
+ Collaboration diagram for itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >:

Public Types

using ConstPointer = SmartPointer< const Self >
 
using InputImageConstIteratorType = ImageRegionConstIteratorWithIndex< InputImageType >
 
using LevelSetLabelMapPointer = typename LevelSetType::LabelMapPointer
 
using LevelSetLabelMapType = typename LevelSetType::LabelMapType
 
using LevelSetLayerType = typename LevelSetType::LayerType
 
using LevelSetType = ShiSparseLevelSetImage< VDimension >
 
using Pointer = SmartPointer< Self >
 
using Self = LevelSetEvolution
 
using Superclass = LevelSetEvolutionBase< TEquationContainer, LevelSetType >
 
using UpdateLevelSetFilterPointer = typename UpdateLevelSetFilterType::Pointer
 
using UpdateLevelSetFilterType = UpdateShiSparseLevelSet< ImageDimension, EquationContainerType >
 
- Public Types inherited from itk::LevelSetEvolutionBase< TEquationContainer, ShiSparseLevelSetImage< VDimension > >
using CacheImageType = typename LevelSetContainerType::CacheImageType
 
using ConstPointer = SmartPointer< const Self >
 
using DomainMapImageFilterType = typename LevelSetContainerType::DomainMapImageFilterType
 
using EquationContainerPointer = typename EquationContainerType::Pointer
 
using EquationContainerType = TEquationContainer
 
using IdListConstIterator = typename LevelSetContainerType::IdListConstIterator
 
using IdListImageType = typename LevelSetContainerType::IdListImageType
 
using IdListIterator = typename LevelSetContainerType::IdListIterator
 
using IdListType = typename LevelSetContainerType::IdListType
 
using InputImageConstPointer = typename InputImageType::ConstPointer
 
using InputImagePixelType = typename InputImageType::PixelType
 
using InputImageRegionType = typename InputImageType::RegionType
 
using InputImageType = typename TermContainerType::InputImageType
 
using InputPixelRealType = typename NumericTraits< InputImagePixelType >::RealType
 
using LevelSetContainerType = typename TermContainerType::LevelSetContainerType
 
using LevelSetDataType = typename LevelSetType::LevelSetDataType
 
using LevelSetIdentifierType = typename LevelSetContainerType::LevelSetIdentifierType
 
using LevelSetInputType = typename LevelSetType::InputType
 
using LevelSetOutputRealType = typename LevelSetType::OutputRealType
 
using LevelSetOutputType = typename LevelSetType::OutputType
 
using LevelSetType = ShiSparseLevelSetImage< VDimension >
 
using Pointer = SmartPointer< Self >
 
using Self = LevelSetEvolutionBase
 
using StoppingCriterionPointer = typename StoppingCriterionType::Pointer
 
using StoppingCriterionType = LevelSetEvolutionStoppingCriterion< LevelSetContainerType >
 
using Superclass = Object
 
using TermContainerPointer = typename TermContainerType::Pointer
 
using TermContainerType = typename EquationContainerType::TermContainerType
 
using TermPointer = typename TermType::Pointer
 
using TermType = typename TermContainerType::TermType
 
- 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

const char * GetNameOfClass () const override
 
 LevelSetEvolution ()=default
 
 ~LevelSetEvolution () override=default
 
- Public Member Functions inherited from itk::LevelSetEvolutionBase< TEquationContainer, ShiSparseLevelSetImage< VDimension > >
virtual LevelSetContainerTypeGetModifiableLevelSetContainer ()
 
const char * GetNameOfClass () const override
 
virtual IdentifierType GetNumberOfIterations () const
 
virtual void SetLevelSetContainer (LevelSetContainerType *_arg)
 
void SetTimeStep (const LevelSetOutputRealType &iDt)
 
void Update ()
 
virtual void SetAlpha (LevelSetOutputRealType _arg)
 
virtual LevelSetOutputRealType GetAlpha ()
 
virtual void SetEquationContainer (EquationContainerType *_arg)
 
virtual EquationContainerTypeGetModifiableEquationContainer ()
 
virtual void SetStoppingCriterion (StoppingCriterionType *_arg)
 
virtual StoppingCriterionTypeGetModifiableStoppingCriterion ()
 
- Public Member Functions inherited from itk::Object
unsigned long AddObserver (const EventObject &event, Command *)
 
unsigned long AddObserver (const EventObject &event, Command *) 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)
 
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 ()
 

Static Public Attributes

static constexpr unsigned int ImageDimension = Superclass::ImageDimension
 
- Static Public Attributes inherited from itk::LevelSetEvolutionBase< TEquationContainer, ShiSparseLevelSetImage< VDimension > >
static constexpr unsigned int ImageDimension
 

Protected Member Functions

void UpdateEquations () override
 
void UpdateLevelSets () override
 
- Protected Member Functions inherited from itk::LevelSetEvolutionBase< TEquationContainer, ShiSparseLevelSetImage< VDimension > >
virtual void AllocateUpdateBuffer ()
 
void CheckSetUp ()
 
virtual void ComputeIteration ()
 
virtual void ComputeTimeStepForNextIteration ()
 
void Evolve ()
 
void InitializeIteration ()
 
 LevelSetEvolutionBase ()
 
 ~LevelSetEvolutionBase () override=default
 
- 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::LevelSetEvolutionBase< TEquationContainer, ShiSparseLevelSetImage< VDimension > >
LevelSetOutputRealType m_Alpha
 
LevelSetOutputRealType m_Dt
 
EquationContainerPointer m_EquationContainer
 
LevelSetContainerType::Pointer m_LevelSetContainer
 
LevelSetContainerType::Iterator m_LevelSetContainerIteratorToProcessWhenThreading
 
LevelSetContainerType::Iterator m_LevelSetUpdateContainerIteratorToProcessWhenThreading
 
IdentifierType m_NumberOfIterations
 
LevelSetOutputRealType m_RMSChangeAccumulator
 
StoppingCriterionPointer m_StoppingCriterion
 
bool m_UserGloballyDefinedTimeStep
 
- Protected Attributes inherited from itk::LightObject
std::atomic< int > m_ReferenceCount {}
 

Member Typedef Documentation

◆ ConstPointer

template<typename TEquationContainer , unsigned int VDimension>
using itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >::ConstPointer = SmartPointer<const Self>

Definition at line 312 of file itkLevelSetEvolution.h.

◆ InputImageConstIteratorType

template<typename TEquationContainer , unsigned int VDimension>
using itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >::InputImageConstIteratorType = ImageRegionConstIteratorWithIndex<InputImageType>

Definition at line 360 of file itkLevelSetEvolution.h.

◆ LevelSetLabelMapPointer

template<typename TEquationContainer , unsigned int VDimension>
using itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >::LevelSetLabelMapPointer = typename LevelSetType::LabelMapPointer

Definition at line 348 of file itkLevelSetEvolution.h.

◆ LevelSetLabelMapType

template<typename TEquationContainer , unsigned int VDimension>
using itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >::LevelSetLabelMapType = typename LevelSetType::LabelMapType

Definition at line 347 of file itkLevelSetEvolution.h.

◆ LevelSetLayerType

template<typename TEquationContainer , unsigned int VDimension>
using itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >::LevelSetLayerType = typename LevelSetType::LayerType

Definition at line 345 of file itkLevelSetEvolution.h.

◆ LevelSetType

template<typename TEquationContainer , unsigned int VDimension>
using itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >::LevelSetType = ShiSparseLevelSetImage<VDimension>

Definition at line 308 of file itkLevelSetEvolution.h.

◆ Pointer

template<typename TEquationContainer , unsigned int VDimension>
using itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >::Pointer = SmartPointer<Self>

Definition at line 311 of file itkLevelSetEvolution.h.

◆ Self

template<typename TEquationContainer , unsigned int VDimension>
using itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >::Self = LevelSetEvolution

Definition at line 310 of file itkLevelSetEvolution.h.

◆ Superclass

template<typename TEquationContainer , unsigned int VDimension>
using itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >::Superclass = LevelSetEvolutionBase<TEquationContainer, LevelSetType>

Definition at line 313 of file itkLevelSetEvolution.h.

◆ UpdateLevelSetFilterPointer

template<typename TEquationContainer , unsigned int VDimension>
using itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >::UpdateLevelSetFilterPointer = typename UpdateLevelSetFilterType::Pointer

Definition at line 363 of file itkLevelSetEvolution.h.

◆ UpdateLevelSetFilterType

template<typename TEquationContainer , unsigned int VDimension>
using itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >::UpdateLevelSetFilterType = UpdateShiSparseLevelSet<ImageDimension, EquationContainerType>

Definition at line 362 of file itkLevelSetEvolution.h.

Constructor & Destructor Documentation

◆ LevelSetEvolution()

template<typename TEquationContainer , unsigned int VDimension>
itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >::LevelSetEvolution ( )
default

◆ ~LevelSetEvolution()

template<typename TEquationContainer , unsigned int VDimension>
itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >::~LevelSetEvolution ( )
overridedefault

Member Function Documentation

◆ GetNameOfClass()

template<typename TEquationContainer , unsigned int VDimension>
const char* itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >::GetNameOfClass ( ) const
overridevirtual
See also
LightObject::GetNameOfClass()

Reimplemented from itk::Object.

◆ New()

template<typename TEquationContainer , unsigned int VDimension>
static Pointer itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >::New ( )
static

Method for creation through object factory

◆ UpdateEquations()

template<typename TEquationContainer , unsigned int VDimension>
void itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >::UpdateEquations ( )
overrideprotectedvirtual

Update the equations at the end of 1 iteration

Implements itk::LevelSetEvolutionBase< TEquationContainer, ShiSparseLevelSetImage< VDimension > >.

◆ UpdateLevelSets()

template<typename TEquationContainer , unsigned int VDimension>
void itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >::UpdateLevelSets ( )
overrideprotectedvirtual

Update the levelset by 1 iteration from the computed updates

Implements itk::LevelSetEvolutionBase< TEquationContainer, ShiSparseLevelSetImage< VDimension > >.

Member Data Documentation

◆ ImageDimension

template<typename TEquationContainer , unsigned int VDimension>
constexpr unsigned int itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >::ImageDimension = Superclass::ImageDimension
staticconstexpr

Definition at line 335 of file itkLevelSetEvolution.h.


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