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

#include <itkUpdateWhitakerSparseLevelSet.h>

Detailed Description

template<unsigned int VDimension, typename TLevelSetValueType, typename TEquationContainer>
class itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >

Base class for updating the level-set function.

Template Parameters
VDimensionDimension of the input space
TLevelSetValueTypeOutput type (float or double) of the levelset function
TEquationContainerContainer of the system of levelset equations

Definition at line 43 of file itkUpdateWhitakerSparseLevelSet.h.

+ Inheritance diagram for itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >:
+ Collaboration diagram for itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >:

Public Types

using ConstPointer = SmartPointer< const Self >
 
using EquationContainerPointer = typename EquationContainerType::Pointer
 
using EquationContainerType = TEquationContainer
 
using LabelImagePointer = typename LabelImageType::Pointer
 
using LabelImageToLabelMapFilterType = LabelImageToLabelMapFilter< LabelImageType, LevelSetLabelMapType >
 
using LabelImageType = Image< LevelSetLayerIdType, ImageDimension >
 
using LabelMapToLabelImageFilterType = LabelMapToLabelImageFilter< LevelSetLabelMapType, LabelImageType >
 
using LevelSetInputType = typename LevelSetType::InputType
 
using LevelSetLabelMapPointer = typename LevelSetType::LabelMapPointer
 
using LevelSetLabelMapType = typename LevelSetType::LabelMapType
 
using LevelSetLabelObjectLengthType = typename LevelSetType::LabelObjectLengthType
 
using LevelSetLabelObjectLineType = typename LevelSetType::LabelObjectLineType
 
using LevelSetLabelObjectPointer = typename LevelSetType::LabelObjectPointer
 
using LevelSetLabelObjectType = typename LevelSetType::LabelObjectType
 
using LevelSetLayerConstIterator = typename LevelSetType::LayerConstIterator
 
using LevelSetLayerIdType = typename LevelSetType::LayerIdType
 
using LevelSetLayerIterator = typename LevelSetType::LayerIterator
 
using LevelSetLayerMapConstIterator = typename LevelSetType::LayerMapConstIterator
 
using LevelSetLayerMapIterator = typename LevelSetType::LayerMapIterator
 
using LevelSetLayerMapType = typename LevelSetType::LayerMapType
 
using LevelSetLayerType = typename LevelSetType::LayerType
 
using LevelSetOffsetType = typename LevelSetType::OffsetType
 
using LevelSetOutputRealType = typename LevelSetType::OutputRealType
 
using LevelSetOutputType = TLevelSetValueType
 
using LevelSetPointer = typename LevelSetType::Pointer
 
using LevelSetType = WhitakerSparseLevelSetImage< LevelSetOutputType, ImageDimension >
 
using Pointer = SmartPointer< Self >
 
using Self = UpdateWhitakerSparseLevelSet
 
using Superclass = Object
 
using TermContainerPointer = typename EquationContainerType::TermContainerPointer
 
using TermContainerType = typename EquationContainerType::TermContainerType
 
- 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 LevelSetTypeGetModifiableOutputLevelSet ()
 
const char * GetNameOfClass () const override
 
virtual LevelSetOutputType GetRMSChangeAccumulator ()
 
void SetUpdate (const LevelSetLayerType &update)
 
void Update ()
 
virtual void SetInputLevelSet (LevelSetType *_arg)
 
virtual LevelSetTypeGetModifiableInputLevelSet ()
 
virtual void SetTimeStep (LevelSetOutputType _arg)
 
virtual LevelSetOutputType GetTimeStep ()
 
virtual void SetEquationContainer (EquationContainerType *_arg)
 
virtual EquationContainerTypeGetModifiableEquationContainer ()
 
virtual void SetCurrentLevelSetId (IdentifierType _arg)
 
virtual IdentifierType GetCurrentLevelSetId ()
 
- 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 = VDimension
 

Protected Member Functions

void MovePointFromMinus1 ()
 
void MovePointFromMinus2 ()
 
void MovePointFromPlus1 ()
 
void MovePointFromPlus2 ()
 
void MovePointIntoZeroLevelSet ()
 
void UpdateLayerMinus1 ()
 
void UpdateLayerMinus2 ()
 
void UpdateLayerPlus1 ()
 
void UpdateLayerPlus2 ()
 
void UpdateLayerZero ()
 
 UpdateWhitakerSparseLevelSet ()
 
 ~UpdateWhitakerSparseLevelSet () 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 ()
 

Private Types

using NeighborhoodIteratorType = ShapedNeighborhoodIterator< LabelImageType >
 
