ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <itkUpdateWhitakerSparseLevelSet.h>
Base class for updating the level-set function.
VDimension | Dimension of the input space |
TLevelSetValueType | Output type (float or double) of the levelset function |
TEquationContainer | Container of the system of levelset equations |
Definition at line 45 of file itkUpdateWhitakerSparseLevelSet.h.
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother () const |
virtual LevelSetType * | GetModifiableOutputLevelSet () |
virtual const char * | GetNameOfClass () const |
virtual const LevelSetType * | GetOutputLevelSet () const |
virtual LevelSetOutputType | GetRMSChangeAccumulator () |
void | SetUpdate (const LevelSetLayerType &update) |
void | Update () |
virtual void | SetInputLevelSet (LevelSetType *_arg) |
virtual LevelSetType * | GetModifiableInputLevelSet () |
virtual const LevelSetType * | GetInputLevelSet () const |
virtual void | SetTimeStep (LevelSetOutputType _arg) |
virtual LevelSetOutputType | GetTimeStep () |
virtual void | SetEquationContainer (EquationContainerType *_arg) |
virtual EquationContainerType * | GetModifiableEquationContainer () |
virtual const EquationContainerType * | GetEquationContainer () const |
virtual void | SetCurrentLevelSetId (IdentifierType _arg) |
virtual IdentifierType | GetCurrentLevelSetId () |
Public Member Functions inherited from itk::Object | |
unsigned long | AddObserver (const EventObject &event, Command *) |
unsigned long | AddObserver (const EventObject &event, Command *) const |
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 |
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) |
void | SetDebug (bool debugFlag) const |
void | SetReferenceCount (int) override |
void | UnRegister () const noexceptoverride |
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 | |
virtual void | Delete () |
virtual int | GetReferenceCount () const |
itkCloneMacro (Self) | |
void | Print (std::ostream &os, Indent indent=0) const |
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 flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static constexpr unsigned int | ImageDimension = VDimension |
Protected Member Functions | |
void | MovePointFromMinus1 () |
void | MovePointFromMinus2 () |
void | MovePointFromPlus1 () |
void | MovePointFromPlus2 () |
void | MovePointIntoZeroLevelSet () |
void | UpdateLayerMinus1 () |
void | UpdateLayerMinus2 () |
void | UpdateLayerPlus1 () |
void | UpdateLayerPlus2 () |
void | UpdateLayerZero () |
UpdateWhitakerSparseLevelSet () | |
~UpdateWhitakerSparseLevelSet () 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 &time) |
~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 | PrintTrailer (std::ostream &os, Indent indent) const |
virtual | ~LightObject () |
Private Types | |
using | NeighborhoodIteratorType = ShapedNeighborhoodIterator< LabelImageType > |
using | NodePairType = std::pair< LevelSetInputType, LevelSetOutputType > |
Additional Inherited Members | |
Protected Attributes inherited from itk::LightObject | |
std::atomic< int > | m_ReferenceCount |
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::ConstPointer = SmartPointer< const Self > |
Definition at line 52 of file itkUpdateWhitakerSparseLevelSet.h.
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::EquationContainerPointer = typename EquationContainerType::Pointer |
Definition at line 90 of file itkUpdateWhitakerSparseLevelSet.h.
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::EquationContainerType = TEquationContainer |
Definition at line 89 of file itkUpdateWhitakerSparseLevelSet.h.
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::LabelImagePointer = typename LabelImageType::Pointer |
Definition at line 96 of file itkUpdateWhitakerSparseLevelSet.h.
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::LabelImageToLabelMapFilterType = LabelImageToLabelMapFilter< LabelImageType, LevelSetLabelMapType > |
Definition at line 99 of file itkUpdateWhitakerSparseLevelSet.h.
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::LabelImageType = Image< LevelSetLayerIdType, ImageDimension > |
Definition at line 95 of file itkUpdateWhitakerSparseLevelSet.h.
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::LabelMapToLabelImageFilterType = LabelMapToLabelImageFilter< LevelSetLabelMapType, LabelImageType > |
Definition at line 98 of file itkUpdateWhitakerSparseLevelSet.h.
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::LevelSetInputType = typename LevelSetType::InputType |
Definition at line 68 of file itkUpdateWhitakerSparseLevelSet.h.
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::LevelSetLabelMapPointer = typename LevelSetType::LabelMapPointer |
Definition at line 72 of file itkUpdateWhitakerSparseLevelSet.h.
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::LevelSetLabelMapType = typename LevelSetType::LabelMapType |
Definition at line 71 of file itkUpdateWhitakerSparseLevelSet.h.
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::LevelSetLabelObjectLengthType = typename LevelSetType::LabelObjectLengthType |
Definition at line 76 of file itkUpdateWhitakerSparseLevelSet.h.
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::LevelSetLabelObjectLineType = typename LevelSetType::LabelObjectLineType |
Definition at line 77 of file itkUpdateWhitakerSparseLevelSet.h.
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::LevelSetLabelObjectPointer = typename LevelSetType::LabelObjectPointer |
Definition at line 75 of file itkUpdateWhitakerSparseLevelSet.h.
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::LevelSetLabelObjectType = typename LevelSetType::LabelObjectType |
Definition at line 74 of file itkUpdateWhitakerSparseLevelSet.h.
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::LevelSetLayerConstIterator = typename LevelSetType::LayerConstIterator |
Definition at line 82 of file itkUpdateWhitakerSparseLevelSet.h.
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::LevelSetLayerIdType = typename LevelSetType::LayerIdType |
Definition at line 79 of file itkUpdateWhitakerSparseLevelSet.h.
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::LevelSetLayerIterator = typename LevelSetType::LayerIterator |
Definition at line 81 of file itkUpdateWhitakerSparseLevelSet.h.
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::LevelSetLayerMapConstIterator = typename LevelSetType::LayerMapConstIterator |
Definition at line 87 of file itkUpdateWhitakerSparseLevelSet.h.
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::LevelSetLayerMapIterator = typename LevelSetType::LayerMapIterator |
Definition at line 86 of file itkUpdateWhitakerSparseLevelSet.h.
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::LevelSetLayerMapType = typename LevelSetType::LayerMapType |
Definition at line 85 of file itkUpdateWhitakerSparseLevelSet.h.
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::LevelSetLayerType = typename LevelSetType::LayerType |
Definition at line 80 of file itkUpdateWhitakerSparseLevelSet.h.
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::LevelSetOffsetType = typename LevelSetType::OffsetType |
Definition at line 69 of file itkUpdateWhitakerSparseLevelSet.h.
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::LevelSetOutputRealType = typename LevelSetType::OutputRealType |
Definition at line 83 of file itkUpdateWhitakerSparseLevelSet.h.
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::LevelSetOutputType = TLevelSetValueType |
Definition at line 63 of file itkUpdateWhitakerSparseLevelSet.h.
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::LevelSetPointer = typename LevelSetType::Pointer |
Definition at line 67 of file itkUpdateWhitakerSparseLevelSet.h.
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::LevelSetType = WhitakerSparseLevelSetImage< LevelSetOutputType, ImageDimension > |
Definition at line 66 of file itkUpdateWhitakerSparseLevelSet.h.
|
private |
Definition at line 187 of file itkUpdateWhitakerSparseLevelSet.h.
|
private |
Definition at line 189 of file itkUpdateWhitakerSparseLevelSet.h.
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::Pointer = SmartPointer< Self > |
Definition at line 51 of file itkUpdateWhitakerSparseLevelSet.h.
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::Self = UpdateWhitakerSparseLevelSet |
Definition at line 50 of file itkUpdateWhitakerSparseLevelSet.h.
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::Superclass = Object |
Definition at line 53 of file itkUpdateWhitakerSparseLevelSet.h.
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::TermContainerPointer = typename EquationContainerType::TermContainerPointer |
Definition at line 93 of file itkUpdateWhitakerSparseLevelSet.h.
using itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::TermContainerType = typename EquationContainerType::TermContainerType |
Definition at line 92 of file itkUpdateWhitakerSparseLevelSet.h.
|
protected |
|
overrideprotecteddefault |
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::Object.
|
virtual |
Set/Get the current level set id
|
virtual |
Set/Get the Equation container for computing the update
|
virtual |
Set/Get the sparse levet set image
|
virtual |
Set/Get the Equation container for computing the update
|
virtual |
Set/Get the sparse levet set image
|
virtual |
|
virtual |
Run-time type information
Reimplemented from itk::Object.
|
virtual |
|
virtual |
Set/Get the RMS change for the update
|
virtual |
Set/Get the TimeStep for the update
|
protected |
Move identified points into -1 level set layer
|
protected |
Move identified points into -2 level set layer
|
protected |
Move identified points into +1 level set layer
|
protected |
Move identified points into +2 level set layer
|
protected |
Move identified points into 0 level set layer
|
static |
Method for creation through object factory
|
virtual |
Set/Get the current level set id
|
virtual |
Set/Get the Equation container for computing the update
|
virtual |
Set/Get the sparse levet set image
|
virtual |
Set/Get the TimeStep for the update
void itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::SetUpdate | ( | const LevelSetLayerType & | update | ) |
Set the update map for all points in the zero layer
void itk::UpdateWhitakerSparseLevelSet< VDimension, TLevelSetValueType, TEquationContainer >::Update | ( | ) |
Update function for initializing and computing the output level set
|
protected |
Update -1 level set layer by moving relevant points to layers -2 or 0
|
protected |
Update zero level set layer by moving relevant points to layers -3 or -1
|
protected |
Update +1 level set layer by moving relevant points to layers 0 or 2
|
protected |
Update +2 level set layer by moving relevant points to layers 1 or 3
|
protected |
Update zero level set layer by moving relevant points to layers -1 or 1
|
static |
Definition at line 61 of file itkUpdateWhitakerSparseLevelSet.h.
|
private |
Definition at line 169 of file itkUpdateWhitakerSparseLevelSet.h.
|
private |
Definition at line 171 of file itkUpdateWhitakerSparseLevelSet.h.
|
private |
Definition at line 174 of file itkUpdateWhitakerSparseLevelSet.h.
|
private |
Definition at line 183 of file itkUpdateWhitakerSparseLevelSet.h.
|
private |
Definition at line 181 of file itkUpdateWhitakerSparseLevelSet.h.
|
private |
Definition at line 180 of file itkUpdateWhitakerSparseLevelSet.h.
|
private |
Definition at line 185 of file itkUpdateWhitakerSparseLevelSet.h.
|
private |
Definition at line 175 of file itkUpdateWhitakerSparseLevelSet.h.
|
private |
Definition at line 168 of file itkUpdateWhitakerSparseLevelSet.h.
|
private |
Definition at line 177 of file itkUpdateWhitakerSparseLevelSet.h.
|
private |
Definition at line 178 of file itkUpdateWhitakerSparseLevelSet.h.
|
private |
Definition at line 167 of file itkUpdateWhitakerSparseLevelSet.h.
|
private |
Definition at line 173 of file itkUpdateWhitakerSparseLevelSet.h.