ITK  4.2.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Types | Protected Member Functions | Protected Attributes | Friends
itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > > Class Template Reference

#include <itkLevelSetEvolution.h>

+ Inheritance diagram for itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >:
+ Collaboration diagram for itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >:

List of all members.

Public Types

typedef Superclass::CacheImageType CacheImageType
typedef SmartPointer< const SelfConstPointer
typedef
Superclass::DomainMapImageFilterType 
DomainMapImageFilterType
typedef
Superclass::EquationContainerPointer 
EquationContainerPointer
typedef
Superclass::EquationContainerType 
EquationContainerType
typedef
Superclass::IdListConstIterator 
IdListConstIterator
typedef Superclass::IdListImageType IdListImageType
typedef Superclass::IdListIterator IdListIterator
typedef Superclass::IdListType IdListType
typedef
ImageRegionConstIteratorWithIndex
< InputImageType
InputImageConstIteratorType
typedef
Superclass::InputImageConstPointer 
InputImageConstPointer
typedef
Superclass::InputImagePixelType 
InputImagePixelType
typedef
Superclass::InputImageRegionType 
InputImageRegionType
typedef Superclass::InputImageType InputImageType
typedef
Superclass::InputPixelRealType 
InputPixelRealType
typedef
Superclass::LevelSetContainerType 
LevelSetContainerType
typedef
Superclass::LevelSetDataType 
LevelSetDataType
typedef
Superclass::LevelSetIdentifierType 
LevelSetIdentifierType
typedef
ImageRegionConstIteratorWithIndex
< LevelSetImageType
LevelSetImageConstIteratorType
typedef
ImageRegionIteratorWithIndex
< LevelSetImageType
LevelSetImageIteratorType
typedef LevelSetType::ImageType LevelSetImageType
typedef
Superclass::LevelSetOutputRealType 
LevelSetOutputRealType
typedef
Superclass::LevelSetOutputType 
LevelSetOutputType
typedef LevelSetDenseImage
< TImage > 
LevelSetType
typedef MaurerType::Pointer MaurerPointer
typedef
SignedMaurerDistanceMapImageFilter
< LevelSetImageType,
LevelSetImageType
MaurerType
typedef SmartPointer< SelfPointer
typedef LevelSetEvolution Self
typedef
Superclass::StoppingCriterionPointer 
StoppingCriterionPointer
typedef
Superclass::StoppingCriterionType 
StoppingCriterionType
typedef LevelSetEvolutionBase
< TEquationContainer,
LevelSetType
Superclass
typedef
Superclass::TermContainerPointer 
TermContainerPointer
typedef
Superclass::TermContainerType 
TermContainerType
typedef Superclass::TermPointer TermPointer
typedef Superclass::TermType TermType
typedef
ThresholdFilterType::Pointer 
ThresholdFilterPointer
typedef
BinaryThresholdImageFilter
< LevelSetImageType,
LevelSetImageType
ThresholdFilterType
- Public Types inherited from itk::LevelSetEvolutionBase< TEquationContainer, LevelSetDenseImage< TImage > >
typedef LevelSetType::InputType LevelSetInputType
- Public Types inherited from itk::Object
- Public Types inherited from itk::LightObject

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual const char * GetNameOfClass () const
- Public Member Functions inherited from itk::LevelSetEvolutionBase< TEquationContainer, LevelSetDenseImage< TImage > >
virtual LevelSetContainerTypeGetLevelSetContainer ()
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 EquationContainerTypeGetEquationContainer ()
virtual StoppingCriterionTypeGetStoppingCriterion ()
virtual void SetStoppingCriterion (StoppingCriterionType *_arg)
- Public Member Functions inherited from itk::Object
unsigned long AddObserver (const EventObject &event, Command *)
unsigned long AddObserver (const EventObject &event, Command *) const
virtual void DebugOff () const
virtual void DebugOn () const
CommandGetCommand (unsigned long tag)
bool GetDebug () const
MetaDataDictionaryGetMetaDataDictionary (void)
const MetaDataDictionaryGetMetaDataDictionary (void) const
virtual unsigned long 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
virtual void Register () const
void RemoveAllObservers ()
void RemoveObserver (unsigned long tag)
void SetDebug (bool debugFlag) const
void SetMetaDataDictionary (const MetaDataDictionary &rhs)
virtual void SetReferenceCount (int)
virtual void UnRegister () const
- Public Member Functions inherited from itk::LightObject
virtual void Delete ()
virtual int GetReferenceCount () const
 itkCloneMacro (Self)
void Print (std::ostream &os, Indent indent=0) const

Static Public Member Functions

static Pointer New ()

Static Public Attributes

