![]() |
ITK
5.4.0
Insight Toolkit
|
#include <itkLevelSetEvolution.h>
Static Public Member Functions | |
static Pointer | New () |
![]() | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
![]() | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static constexpr unsigned int | ImageDimension = Superclass::ImageDimension |
![]() | |
static constexpr unsigned int | ImageDimension |
Protected Member Functions | |
void | UpdateEquations () override |
void | UpdateLevelSets () override |
![]() | |
virtual void | AllocateUpdateBuffer () |
void | CheckSetUp () |
virtual void | ComputeIteration () |
virtual void | ComputeTimeStepForNextIteration () |
void | Evolve () |
void | InitializeIteration () |
LevelSetEvolutionBase () | |
~LevelSetEvolutionBase () override=default | |
![]() | |
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 | |
![]() | |
virtual LightObject::Pointer | InternalClone () const |
LightObject () | |
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
virtual | ~LightObject () |
Additional Inherited Members | |
![]() | |
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 |
![]() | |
std::atomic< int > | m_ReferenceCount {} |
Definition at line 302 of file itkLevelSetEvolution.h.
using itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >::ConstPointer = SmartPointer<const Self> |
Definition at line 312 of file itkLevelSetEvolution.h.
using itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >::InputImageConstIteratorType = ImageRegionConstIteratorWithIndex<InputImageType> |
Definition at line 360 of file itkLevelSetEvolution.h.
using itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >::LevelSetLabelMapPointer = typename LevelSetType::LabelMapPointer |
Definition at line 348 of file itkLevelSetEvolution.h.
using itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >::LevelSetLabelMapType = typename LevelSetType::LabelMapType |
Definition at line 347 of file itkLevelSetEvolution.h.
using itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >::LevelSetLayerType = typename LevelSetType::LayerType |
Definition at line 345 of file itkLevelSetEvolution.h.
using itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >::LevelSetType = ShiSparseLevelSetImage<VDimension> |
Definition at line 308 of file itkLevelSetEvolution.h.
using itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >::Pointer = SmartPointer<Self> |
Definition at line 311 of file itkLevelSetEvolution.h.
using itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >::Self = LevelSetEvolution |
Definition at line 310 of file itkLevelSetEvolution.h.
using itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >::Superclass = LevelSetEvolutionBase<TEquationContainer, LevelSetType> |
Definition at line 313 of file itkLevelSetEvolution.h.
using itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >::UpdateLevelSetFilterPointer = typename UpdateLevelSetFilterType::Pointer |
Definition at line 363 of file itkLevelSetEvolution.h.
using itk::LevelSetEvolution< TEquationContainer, ShiSparseLevelSetImage< VDimension > >::UpdateLevelSetFilterType = UpdateShiSparseLevelSet<ImageDimension, EquationContainerType> |
Definition at line 362 of file itkLevelSetEvolution.h.
|
default |
|
overridedefault |
|
virtual |
Run-time type information
Reimplemented from itk::LevelSetEvolutionBase< TEquationContainer, ShiSparseLevelSetImage< VDimension > >.
|
static |
Method for creation through object factory
|
overrideprotectedvirtual |
Update the equations at the end of 1 iteration
Implements itk::LevelSetEvolutionBase< TEquationContainer, ShiSparseLevelSetImage< VDimension > >.
|
overrideprotectedvirtual |
Update the levelset by 1 iteration from the computed updates
Implements itk::LevelSetEvolutionBase< TEquationContainer, ShiSparseLevelSetImage< VDimension > >.
|
staticconstexpr |
Definition at line 335 of file itkLevelSetEvolution.h.