using NodePairType = std::pair< LevelSetInputType, LevelSetOutputType >
 

Private Attributes

IdentifierType m_CurrentLevelSetId {}
 
EquationContainerPointer m_EquationContainer {}
 
LevelSetPointer m_InputLevelSet {}
 
LabelImagePointer m_InternalImage {}
 
LevelSetLayerIdType m_MaxStatus {}
 
LevelSetLayerIdType m_MinStatus {}
 
LevelSetOffsetType m_Offset {}
 
LevelSetPointer m_OutputLevelSet {}
 
LevelSetOutputType m_RMSChangeAccumulator {}
 
LevelSetPointer m_TempLevelSet {}
 
LevelSetLayerType m_TempPhi {}
 
LevelSetOutputType m_TimeStep {}
 
LevelSetLayerType m_Update {}
 

Additional Inherited Members

- Protected Attributes inherited from itk::LightObject
std::atomic< int > m_ReferenceCount {}
 

Member Typedef Documentation

◆ ConstPointer

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

Definition at line 50 of file itkUpdateWhitakerSparseLevelSet.h.

◆ EquationContainerPointer

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::EquationContainerPointer = typename EquationContainerType::Pointer

Definition at line 87 of file itkUpdateWhitakerSparseLevelSet.h.

◆ EquationContainerType

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::EquationContainerType = TEquationContainer

Definition at line 86 of file itkUpdateWhitakerSparseLevelSet.h.

◆ LabelImagePointer

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::LabelImagePointer = typename LabelImageType::Pointer

Definition at line 93 of file itkUpdateWhitakerSparseLevelSet.h.

◆ LabelImageToLabelMapFilterType

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::LabelImageToLabelMapFilterType = LabelImageToLabelMapFilter<LabelImageType, LevelSetLabelMapType>

Definition at line 96 of file itkUpdateWhitakerSparseLevelSet.h.

◆ LabelImageType

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::LabelImageType = Image<LevelSetLayerIdType, ImageDimension>

Definition at line 92 of file itkUpdateWhitakerSparseLevelSet.h.

◆ LabelMapToLabelImageFilterType

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::LabelMapToLabelImageFilterType = LabelMapToLabelImageFilter<LevelSetLabelMapType, LabelImageType>

Definition at line 95 of file itkUpdateWhitakerSparseLevelSet.h.

◆ LevelSetInputType

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::LevelSetInputType = typename LevelSetType::InputType

Definition at line 65 of file itkUpdateWhitakerSparseLevelSet.h.

◆ LevelSetLabelMapPointer

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

Definition at line 69 of file itkUpdateWhitakerSparseLevelSet.h.

◆ LevelSetLabelMapType

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

Definition at line 68 of file itkUpdateWhitakerSparseLevelSet.h.

◆ LevelSetLabelObjectLengthType

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::LevelSetLabelObjectLengthType = typename LevelSetType::LabelObjectLengthType

Definition at line 73 of file itkUpdateWhitakerSparseLevelSet.h.

◆ LevelSetLabelObjectLineType

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::LevelSetLabelObjectLineType = typename LevelSetType::LabelObjectLineType

Definition at line 74 of file itkUpdateWhitakerSparseLevelSet.h.

◆ LevelSetLabelObjectPointer

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::LevelSetLabelObjectPointer = typename LevelSetType::LabelObjectPointer

Definition at line 72 of file itkUpdateWhitakerSparseLevelSet.h.

◆ LevelSetLabelObjectType

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::LevelSetLabelObjectType = typename LevelSetType::LabelObjectType

Definition at line 71 of file itkUpdateWhitakerSparseLevelSet.h.

◆ LevelSetLayerConstIterator

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::LevelSetLayerConstIterator = typename LevelSetType::LayerConstIterator

Definition at line 79 of file itkUpdateWhitakerSparseLevelSet.h.

◆ LevelSetLayerIdType

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::LevelSetLayerIdType = typename LevelSetType::LayerIdType

Definition at line 76 of file itkUpdateWhitakerSparseLevelSet.h.

◆ LevelSetLayerIterator

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::LevelSetLayerIterator = typename LevelSetType::LayerIterator

Definition at line 78 of file itkUpdateWhitakerSparseLevelSet.h.

◆ LevelSetLayerMapConstIterator

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::LevelSetLayerMapConstIterator = typename LevelSetType::LayerMapConstIterator

Definition at line 84 of file itkUpdateWhitakerSparseLevelSet.h.