static const unsigned int ImageDimension = Superclass::ImageDimension
- Static Public Attributes inherited from itk::LevelSetEvolutionBase< TEquationContainer, LevelSetDenseImage< TImage > >

Protected Types

typedef
DomainMapImageFilterType::DomainMapType::const_iterator 
DomainMapConstIteratorType
typedef
LevelSetEvolutionComputeIterationThreader
< LevelSetType,
ThreadedDomainMapPartitionerType,
Self
SplitDomainMapComputeIterationThreaderType
typedef
LevelSetEvolutionComputeIterationThreader
< LevelSetType,
ThreadedImageRegionPartitioner
< TImage::ImageDimension >
, Self
SplitLevelSetComputeIterationThreaderType
typedef
LevelSetEvolutionUpdateLevelSetsThreader
< LevelSetType,
ThreadedImageRegionPartitioner
< TImage::ImageDimension >
, Self
SplitLevelSetUpdateLevelSetsThreaderType
typedef
ThreadedIteratorRangePartitioner
< DomainMapConstIteratorType
ThreadedDomainMapPartitionerType

Protected Member Functions

virtual void AllocateUpdateBuffer ()
virtual void ComputeIteration ()
virtual void ComputeTimeStepForNextIteration ()
 LevelSetEvolution ()
void ReinitializeToSignedDistance ()
virtual void UpdateEquations ()
virtual void UpdateLevelSets ()
 ~LevelSetEvolution ()
- Protected Member Functions inherited from itk::LevelSetEvolutionBase< TEquationContainer, LevelSetDenseImage< TImage > >
void CheckSetUp ()
void Evolve ()
void InitializeIteration ()
 LevelSetEvolutionBase ()
virtual ~LevelSetEvolutionBase ()
- Protected Member Functions inherited from itk::Object
 Object ()
bool PrintObservers (std::ostream &os, Indent indent) const
virtual void PrintSelf (std::ostream &os, Indent indent) const
virtual void SetTimeStamp (const TimeStamp &time)
virtual ~Object ()
- 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 ()

Protected Attributes

const IdListTypem_IdListToProcessWhenThreading
SplitDomainMapComputeIterationThreaderType::Pointer m_SplitDomainMapComputeIterationThreader
SplitLevelSetComputeIterationThreaderType::Pointer m_SplitLevelSetComputeIterationThreader
SplitLevelSetUpdateLevelSetsThreaderType::Pointer m_SplitLevelSetUpdateLevelSetsThreader
LevelSetContainerType::Pointer m_UpdateBuffer
- Protected Attributes inherited from itk::LevelSetEvolutionBase< TEquationContainer, LevelSetDenseImage< TImage > >
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

Friends

class LevelSetEvolutionComputeIterationThreader< LevelSetType, ThreadedDomainMapPartitionerType, Self >
class LevelSetEvolutionComputeIterationThreader< LevelSetType, ThreadedImageRegionPartitioner< TImage::ImageDimension >, Self >
class LevelSetEvolutionUpdateLevelSetsThreader< LevelSetType, ThreadedImageRegionPartitioner< TImage::ImageDimension >, Self >

Detailed Description

template<class TEquationContainer, class TImage>
class itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >

Definition at line 54 of file itkLevelSetEvolution.h.


Member Typedef Documentation

template<class TEquationContainer , class TImage >
typedef Superclass::CacheImageType itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::CacheImageType
template<class TEquationContainer , class TImage >
typedef SmartPointer< const Self > itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::ConstPointer
template<class TEquationContainer , class TImage >
typedef DomainMapImageFilterType::DomainMapType::const_iterator itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::DomainMapConstIteratorType
protected

Definition at line 149 of file itkLevelSetEvolution.h.

template<class TEquationContainer , class TImage >
typedef Superclass::DomainMapImageFilterType itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::DomainMapImageFilterType
template<class TEquationContainer , class TImage >
typedef Superclass::EquationContainerPointer itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::EquationContainerPointer
template<class TEquationContainer , class TImage >
typedef Superclass::EquationContainerType itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::EquationContainerType
template<class TEquationContainer , class TImage >
typedef Superclass::IdListConstIterator itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::IdListConstIterator
template<class TEquationContainer , class TImage >
typedef Superclass::IdListImageType itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::IdListImageType
template<class TEquationContainer , class TImage >
typedef Superclass::IdListIterator itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::IdListIterator
template<class TEquationContainer , class TImage >
typedef Superclass::IdListType itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::IdListType
template<class TEquationContainer , class TImage >
typedef ImageRegionConstIteratorWithIndex< InputImageType > itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::InputImageConstIteratorType

Definition at line 118 of file itkLevelSetEvolution.h.

