ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include <itkLevelSetEvolutionBase.h>
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.
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 LevelSetEvolutionStoppingCriterion < LevelSetContainerType > | StoppingCriterionType |
typedef Object | Superclass |
typedef TermContainerType::Pointer | TermContainerPointer |
typedef EquationContainerType::TermContainerType | TermContainerType |
typedef TermType::Pointer | TermPointer |
typedef TermContainerType::TermType | TermType |
Public Types inherited from itk::Object | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef Object | Self |
typedef LightObject | Superclass |
Public Types inherited from itk::LightObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef LightObject | Self |
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 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 | |
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 &) |
Additional Inherited Members | |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool flag) |
Protected Types inherited from itk::LightObject | |
typedef int | InternalReferenceCountType |
typedef LevelSetContainerType::CacheImageType itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::CacheImageType |
Definition at line 86 of file itkLevelSetEvolutionBase.h.
typedef SmartPointer< const Self > itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::ConstPointer |
Definition at line 48 of file itkLevelSetEvolutionBase.h.
typedef LevelSetContainerType::DomainMapImageFilterType itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::DomainMapImageFilterType |
Definition at line 88 of file itkLevelSetEvolutionBase.h.
typedef EquationContainerType::Pointer itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::EquationContainerPointer |
Definition at line 55 of file itkLevelSetEvolutionBase.h.
typedef TEquationContainer itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::EquationContainerType |
Definition at line 52 of file itkLevelSetEvolutionBase.h.
typedef LevelSetContainerType::IdListConstIterator itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::IdListConstIterator |
Definition at line 84 of file itkLevelSetEvolutionBase.h.
typedef LevelSetContainerType::IdListImageType itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::IdListImageType |
Definition at line 85 of file itkLevelSetEvolutionBase.h.
typedef LevelSetContainerType::IdListIterator itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::IdListIterator |
Definition at line 83 of file itkLevelSetEvolutionBase.h.
typedef LevelSetContainerType::IdListType itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::IdListType |
Definition at line 82 of file itkLevelSetEvolutionBase.h.
typedef InputImageType::ConstPointer itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::InputImageConstPointer |
Definition at line 65 of file itkLevelSetEvolutionBase.h.
typedef InputImageType::PixelType itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::InputImagePixelType |
Definition at line 64 of file itkLevelSetEvolutionBase.h.
typedef InputImageType::RegionType itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::InputImageRegionType |
Definition at line 66 of file itkLevelSetEvolutionBase.h.
typedef TermContainerType::InputImageType itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::InputImageType |
Definition at line 63 of file itkLevelSetEvolutionBase.h.
typedef NumericTraits< InputImagePixelType >::RealType itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::InputPixelRealType |
Definition at line 68 of file itkLevelSetEvolutionBase.h.
typedef TermContainerType::LevelSetContainerType itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::LevelSetContainerType |
Definition at line 72 of file itkLevelSetEvolutionBase.h.
typedef LevelSetType::LevelSetDataType itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::LevelSetDataType |
Definition at line 80 of file itkLevelSetEvolutionBase.h.
typedef LevelSetContainerType::LevelSetIdentifierType itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::LevelSetIdentifierType |
Definition at line 74 of file itkLevelSetEvolutionBase.h.
typedef LevelSetType::InputType itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::LevelSetInputType |
Definition at line 77 of file itkLevelSetEvolutionBase.h.
typedef LevelSetType::OutputRealType itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::LevelSetOutputRealType |
Definition at line 79 of file itkLevelSetEvolutionBase.h.
typedef LevelSetType::OutputType itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::LevelSetOutputType |
Definition at line 78 of file itkLevelSetEvolutionBase.h.
typedef TLevelSet itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::LevelSetType |
Definition at line 76 of file itkLevelSetEvolutionBase.h.
typedef SmartPointer< Self > itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::Pointer |
Definition at line 47 of file itkLevelSetEvolutionBase.h.
typedef LevelSetEvolutionBase itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::Self |
Definition at line 46 of file itkLevelSetEvolutionBase.h.
typedef StoppingCriterionType::Pointer itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::StoppingCriterionPointer |
Definition at line 92 of file itkLevelSetEvolutionBase.h.
typedef LevelSetEvolutionStoppingCriterion< LevelSetContainerType > itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::StoppingCriterionType |
Definition at line 91 of file itkLevelSetEvolutionBase.h.
typedef Object itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::Superclass |
Definition at line 49 of file itkLevelSetEvolutionBase.h.
typedef TermContainerType::Pointer itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::TermContainerPointer |
Definition at line 58 of file itkLevelSetEvolutionBase.h.
typedef EquationContainerType::TermContainerType itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::TermContainerType |
Definition at line 57 of file itkLevelSetEvolutionBase.h.
typedef TermType::Pointer itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::TermPointer |
Definition at line 61 of file itkLevelSetEvolutionBase.h.
typedef TermContainerType::TermType itk::LevelSetEvolutionBase< TEquationContainer, TLevelSet >::TermType |
Definition at line 60 of file itkLevelSetEvolutionBase.h.
|
protected |
|
protectedvirtual |
|
private |
|
protectedvirtual |
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, LevelSetDenseImage< TImage > >.
|
protected |
|
protectedvirtual |
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, LevelSetDenseImage< TImage > >.
|
protectedvirtual |
Compute the time-step for the next iteration. No-op by default.
Reimplemented in itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >, and itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >.
|
protected |
Run the iterative loops of calculating levelset function updates until the stopping criterion is satisfied. Calls AllocateUpdateBuffer, ComputeIteration, ComputeTimeStepForNextIteration, UpdateLevelSets, UpdateEquations.
|
virtual |
Set/Get the value of alpha for computing the time-step using CFL conditions
|
virtual |
Set/Get the equation container for updating all the level sets
|
virtual |
|
virtual |
Set/Get the equation container for updating all the level sets
|
virtual |
|
virtual |
Set/Get the Stopping Criterion
|
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, LevelSetDenseImage< TImage > >.
|
virtual |
Get the number of iterations that have occurred.
|
virtual |
Set/Get the Stopping Criterion
|
protected |
Initialize the iteration by computing parameters in the terms of the level set equation
|
private |
|
virtual |
Set/Get the value of alpha for computing the time-step using CFL conditions
|
virtual |
Set/Get the equation container for updating all the level sets
|
virtual |
|
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
|
protectedpure virtual |
Implemented in itk::LevelSetEvolution< TEquationContainer, MalcolmSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >, and itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >.
|
protectedpure virtual |
Implemented in itk::LevelSetEvolution< TEquationContainer, MalcolmSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >, itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >, and itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >.
|
static |
Definition at line 70 of file itkLevelSetEvolutionBase.h.
|
protected |
Definition at line 159 of file itkLevelSetEvolutionBase.h.
|
protected |
Definition at line 160 of file itkLevelSetEvolutionBase.h.
|
protected |
Definition at line 156 of file itkLevelSetEvolutionBase.h.
|
protected |
Definition at line 157 of file itkLevelSetEvolutionBase.h.
|
protected |
Helper members for threading.
Definition at line 166 of file itkLevelSetEvolutionBase.h.
|
protected |
Definition at line 167 of file itkLevelSetEvolutionBase.h.
|
protected |
Definition at line 163 of file itkLevelSetEvolutionBase.h.
|
protected |
Definition at line 161 of file itkLevelSetEvolutionBase.h.
|
protected |
Definition at line 154 of file itkLevelSetEvolutionBase.h.
|
protected |
Definition at line 162 of file itkLevelSetEvolutionBase.h.