![]() |
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 Types | |
using | NodePairType = std::pair< LevelSetInputType, LevelSetOutputType > |
using | SplitLevelSetComputeIterationThreaderType = LevelSetEvolutionComputeIterationThreader< LevelSetType, SplitLevelSetPartitionerType, Self > |
using | SplitLevelSetPartitionerType = ThreadedIteratorRangePartitioner< typename LevelSetType::LayerConstIterator > |
Protected Member Functions | |
void | AllocateUpdateBuffer () override |
void | ComputeIteration () override |
void | ComputeTimeStepForNextIteration () override |
LevelSetEvolution () | |
void | UpdateEquations () override |
void | UpdateLevelSets () override |
~LevelSetEvolution () override | |
![]() | |
void | CheckSetUp () |
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 () |
Protected Attributes | |
SplitLevelSetComputeIterationThreaderType::Pointer | m_SplitLevelSetComputeIterationThreader {} |
std::map< IdentifierType, LevelSetLayerType * > | m_UpdateBuffer {} |
![]() | |
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 {} |
Friends | |
class | LevelSetEvolutionComputeIterationThreader< LevelSetType, SplitLevelSetPartitionerType, Self > |
Definition at line 190 of file itkLevelSetEvolution.h.
using itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >::ConstPointer = SmartPointer<const Self> |
Definition at line 200 of file itkLevelSetEvolution.h.
using itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >::InputImageConstIteratorType = ImageRegionConstIteratorWithIndex<InputImageType> |
Definition at line 248 of file itkLevelSetEvolution.h.
using itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >::LevelSetLabelMapPointer = typename LevelSetType::LabelMapPointer |
Definition at line 236 of file itkLevelSetEvolution.h.
using itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >::LevelSetLabelMapType = typename LevelSetType::LabelMapType |
Definition at line 235 of file itkLevelSetEvolution.h.
using itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >::LevelSetLayerType = typename LevelSetType::LayerType |
Definition at line 233 of file itkLevelSetEvolution.h.
using itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >::LevelSetType = WhitakerSparseLevelSetImage<TOutput, VDimension> |
Definition at line 196 of file itkLevelSetEvolution.h.
|
protected |
Definition at line 266 of file itkLevelSetEvolution.h.
using itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >::Pointer = SmartPointer<Self> |
Definition at line 199 of file itkLevelSetEvolution.h.
using itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >::Self = LevelSetEvolution |
Definition at line 198 of file itkLevelSetEvolution.h.
|
protected |
Definition at line 295 of file itkLevelSetEvolution.h.
|
protected |
Definition at line 292 of file itkLevelSetEvolution.h.
using itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >::Superclass = LevelSetEvolutionBase<TEquationContainer, LevelSetType> |
Definition at line 201 of file itkLevelSetEvolution.h.
using itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >::UpdateLevelSetFilterPointer = typename UpdateLevelSetFilterType::Pointer |
Definition at line 252 of file itkLevelSetEvolution.h.
using itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >::UpdateLevelSetFilterType = UpdateWhitakerSparseLevelSet<ImageDimension, LevelSetOutputType, EquationContainerType> |
Definition at line 251 of file itkLevelSetEvolution.h.
|
protected |
|
overrideprotected |
|
overrideprotectedvirtual |
Initialize the update buffers for all level sets to hold the updates of equations in each iteration
Reimplemented from itk::LevelSetEvolutionBase< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >.
|
overrideprotectedvirtual |
Compute the update at each pixel and store in the update buffer
Reimplemented from itk::LevelSetEvolutionBase< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >.
|
overrideprotectedvirtual |
Compute the time-step for the next iteration
Reimplemented from itk::LevelSetEvolutionBase< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >.
|
virtual |
Run-time type information
Reimplemented from itk::LevelSetEvolutionBase< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >.
ThreadIdType itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >::GetNumberOfWorkUnits | ( | ) | const |
Set the maximum number of threads to be used.
|
static |
Method for creation through object factory
void itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >::SetNumberOfWorkUnits | ( | const ThreadIdType | numberOfThreads | ) |
Set the maximum number of threads to be used.
|
overrideprotectedvirtual |
Update the equations at the end of 1 iteration
Implements itk::LevelSetEvolutionBase< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >.
|
overrideprotectedvirtual |
Update the levelset by 1 iteration from the computed updates
Implements itk::LevelSetEvolutionBase< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >.
|
friend |
Definition at line 293 of file itkLevelSetEvolution.h.
|
staticconstexpr |
Definition at line 223 of file itkLevelSetEvolution.h.
|
protected |
Definition at line 296 of file itkLevelSetEvolution.h.
|
protected |
Definition at line 269 of file itkLevelSetEvolution.h.