template<class TEquationContainer , class TImage >
typedef Superclass::InputImageConstPointer itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::InputImageConstPointer
template<class TEquationContainer , class TImage >
typedef Superclass::InputImagePixelType itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::InputImagePixelType
template<class TEquationContainer , class TImage >
typedef Superclass::InputImageRegionType itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::InputImageRegionType
template<class TEquationContainer , class TImage >
typedef Superclass::InputImageType itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::InputImageType
template<class TEquationContainer , class TImage >
typedef Superclass::InputPixelRealType itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::InputPixelRealType
template<class TEquationContainer , class TImage >
typedef Superclass::LevelSetContainerType itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::LevelSetContainerType
template<class TEquationContainer , class TImage >
typedef Superclass::LevelSetDataType itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::LevelSetDataType
template<class TEquationContainer , class TImage >
typedef Superclass::LevelSetIdentifierType itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::LevelSetIdentifierType
template<class TEquationContainer , class TImage >
typedef ImageRegionConstIteratorWithIndex< LevelSetImageType > itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::LevelSetImageConstIteratorType

Definition at line 116 of file itkLevelSetEvolution.h.

template<class TEquationContainer , class TImage >
typedef ImageRegionIteratorWithIndex< LevelSetImageType > itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::LevelSetImageIteratorType

Definition at line 114 of file itkLevelSetEvolution.h.

template<class TEquationContainer , class TImage >
typedef LevelSetType::ImageType itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::LevelSetImageType

Definition at line 92 of file itkLevelSetEvolution.h.

template<class TEquationContainer , class TImage >
typedef Superclass::LevelSetOutputRealType itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::LevelSetOutputRealType
template<class TEquationContainer , class TImage >
typedef Superclass::LevelSetOutputType itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::LevelSetOutputType
template<class TEquationContainer , class TImage >
typedef LevelSetDenseImage< TImage > itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::LevelSetType
template<class TEquationContainer , class TImage >
typedef MaurerType::Pointer itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::MaurerPointer

Definition at line 112 of file itkLevelSetEvolution.h.

template<class TEquationContainer , class TImage >
typedef SignedMaurerDistanceMapImageFilter< LevelSetImageType, LevelSetImageType > itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::MaurerType

Definition at line 111 of file itkLevelSetEvolution.h.

template<class TEquationContainer , class TImage >
typedef SmartPointer< Self > itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::Pointer
template<class TEquationContainer , class TImage >
typedef LevelSetEvolution itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::Self

Smart pointer typedef support.

Reimplemented from itk::LevelSetEvolutionBase< TEquationContainer, LevelSetDenseImage< TImage > >.

Definition at line 61 of file itkLevelSetEvolution.h.

template<class TEquationContainer , class TImage >
typedef LevelSetEvolutionComputeIterationThreader< LevelSetType, ThreadedDomainMapPartitionerType, Self > itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::SplitDomainMapComputeIterationThreaderType
protected

Definition at line 152 of file itkLevelSetEvolution.h.

template<class TEquationContainer , class TImage >
typedef LevelSetEvolutionComputeIterationThreader< LevelSetType, ThreadedImageRegionPartitioner< TImage::ImageDimension >, Self > itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::SplitLevelSetComputeIterationThreaderType
protected

Definition at line 146 of file itkLevelSetEvolution.h.

template<class TEquationContainer , class TImage >
typedef LevelSetEvolutionUpdateLevelSetsThreader< LevelSetType, ThreadedImageRegionPartitioner< TImage::ImageDimension >, Self > itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::SplitLevelSetUpdateLevelSetsThreaderType
protected

Definition at line 156 of file itkLevelSetEvolution.h.

template<class TEquationContainer , class TImage >
typedef Superclass::StoppingCriterionPointer itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::StoppingCriterionPointer
template<class TEquationContainer , class TImage >
typedef Superclass::StoppingCriterionType itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::StoppingCriterionType
template<class TEquationContainer , class TImage >
typedef LevelSetEvolutionBase< TEquationContainer, LevelSetType > itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::Superclass
template<class TEquationContainer , class TImage >
typedef Superclass::TermContainerPointer itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::TermContainerPointer
template<class TEquationContainer , class TImage >
typedef Superclass::TermContainerType itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::TermContainerType
template<class TEquationContainer , class TImage >
typedef Superclass::TermPointer itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::TermPointer
template<class TEquationContainer , class TImage >
typedef Superclass::TermType itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::TermType
template<class TEquationContainer , class TImage >
typedef ThreadedIteratorRangePartitioner< DomainMapConstIteratorType > itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::ThreadedDomainMapPartitionerType
protected

Definition at line 150 of file itkLevelSetEvolution.h.

