ITK
6.0.0
Insight Toolkit
|
#include <itkLevelSetEvolution.h>
Definition at line 52 of file itkLevelSetEvolution.h.
Public Member Functions | |
const char * | GetNameOfClass () const override |
ThreadIdType | GetNumberOfWorkUnits () const |
void | SetNumberOfWorkUnits (const ThreadIdType numberOfThreads) |
~LevelSetEvolution () override=default | |
Public Member Functions inherited from itk::LevelSetEvolutionBase< TEquationContainer, LevelSetDenseImage< TImage > > | |
virtual LevelSetContainerType * | GetModifiableLevelSetContainer () |
const char * | GetNameOfClass () const override |
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 EquationContainerType * | GetModifiableEquationContainer () |
virtual void | SetStoppingCriterion (StoppingCriterionType *_arg) |
virtual StoppingCriterionType * | GetModifiableStoppingCriterion () |
Public Member Functions inherited from itk::Object | |
unsigned long | AddObserver (const EventObject &event, Command *cmd) const |
unsigned long | AddObserver (const EventObject &event, std::function< void(const EventObject &)> function) const |
LightObject::Pointer | CreateAnother () const override |
virtual void | DebugOff () const |
virtual void | DebugOn () const |
Command * | GetCommand (unsigned long tag) |
bool | GetDebug () const |
MetaDataDictionary & | GetMetaDataDictionary () |
const MetaDataDictionary & | GetMetaDataDictionary () const |
virtual ModifiedTimeType | GetMTime () const |
const char * | GetNameOfClass () const override |
virtual const TimeStamp & | GetTimeStamp () const |
bool | HasObserver (const EventObject &event) const |
void | InvokeEvent (const EventObject &) |
void | InvokeEvent (const EventObject &) const |
virtual void | Modified () const |
void | Register () const override |
void | RemoveAllObservers () |
void | RemoveObserver (unsigned long tag) const |
void | SetDebug (bool debugFlag) const |
void | SetReferenceCount (int) override |
void | UnRegister () const noexcept override |
void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
void | SetMetaDataDictionary (MetaDataDictionary &&rrhs) |
virtual void | SetObjectName (std::string _arg) |
virtual const std::string & | GetObjectName () const |
Public Member Functions inherited from itk::LightObject | |
Pointer | Clone () const |
virtual Pointer | CreateAnother () const |
virtual void | Delete () |
virtual const char * | GetNameOfClass () const |
virtual int | GetReferenceCount () const |
void | Print (std::ostream &os, Indent indent=0) const |
virtual void | Register () const |
virtual void | SetReferenceCount (int) |
virtual void | UnRegister () const noexcept |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static constexpr unsigned int | ImageDimension = Superclass::ImageDimension |
Static Public Attributes inherited from itk::LevelSetEvolutionBase< TEquationContainer, LevelSetDenseImage< TImage > > | |
static constexpr unsigned int | ImageDimension |
Protected Types | |
using | DomainMapConstIteratorType = typename DomainMapImageFilterType::DomainMapType::const_iterator |
using | SplitDomainMapComputeIterationThreaderType = LevelSetEvolutionComputeIterationThreader< LevelSetType, ThreadedDomainMapPartitionerType, Self > |
using | SplitLevelSetComputeIterationThreaderType = LevelSetEvolutionComputeIterationThreader< LevelSetType, ThreadedImageRegionPartitioner< TImage::ImageDimension >, Self > |
using | SplitLevelSetUpdateLevelSetsThreaderType = LevelSetEvolutionUpdateLevelSetsThreader< LevelSetType, ThreadedImageRegionPartitioner< TImage::ImageDimension >, Self > |
using | ThreadedDomainMapPartitionerType = ThreadedIteratorRangePartitioner< DomainMapConstIteratorType > |
Protected Member Functions | |
void | AllocateUpdateBuffer () override |
void | ComputeIteration () override |
void | ComputeTimeStepForNextIteration () override |
LevelSetEvolution () | |
void | ReinitializeToSignedDistance () |
void | UpdateEquations () override |
void | UpdateLevelSets () override |
Protected Member Functions inherited from itk::LevelSetEvolutionBase< TEquationContainer, LevelSetDenseImage< TImage > > | |
virtual void | AllocateUpdateBuffer () |
void | CheckSetUp () |
virtual void | ComputeIteration () |
virtual void | ComputeTimeStepForNextIteration () |
void | Evolve () |
void | InitializeIteration () |
LevelSetEvolutionBase () | |
virtual void | UpdateEquations ()=0 |
virtual void | UpdateLevelSets ()=0 |
~LevelSetEvolutionBase () override=default | |
Protected Member Functions inherited from itk::Object | |
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 | |
Protected Member Functions inherited from itk::LightObject | |
virtual LightObject::Pointer | InternalClone () const |
LightObject () | |
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
virtual | ~LightObject () |
using itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::ConstPointer = SmartPointer<const Self> |
Definition at line 62 of file itkLevelSetEvolution.h.
|
protected |
Definition at line 168 of file itkLevelSetEvolution.h.
using itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::InputImageConstIteratorType = ImageRegionConstIteratorWithIndex<InputImageType> |
Definition at line 117 of file itkLevelSetEvolution.h.
using itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::LevelSetImageConstIteratorType = ImageRegionConstIteratorWithIndex<LevelSetImageType> |
Definition at line 115 of file itkLevelSetEvolution.h.
using itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::LevelSetImageIteratorType = ImageRegionIteratorWithIndex<LevelSetImageType> |
Definition at line 113 of file itkLevelSetEvolution.h.
using itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::LevelSetImageType = typename LevelSetType::ImageType |
Definition at line 91 of file itkLevelSetEvolution.h.
using itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::LevelSetType = LevelSetDenseImage<TImage> |
Definition at line 58 of file itkLevelSetEvolution.h.
using itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::MaurerPointer = typename MaurerType::Pointer |
Definition at line 111 of file itkLevelSetEvolution.h.
using itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::MaurerType = SignedMaurerDistanceMapImageFilter<LevelSetImageType, LevelSetImageType> |
Definition at line 110 of file itkLevelSetEvolution.h.
using itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::Pointer = SmartPointer<Self> |
Definition at line 61 of file itkLevelSetEvolution.h.
using itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::Self = LevelSetEvolution |
Definition at line 60 of file itkLevelSetEvolution.h.
|
protected |
Definition at line 171 of file itkLevelSetEvolution.h.
|
protected |
Definition at line 162 of file itkLevelSetEvolution.h.
|
protected |
Definition at line 178 of file itkLevelSetEvolution.h.
using itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::Superclass = LevelSetEvolutionBase<TEquationContainer, LevelSetType> |
Definition at line 63 of file itkLevelSetEvolution.h.
|
protected |
Definition at line 169 of file itkLevelSetEvolution.h.
using itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::ThresholdFilterPointer = typename ThresholdFilterType::Pointer |
Definition at line 108 of file itkLevelSetEvolution.h.
using itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::ThresholdFilterType = BinaryThresholdImageFilter<LevelSetImageType, LevelSetImageType> |
Definition at line 107 of file itkLevelSetEvolution.h.
|
overridedefault |
|
protected |
|
overrideprotectedvirtual |
Initialize the update buffers for all level sets to hold the updates of equations in each iteration
Reimplemented from itk::LevelSetEvolutionBase< TEquationContainer, LevelSetDenseImage< TImage > >.
|
overrideprotectedvirtual |
Computer the update at each pixel and store in the update buffer
Reimplemented from itk::LevelSetEvolutionBase< TEquationContainer, LevelSetDenseImage< TImage > >.
|
overrideprotectedvirtual |
Compute the time-step for the next iteration
Reimplemented from itk::LevelSetEvolutionBase< TEquationContainer, LevelSetDenseImage< TImage > >.
|
overridevirtual |
Reimplemented from itk::Object.
ThreadIdType itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::GetNumberOfWorkUnits | ( | ) | const |
Set the maximum number of threads to be used.
|
static |
Method for creation through object factory
|
protected |
Reinitialize the level set functions to a signed distance function
void itk::LevelSetEvolution< TEquationContainer, LevelSetDenseImage< TImage > >::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, LevelSetDenseImage< TImage > >.
|
overrideprotectedvirtual |
Update the levelset by 1 iteration from the computed updates
Implements itk::LevelSetEvolutionBase< TEquationContainer, LevelSetDenseImage< TImage > >.
|
friend |
Definition at line 166 of file itkLevelSetEvolution.h.
|
friend |
Definition at line 157 of file itkLevelSetEvolution.h.
|
friend |
Definition at line 173 of file itkLevelSetEvolution.h.
|
staticconstexpr |
Definition at line 85 of file itkLevelSetEvolution.h.
|
protected |
Helper variable for threading.
Definition at line 185 of file itkLevelSetEvolution.h.
|
protected |
Definition at line 173 of file itkLevelSetEvolution.h.
|
protected |
Definition at line 166 of file itkLevelSetEvolution.h.
|
protected |
Definition at line 182 of file itkLevelSetEvolution.h.
|
protected |
Definition at line 157 of file itkLevelSetEvolution.h.