ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkLevelSetEvolutionBase.h>
Public Types | |
typedef LevelSetContainerType::CacheImageType | CacheImageType |
typedef SmartPointer< const Self > | ConstPointer |
typedef LevelSetContainerType::DomainMapImageFilterType | DomainMapImageFilterType |
typedef EquationContainerType::Pointer | EquationContainerPointer |
typedef TEquationContainer | EquationContainerType |
typedef LevelSetContainerType::IdListConstIterator | IdListConstIterator |
typedef LevelSetContainerType::IdListImageType | IdListImageType |
typedef LevelSetContainerType::IdListIterator | IdListIterator |
typedef LevelSetContainerType::IdListType | IdListType |
typedef InputImageType::ConstPointer | InputImageConstPointer |
typedef InputImageType::PixelType | InputImagePixelType |
typedef InputImageType::RegionType | InputImageRegionType |
typedef TermContainerType::InputImageType | InputImageType |
typedef NumericTraits < InputImagePixelType > ::RealType | InputPixelRealType |
typedef TermContainerType::LevelSetContainerType | LevelSetContainerType |
typedef LevelSetType::LevelSetDataType | LevelSetDataType |
typedef LevelSetContainerType::LevelSetIdentifierType | LevelSetIdentifierType |
typedef LevelSetType::InputType | LevelSetInputType |
typedef LevelSetType::OutputRealType | LevelSetOutputRealType |
typedef LevelSetType::OutputType | LevelSetOutputType |
typedef TLevelSet | LevelSetType |
typedef SmartPointer< Self > | Pointer |
typedef LevelSetEvolutionBase | Self |
typedef StoppingCriterionType::Pointer | StoppingCriterionPointer |
typedef LevelSetEvolutionStoppingCriterionBase < LevelSetContainerType > | StoppingCriterionType |
typedef Object | Superclass |
typedef TermContainerType::Pointer | TermContainerPointer |
typedef EquationContainerType::TermContainerType | TermContainerType |
typedef TermType::Pointer | TermPointer |
typedef TermContainerType::TermType | TermType |
Public Member Functions | |
virtual LevelSetContainerType * | GetLevelSetContainer () |
virtual const char * | GetNameOfClass () 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 EquationContainerType * | GetEquationContainer () |
virtual StoppingCriterionType * | GetStoppingCriterion () |
virtual void | SetStoppingCriterion (StoppingCriterionType *_arg) |
virtual void | SetNumberOfIterations (IdentifierType _arg) |
virtual IdentifierType | GetNumberOfIterations () const |
Static Public Attributes | |
static const unsigned int | ImageDimension = InputImageType::ImageDimension |
Protected Member Functions | |
virtual void | AllocateUpdateBuffer () |
void | CheckSetUp () |
virtual void | ComputeIteration () |
virtual void | ComputeTimeStepForNextIteration () |
void | Evolve () |
void | InitializeIteration () |
LevelSetEvolutionBase () | |
virtual void | UpdateEquations ()=0 |
virtual void | UpdateLevelSets ()=0 |
virtual | ~LevelSetEvolutionBase () |
Protected Attributes | |
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 |
Private Member Functions | |
LevelSetEvolutionBase (const Self &) | |
void | operator= (const Self &) |
Class for iterating and evolving the dense level-set function.
TEquationContainer | Container holding the system of level set of equations |
Definition at line 43 of file itkLevelSetEvolutionBase.h.
typedef LevelSetContainerType::CacheImageType itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::CacheImageType |
Reimplemented in itk::LevelSetEvolution< TEquationContainer, MalcolmSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >, and itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImageBase< TImage > >.
Definition at line 86 of file itkLevelSetEvolutionBase.h.
typedef SmartPointer< const Self > itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::ConstPointer |
Reimplemented from itk::Object.
Reimplemented in itk::LevelSetEvolution< TEquationContainer, MalcolmSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >, and itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImageBase< TImage > >.
Definition at line 48 of file itkLevelSetEvolutionBase.h.
typedef LevelSetContainerType::DomainMapImageFilterType itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::DomainMapImageFilterType |
Reimplemented in itk::LevelSetEvolution< TEquationContainer, MalcolmSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >, and itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImageBase< TImage > >.
Definition at line 88 of file itkLevelSetEvolutionBase.h.
typedef EquationContainerType::Pointer itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::EquationContainerPointer |
Reimplemented in itk::LevelSetEvolution< TEquationContainer, MalcolmSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >, and itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImageBase< TImage > >.
Definition at line 55 of file itkLevelSetEvolutionBase.h.
typedef TEquationContainer itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::EquationContainerType |
Reimplemented in itk::LevelSetEvolution< TEquationContainer, MalcolmSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >, and itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImageBase< TImage > >.
Definition at line 52 of file itkLevelSetEvolutionBase.h.
typedef LevelSetContainerType::IdListConstIterator itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::IdListConstIterator |
Reimplemented in itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImageBase< TImage > >.
Definition at line 84 of file itkLevelSetEvolutionBase.h.
typedef LevelSetContainerType::IdListImageType itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::IdListImageType |
Reimplemented in itk::LevelSetEvolution< TEquationContainer, MalcolmSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >, and itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImageBase< TImage > >.
Definition at line 85 of file itkLevelSetEvolutionBase.h.
typedef LevelSetContainerType::IdListIterator itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::IdListIterator |
Reimplemented in itk::LevelSetEvolution< TEquationContainer, MalcolmSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >, and itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImageBase< TImage > >.
Definition at line 83 of file itkLevelSetEvolutionBase.h.
typedef LevelSetContainerType::IdListType itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::IdListType |
Reimplemented in itk::LevelSetEvolution< TEquationContainer, MalcolmSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >, and itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImageBase< TImage > >.
Definition at line 82 of file itkLevelSetEvolutionBase.h.
typedef InputImageType::ConstPointer itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::InputImageConstPointer |
Reimplemented in itk::LevelSetEvolution< TEquationContainer, MalcolmSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >, and itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImageBase< TImage > >.
Definition at line 65 of file itkLevelSetEvolutionBase.h.
typedef InputImageType::PixelType itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::InputImagePixelType |
Reimplemented in itk::LevelSetEvolution< TEquationContainer, MalcolmSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >, and itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImageBase< TImage > >.
Definition at line 64 of file itkLevelSetEvolutionBase.h.
typedef InputImageType::RegionType itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::InputImageRegionType |
Reimplemented in itk::LevelSetEvolution< TEquationContainer, MalcolmSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >, and itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImageBase< TImage > >.
Definition at line 66 of file itkLevelSetEvolutionBase.h.
typedef TermContainerType::InputImageType itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::InputImageType |
Reimplemented in itk::LevelSetEvolution< TEquationContainer, MalcolmSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >, and itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImageBase< TImage > >.
Definition at line 63 of file itkLevelSetEvolutionBase.h.
typedef NumericTraits< InputImagePixelType >::RealType itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::InputPixelRealType |
Reimplemented in itk::LevelSetEvolution< TEquationContainer, MalcolmSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >, and itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImageBase< TImage > >.
Definition at line 68 of file itkLevelSetEvolutionBase.h.
typedef TermContainerType::LevelSetContainerType itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::LevelSetContainerType |
Reimplemented in itk::LevelSetEvolution< TEquationContainer, MalcolmSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >, and itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImageBase< TImage > >.
Definition at line 72 of file itkLevelSetEvolutionBase.h.
typedef LevelSetType::LevelSetDataType itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::LevelSetDataType |
Reimplemented in itk::LevelSetEvolution< TEquationContainer, MalcolmSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >, and itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImageBase< TImage > >.
Definition at line 80 of file itkLevelSetEvolutionBase.h.
typedef LevelSetContainerType::LevelSetIdentifierType itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::LevelSetIdentifierType |
Reimplemented in itk::LevelSetEvolution< TEquationContainer, MalcolmSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >, and itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImageBase< TImage > >.
Definition at line 74 of file itkLevelSetEvolutionBase.h.
typedef LevelSetType::InputType itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::LevelSetInputType |
Reimplemented in itk::LevelSetEvolution< TEquationContainer, MalcolmSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >, and itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >.
Definition at line 77 of file itkLevelSetEvolutionBase.h.
typedef LevelSetType::OutputRealType itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::LevelSetOutputRealType |
Reimplemented in itk::LevelSetEvolution< TEquationContainer, MalcolmSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >, and itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImageBase< TImage > >.
Definition at line 79 of file itkLevelSetEvolutionBase.h.
typedef LevelSetType::OutputType itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::LevelSetOutputType |
Reimplemented in itk::LevelSetEvolution< TEquationContainer, MalcolmSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >, and itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImageBase< TImage > >.
Definition at line 78 of file itkLevelSetEvolutionBase.h.
typedef TLevelSet itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::LevelSetType |
Reimplemented in itk::LevelSetEvolution< TEquationContainer, MalcolmSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >, and itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImageBase< TImage > >.
Definition at line 76 of file itkLevelSetEvolutionBase.h.
typedef SmartPointer< Self > itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::Pointer |
Reimplemented from itk::Object.
Reimplemented in itk::LevelSetEvolution< TEquationContainer, MalcolmSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >, and itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImageBase< TImage > >.
Definition at line 47 of file itkLevelSetEvolutionBase.h.
typedef LevelSetEvolutionBase itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::Self |
Smart pointer typedef support.
Reimplemented from itk::Object.
Reimplemented in itk::LevelSetEvolution< TEquationContainer, MalcolmSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >, and itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImageBase< TImage > >.
Definition at line 46 of file itkLevelSetEvolutionBase.h.
typedef StoppingCriterionType::Pointer itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::StoppingCriterionPointer |
Reimplemented in itk::LevelSetEvolution< TEquationContainer, MalcolmSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >, and itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImageBase< TImage > >.
Definition at line 92 of file itkLevelSetEvolutionBase.h.
typedef LevelSetEvolutionStoppingCriterionBase< LevelSetContainerType > itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::StoppingCriterionType |
Reimplemented in itk::LevelSetEvolution< TEquationContainer, MalcolmSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >, and itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImageBase< TImage > >.
Definition at line 91 of file itkLevelSetEvolutionBase.h.
typedef Object itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::Superclass |
Reimplemented from itk::Object.
Reimplemented in itk::LevelSetEvolution< TEquationContainer, MalcolmSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >, and itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImageBase< TImage > >.
Definition at line 49 of file itkLevelSetEvolutionBase.h.
typedef TermContainerType::Pointer itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::TermContainerPointer |
Reimplemented in itk::LevelSetEvolution< TEquationContainer, MalcolmSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >, and itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImageBase< TImage > >.
Definition at line 58 of file itkLevelSetEvolutionBase.h.
typedef EquationContainerType::TermContainerType itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::TermContainerType |
Reimplemented in itk::LevelSetEvolution< TEquationContainer, MalcolmSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >, and itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImageBase< TImage > >.
Definition at line 57 of file itkLevelSetEvolutionBase.h.
typedef TermType::Pointer itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::TermPointer |
Reimplemented in itk::LevelSetEvolution< TEquationContainer, MalcolmSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >, and itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImageBase< TImage > >.
Definition at line 61 of file itkLevelSetEvolutionBase.h.
typedef TermContainerType::TermType itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::TermType |
Reimplemented in itk::LevelSetEvolution< TEquationContainer, MalcolmSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >, and itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImageBase< TImage > >.
Definition at line 60 of file itkLevelSetEvolutionBase.h.
itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::LevelSetEvolutionBase | ( | ) | [protected] |
virtual itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::~LevelSetEvolutionBase | ( | ) | [protected, virtual] |
itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::LevelSetEvolutionBase | ( | const Self & | ) | [private] |
virtual void itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::AllocateUpdateBuffer | ( | ) | [protected, virtual] |
Initialize the update buffers for all level sets to hold the updates of equations in each iteration. No-op by default.
Reimplemented in itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >, and itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImageBase< TImage > >.
void itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::CheckSetUp | ( | ) | [protected] |
virtual void itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::ComputeIteration | ( | ) | [protected, virtual] |
Computer the update at each pixel and store in the update buffer. No-op by default.
Reimplemented in itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >, and itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImageBase< TImage > >.
virtual void itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::ComputeTimeStepForNextIteration | ( | ) | [protected, virtual] |
Compute the time-step for the next iteration. No-op by default.
Reimplemented in itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >, and itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImageBase< TImage > >.
void itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::Evolve | ( | ) | [protected] |
Run the iterative loops of calculating levelset function updates until the stopping criterion is satisfied. Calls AllocateUpdateBuffer, ComputeIteration, ComputeTimeStepForNextIteration, UpdateLevelSets, UpdateEquations.
virtual LevelSetOutputRealType itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::GetAlpha | ( | ) | [virtual] |
Set/Get the value of alpha for computing the time-step using CFL conditions
virtual EquationContainerType* itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::GetEquationContainer | ( | ) | [virtual] |
Set/Get the equation container for updating all the level sets
virtual LevelSetContainerType* itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::GetLevelSetContainer | ( | ) | [virtual] |
virtual const char* itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information
Reimplemented from itk::Object.
Reimplemented in itk::LevelSetEvolution< TEquationContainer, MalcolmSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >, and itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImageBase< TImage > >.
virtual IdentifierType itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::GetNumberOfIterations | ( | ) | const [virtual] |
Set/Get the number of iterations that have occured.
virtual StoppingCriterionType* itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::GetStoppingCriterion | ( | ) | [virtual] |
Set/Get the Stopping Criterion
void itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::InitializeIteration | ( | ) | [protected] |
Initialize the iteration by computing parameters in the terms of the level set equation
void itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::operator= | ( | const Self & | ) | [private] |
Mutex lock to protect modification to the reference count
Reimplemented from itk::Object.
Reimplemented in itk::LevelSetEvolution< TEquationContainer, MalcolmSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >, and itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >.
virtual void itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::SetAlpha | ( | LevelSetOutputRealType | _arg | ) | [virtual] |
Set/Get the value of alpha for computing the time-step using CFL conditions
virtual void itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::SetEquationContainer | ( | EquationContainerType * | _arg | ) | [virtual] |
Set/Get the equation container for updating all the level sets
virtual void itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::SetLevelSetContainer | ( | LevelSetContainerType * | _arg | ) | [virtual] |
virtual void itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::SetNumberOfIterations | ( | IdentifierType | _arg | ) | [virtual] |
Set/Get the number of iterations that have occured.
virtual void itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::SetStoppingCriterion | ( | StoppingCriterionType * | _arg | ) | [virtual] |
Set/Get the Stopping Criterion
void itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::SetTimeStep | ( | const LevelSetOutputRealType & | iDt | ) |
Set a user-specified value of the time-step
void itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::Update | ( | ) |
Update the filter by computing the output level function by calling Evolve() once the instantiation of necessary variables is verified
virtual void itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::UpdateEquations | ( | ) | [protected, pure virtual] |
Implemented in itk::LevelSetEvolution< TEquationContainer, MalcolmSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >, and itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImageBase< TImage > >.
virtual void itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::UpdateLevelSets | ( | ) | [protected, pure virtual] |
Implemented in itk::LevelSetEvolution< TEquationContainer, MalcolmSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >, and itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImageBase< TImage > >.
const unsigned int itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::ImageDimension = InputImageType::ImageDimension [static] |
Reimplemented in itk::LevelSetEvolution< TEquationContainer, MalcolmSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >, and itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImageBase< TImage > >.
Definition at line 70 of file itkLevelSetEvolutionBase.h.
LevelSetOutputRealType itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::m_Alpha [protected] |
Definition at line 161 of file itkLevelSetEvolutionBase.h.
LevelSetOutputRealType itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::m_Dt [protected] |
Definition at line 162 of file itkLevelSetEvolutionBase.h.
EquationContainerPointer itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::m_EquationContainer [protected] |
Definition at line 158 of file itkLevelSetEvolutionBase.h.
LevelSetContainerType::Pointer itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::m_LevelSetContainer [protected] |
Definition at line 159 of file itkLevelSetEvolutionBase.h.
LevelSetContainerType::Iterator itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::m_LevelSetContainerIteratorToProcessWhenThreading [protected] |
Helper members for threading.
Definition at line 168 of file itkLevelSetEvolutionBase.h.
LevelSetContainerType::Iterator itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::m_LevelSetUpdateContainerIteratorToProcessWhenThreading [protected] |
Definition at line 169 of file itkLevelSetEvolutionBase.h.
IdentifierType itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::m_NumberOfIterations [protected] |
Definition at line 165 of file itkLevelSetEvolutionBase.h.
LevelSetOutputRealType itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::m_RMSChangeAccumulator [protected] |
Definition at line 163 of file itkLevelSetEvolutionBase.h.
StoppingCriterionPointer itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::m_StoppingCriterion [protected] |
Definition at line 156 of file itkLevelSetEvolutionBase.h.
bool itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::m_UserGloballyDefinedTimeStep [protected] |
Definition at line 164 of file itkLevelSetEvolutionBase.h.