ITK
6.0.0
Insight Toolkit
|
#include <itkLevelSetEvolution.h>
Definition at line 380 of file itkLevelSetEvolution.h.
Public Member Functions | |
const char * | GetNameOfClass () const override |
LevelSetEvolution ()=default | |
~LevelSetEvolution () override=default | |
Public Member Functions inherited from itk::LevelSetEvolutionBase< TEquationContainer, MalcolmSparseLevelSetImage< VDimension > > | |
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, MalcolmSparseLevelSetImage< VDimension > > | |
static constexpr unsigned int | ImageDimension |
Protected Member Functions | |
void | UpdateEquations () override |
void | UpdateLevelSets () override |
Protected Member Functions inherited from itk::LevelSetEvolutionBase< TEquationContainer, MalcolmSparseLevelSetImage< VDimension > > | |
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 () |
Additional Inherited Members | |
Protected Attributes inherited from itk::LevelSetEvolutionBase< TEquationContainer, MalcolmSparseLevelSetImage< VDimension > > | |
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 |
Protected Attributes inherited from itk::LightObject | |
std::atomic< int > | m_ReferenceCount {} |
using itk::LevelSetEvolution< TEquationContainer, MalcolmSparseLevelSetImage< VDimension > >::ConstPointer = SmartPointer<const Self> |
Definition at line 390 of file itkLevelSetEvolution.h.
using itk::LevelSetEvolution< TEquationContainer, MalcolmSparseLevelSetImage< VDimension > >::InputImageConstIteratorType = ImageRegionConstIteratorWithIndex<InputImageType> |
Definition at line 439 of file itkLevelSetEvolution.h.
using itk::LevelSetEvolution< TEquationContainer, MalcolmSparseLevelSetImage< VDimension > >::LevelSetLabelMapPointer = typename LevelSetType::LabelMapPointer |
Definition at line 427 of file itkLevelSetEvolution.h.
using itk::LevelSetEvolution< TEquationContainer, MalcolmSparseLevelSetImage< VDimension > >::LevelSetLabelMapType = typename LevelSetType::LabelMapType |
Definition at line 426 of file itkLevelSetEvolution.h.
using itk::LevelSetEvolution< TEquationContainer, MalcolmSparseLevelSetImage< VDimension > >::LevelSetLayerIterator = typename LevelSetType::LayerIterator |
Definition at line 424 of file itkLevelSetEvolution.h.
using itk::LevelSetEvolution< TEquationContainer, MalcolmSparseLevelSetImage< VDimension > >::LevelSetLayerType = typename LevelSetType::LayerType |
Definition at line 423 of file itkLevelSetEvolution.h.
using itk::LevelSetEvolution< TEquationContainer, MalcolmSparseLevelSetImage< VDimension > >::LevelSetType = MalcolmSparseLevelSetImage<VDimension> |
Definition at line 386 of file itkLevelSetEvolution.h.
using itk::LevelSetEvolution< TEquationContainer, MalcolmSparseLevelSetImage< VDimension > >::Pointer = SmartPointer<Self> |
Definition at line 389 of file itkLevelSetEvolution.h.
using itk::LevelSetEvolution< TEquationContainer, MalcolmSparseLevelSetImage< VDimension > >::Self = LevelSetEvolution |
Definition at line 388 of file itkLevelSetEvolution.h.
using itk::LevelSetEvolution< TEquationContainer, MalcolmSparseLevelSetImage< VDimension > >::Superclass = LevelSetEvolutionBase<TEquationContainer, LevelSetType> |
Definition at line 391 of file itkLevelSetEvolution.h.
using itk::LevelSetEvolution< TEquationContainer, MalcolmSparseLevelSetImage< VDimension > >::UpdateLevelSetFilterPointer = typename UpdateLevelSetFilterType::Pointer |
Definition at line 442 of file itkLevelSetEvolution.h.
using itk::LevelSetEvolution< TEquationContainer, MalcolmSparseLevelSetImage< VDimension > >::UpdateLevelSetFilterType = UpdateMalcolmSparseLevelSet<ImageDimension, EquationContainerType> |
Definition at line 441 of file itkLevelSetEvolution.h.
|
default |
|
overridedefault |
|
overridevirtual |
Reimplemented from itk::Object.
|
static |
Method for creation through object factory
|
overrideprotectedvirtual |
|
overrideprotectedvirtual |
|
staticconstexpr |
Definition at line 413 of file itkLevelSetEvolution.h.