◆ LevelSetLayerMapIterator

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::LevelSetLayerMapIterator = typename LevelSetType::LayerMapIterator

Definition at line 83 of file itkUpdateWhitakerSparseLevelSet.h.

◆ LevelSetLayerMapType

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::LevelSetLayerMapType = typename LevelSetType::LayerMapType

Definition at line 82 of file itkUpdateWhitakerSparseLevelSet.h.

◆ LevelSetLayerType

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

Definition at line 77 of file itkUpdateWhitakerSparseLevelSet.h.

◆ LevelSetOffsetType

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::LevelSetOffsetType = typename LevelSetType::OffsetType

Definition at line 66 of file itkUpdateWhitakerSparseLevelSet.h.

◆ LevelSetOutputRealType

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::LevelSetOutputRealType = typename LevelSetType::OutputRealType

Definition at line 80 of file itkUpdateWhitakerSparseLevelSet.h.

◆ LevelSetOutputType

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::LevelSetOutputType = TLevelSetValueType

Definition at line 61 of file itkUpdateWhitakerSparseLevelSet.h.

◆ LevelSetPointer

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::LevelSetPointer = typename LevelSetType::Pointer

Definition at line 64 of file itkUpdateWhitakerSparseLevelSet.h.

◆ LevelSetType

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::LevelSetType = WhitakerSparseLevelSetImage<LevelSetOutputType, ImageDimension>

Definition at line 63 of file itkUpdateWhitakerSparseLevelSet.h.

◆ NeighborhoodIteratorType

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::NeighborhoodIteratorType = ShapedNeighborhoodIterator<LabelImageType>
private

Definition at line 196 of file itkUpdateWhitakerSparseLevelSet.h.

◆ NodePairType

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::NodePairType = std::pair<LevelSetInputType, LevelSetOutputType>
private

Definition at line 198 of file itkUpdateWhitakerSparseLevelSet.h.

◆ Pointer

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

Definition at line 49 of file itkUpdateWhitakerSparseLevelSet.h.

◆ Self

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::Self = UpdateWhitakerSparseLevelSet

Definition at line 48 of file itkUpdateWhitakerSparseLevelSet.h.

◆ Superclass

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::Superclass = Object

Definition at line 51 of file itkUpdateWhitakerSparseLevelSet.h.

◆ TermContainerPointer

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::TermContainerPointer = typename EquationContainerType::TermContainerPointer

Definition at line 90 of file itkUpdateWhitakerSparseLevelSet.h.

◆ TermContainerType

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::TermContainerType = typename EquationContainerType::TermContainerType

Definition at line 89 of file itkUpdateWhitakerSparseLevelSet.h.

Constructor & Destructor Documentation

◆ UpdateWhitakerSparseLevelSet()

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::UpdateWhitakerSparseLevelSet ( )
protected

◆ ~UpdateWhitakerSparseLevelSet()

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::~UpdateWhitakerSparseLevelSet ( )
overrideprotecteddefault

Member Function Documentation

◆ GetCurrentLevelSetId()

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
virtual IdentifierType itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::GetCurrentLevelSetId ( )
virtual

Set/Get the current level set id

◆ GetModifiableEquationContainer()

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
virtual EquationContainerType* itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::GetModifiableEquationContainer ( )
virtual

Set/Get the Equation container for computing the update

◆ GetModifiableInputLevelSet()

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
virtual LevelSetType* itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::GetModifiableInputLevelSet ( )
virtual

Set/Get the sparse level set image

◆ GetModifiableOutputLevelSet()

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
virtual LevelSetType* itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::GetModifiableOutputLevelSet ( )
virtual

◆ GetNameOfClass()

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

Reimplemented from itk::Object.

◆ GetRMSChangeAccumulator()

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
virtual LevelSetOutputType itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::GetRMSChangeAccumulator ( )
virtual

Set/Get the RMS change for the update

◆ GetTimeStep()

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
virtual LevelSetOutputType itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::GetTimeStep ( )
virtual

Set/Get the TimeStep for the update

◆ MovePointFromMinus1()

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
void itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::MovePointFromMinus1 ( )
protected

Move identified points into -1 level set layer

◆ MovePointFromMinus2()

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
void itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::MovePointFromMinus2 ( )
protected

Move identified points into -2 level set layer

◆ MovePointFromPlus1()

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
void itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::MovePointFromPlus1 ( )
protected

Move identified points into +1 level set layer

◆ MovePointFromPlus2()

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
void itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::MovePointFromPlus2 ( )
protected

Move identified points into +2 level set layer