template<class TEquationContainer , class TImage >
typedef ThresholdFilterType::Pointer itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::ThresholdFilterPointer

Definition at line 109 of file itkLevelSetEvolution.h.

template<class TEquationContainer , class TImage >
typedef BinaryThresholdImageFilter< LevelSetImageType, LevelSetImageType > itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::ThresholdFilterType

Definition at line 108 of file itkLevelSetEvolution.h.


Constructor & Destructor Documentation

template<class TEquationContainer , class TImage >
itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::LevelSetEvolution ( )
protected
template<class TEquationContainer , class TImage >
itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::~LevelSetEvolution ( )
protected

Member Function Documentation

template<class TEquationContainer , class TImage >
virtual void itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::AllocateUpdateBuffer ( )
protectedvirtual

Initialize the update buffers for all level sets to hold the updates of equations in each iteration

Reimplemented from itk::LevelSetEvolutionBase< TEquationContainer, LevelSetDenseImage< TImage > >.

template<class TEquationContainer , class TImage >
virtual void itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::ComputeIteration ( )
protectedvirtual

Computer the update at each pixel and store in the update buffer

Reimplemented from itk::LevelSetEvolutionBase< TEquationContainer, LevelSetDenseImage< TImage > >.

template<class TEquationContainer , class TImage >
virtual void itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::ComputeTimeStepForNextIteration ( )
protectedvirtual

Compute the time-step for the next iteration

Reimplemented from itk::LevelSetEvolutionBase< TEquationContainer, LevelSetDenseImage< TImage > >.

template<class TEquationContainer , class TImage >
virtual::itk::LightObject::Pointer itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::CreateAnother ( void  ) 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::Object.

template<class TEquationContainer , class TImage >
virtual const char* itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::GetNameOfClass ( ) const
virtual
template<class TEquationContainer , class TImage >
static Pointer itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::New ( )
static

Method for creation through object factory

Reimplemented from itk::Object.

template<class TEquationContainer , class TImage >
void itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::ReinitializeToSignedDistance ( )
protected

Reinitialize the level set functions to a signed distance function

template<class TEquationContainer , class TImage >
virtual void itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::UpdateEquations ( )
protectedvirtual

Update the equations at the end of 1 iteration

Implements itk::LevelSetEvolutionBase< TEquationContainer, LevelSetDenseImage< TImage > >.

template<class TEquationContainer , class TImage >
virtual void itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::UpdateLevelSets ( )
protectedvirtual

Update the levelset by 1 iteration from the computed updates

Implements itk::LevelSetEvolutionBase< TEquationContainer, LevelSetDenseImage< TImage > >.


Friends And Related Function Documentation

template<class TEquationContainer , class TImage >
friend class LevelSetEvolutionComputeIterationThreader< LevelSetType, ThreadedDomainMapPartitionerType, Self >
friend

Definition at line 151 of file itkLevelSetEvolution.h.

template<class TEquationContainer , class TImage >
friend class LevelSetEvolutionComputeIterationThreader< LevelSetType, ThreadedImageRegionPartitioner< TImage::ImageDimension >, Self >
friend

Definition at line 145 of file itkLevelSetEvolution.h.

template<class TEquationContainer , class TImage >
friend class LevelSetEvolutionUpdateLevelSetsThreader< LevelSetType, ThreadedImageRegionPartitioner< TImage::ImageDimension >, Self >
friend

Definition at line 155 of file itkLevelSetEvolution.h.


Member Data Documentation

template<class TEquationContainer , class TImage >
const unsigned int itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::ImageDimension = Superclass::ImageDimension
static
template<class TEquationContainer , class TImage >
const IdListType* itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::m_IdListToProcessWhenThreading
protected

Helper variable for threading.

Definition at line 160 of file itkLevelSetEvolution.h.

template<class TEquationContainer , class TImage >
SplitDomainMapComputeIterationThreaderType::Pointer itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::m_SplitDomainMapComputeIterationThreader
protected

Definition at line 153 of file itkLevelSetEvolution.h.

template<class TEquationContainer , class TImage >
SplitLevelSetComputeIterationThreaderType::Pointer itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::m_SplitLevelSetComputeIterationThreader
protected

Definition at line 147 of file itkLevelSetEvolution.h.

template<class TEquationContainer , class TImage >
SplitLevelSetUpdateLevelSetsThreaderType::Pointer itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::m_SplitLevelSetUpdateLevelSetsThreader
protected

Definition at line 157 of file itkLevelSetEvolution.h.

template<class TEquationContainer , class TImage >
LevelSetContainerType::Pointer itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::m_UpdateBuffer
protected

Definition at line 143 of file itkLevelSetEvolution.h.


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