◆ MovePointIntoZeroLevelSet()

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
void itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::MovePointIntoZeroLevelSet ( )
protected

Move identified points into 0 level set layer

◆ New()

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

Method for creation through object factory

◆ SetCurrentLevelSetId()

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
virtual void itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::SetCurrentLevelSetId ( IdentifierType  _arg)
virtual

Set/Get the current level set id

◆ SetEquationContainer()

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
virtual void itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::SetEquationContainer ( EquationContainerType _arg)
virtual

Set/Get the Equation container for computing the update

◆ SetInputLevelSet()

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
virtual void itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::SetInputLevelSet ( LevelSetType _arg)
virtual

Set/Get the sparse level set image

◆ SetTimeStep()

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
virtual void itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::SetTimeStep ( LevelSetOutputType  _arg)
virtual

Set/Get the TimeStep for the update

◆ SetUpdate()

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
void itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::SetUpdate ( const LevelSetLayerType update)

Set the update map for all points in the zero layer

◆ Update()

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
void itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::Update ( )

Update function for initializing and computing the output level set

◆ UpdateLayerMinus1()

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
void itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::UpdateLayerMinus1 ( )
protected

Update -1 level set layer by moving relevant points to layers -2 or 0

◆ UpdateLayerMinus2()

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
void itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::UpdateLayerMinus2 ( )
protected

Update zero level set layer by moving relevant points to layers -3 or -1

◆ UpdateLayerPlus1()

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
void itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::UpdateLayerPlus1 ( )
protected

Update +1 level set layer by moving relevant points to layers 0 or 2

◆ UpdateLayerPlus2()

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
void itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::UpdateLayerPlus2 ( )
protected

Update +2 level set layer by moving relevant points to layers 1 or 3

◆ UpdateLayerZero()

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
void itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::UpdateLayerZero ( )
protected

Update zero level set layer by moving relevant points to layers -1 or 1

Member Data Documentation

◆ ImageDimension

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
constexpr unsigned int itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::ImageDimension = VDimension
staticconstexpr

Definition at line 59 of file itkUpdateWhitakerSparseLevelSet.h.

◆ m_CurrentLevelSetId

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
IdentifierType itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::m_CurrentLevelSetId {}
private

Definition at line 178 of file itkUpdateWhitakerSparseLevelSet.h.

◆ m_EquationContainer

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
EquationContainerPointer itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::m_EquationContainer {}
private

Definition at line 180 of file itkUpdateWhitakerSparseLevelSet.h.

◆ m_InputLevelSet

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
LevelSetPointer itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::m_InputLevelSet {}
private

Definition at line 183 of file itkUpdateWhitakerSparseLevelSet.h.

◆ m_InternalImage

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
LabelImagePointer itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::m_InternalImage {}
private

Definition at line 192 of file itkUpdateWhitakerSparseLevelSet.h.

◆ m_MaxStatus

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
LevelSetLayerIdType itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::m_MaxStatus {}
private

Definition at line 190 of file itkUpdateWhitakerSparseLevelSet.h.

◆ m_MinStatus

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
LevelSetLayerIdType itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::m_MinStatus {}
private

Definition at line 189 of file itkUpdateWhitakerSparseLevelSet.h.

◆ m_Offset

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
LevelSetOffsetType itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::m_Offset {}
private

Definition at line 194 of file itkUpdateWhitakerSparseLevelSet.h.

◆ m_OutputLevelSet

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
LevelSetPointer itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::m_OutputLevelSet {}
private

Definition at line 184 of file itkUpdateWhitakerSparseLevelSet.h.

◆ m_RMSChangeAccumulator

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
LevelSetOutputType itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::m_RMSChangeAccumulator {}
private

Definition at line 177 of file itkUpdateWhitakerSparseLevelSet.h.

◆ m_TempLevelSet

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
LevelSetPointer itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::m_TempLevelSet {}
private

Definition at line 186 of file itkUpdateWhitakerSparseLevelSet.h.

◆ m_TempPhi

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
LevelSetLayerType itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::m_TempPhi {}
private

Definition at line 187 of file itkUpdateWhitakerSparseLevelSet.h.

◆ m_TimeStep

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
LevelSetOutputType itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::m_TimeStep {}
private

Definition at line 176 of file itkUpdateWhitakerSparseLevelSet.h.

◆ m_Update

template<unsigned int VDimension, typename TLevelSetValueType , typename TEquationContainer >
LevelSetLayerType itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::m_Update {}
private

Definition at line 182 of file itkUpdateWhitakerSparseLevelSet.h.


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