ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include <itkUpdateMalcolmSparseLevelSet.h>
Base class for updating the Malcolm representation of level-set function.
VDimension | Dimension of the input space |
TEquationContainer | Container of the system of levelset equations |
Definition at line 43 of file itkUpdateMalcolmSparseLevelSet.h.
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual LevelSetType * | GetModifiableOutputLevelSet () |
virtual const char * | GetNameOfClass () const |
virtual const LevelSetType * | GetOutputLevelSet () const |
virtual LevelSetOutputRealType | GetRMSChangeAccumulator () |
void | Update () |
virtual void | SetInputLevelSet (LevelSetType *_arg) |
virtual LevelSetType * | GetModifiableInputLevelSet () |
virtual const LevelSetType * | GetInputLevelSet () const |
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 (void) |
const MetaDataDictionary & | GetMetaDataDictionary (void) 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 |
virtual void | Register () const |
void | RemoveAllObservers () |
void | RemoveObserver (unsigned long tag) |
void | SetDebug (bool debugFlag) const |
void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
virtual void | SetReferenceCount (int) |
virtual void | UnRegister () 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 const unsigned int | ImageDimension = VDimension |
Protected Types | |
typedef LabelImageType::Pointer | LabelImagePointer |
typedef Image< int8_t, ImageDimension > | LabelImageType |
typedef ShapedNeighborhoodIterator < LabelImageType > | NeighborhoodIteratorType |
Protected Member Functions | |
void | CompactLayersToSinglePixelThickness () |
void | EvolveWithPhasedPropagation (LevelSetLayerType &ioList, LevelSetLayerType &ioUpdate, const bool &iContraction) |
void | EvolveWithUnPhasedPropagation () |
void | FillUpdateContainer () |
UpdateMalcolmSparseLevelSet () | |
virtual | ~UpdateMalcolmSparseLevelSet () |
Protected Member Functions inherited from itk::Object | |
Object () | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
virtual void | SetTimeStamp (const TimeStamp &time) |
virtual | ~Object () |
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 | |
typedef std::pair < LevelSetInputType, LevelSetOutputType > | NodePairType |
Private Member Functions | |
void | operator= (const Self &) |
UpdateMalcolmSparseLevelSet (const Self &) | |
Private Attributes | |
LevelSetPointer | m_InputLevelSet |
typedef SmartPointer< const Self > itk::UpdateMalcolmSparseLevelSet< VDimension, TEquationContainer >::ConstPointer |
Definition at line 48 of file itkUpdateMalcolmSparseLevelSet.h.
typedef EquationContainerType::Pointer itk::UpdateMalcolmSparseLevelSet< VDimension, TEquationContainer >::EquationContainerPointer |
Definition at line 82 of file itkUpdateMalcolmSparseLevelSet.h.
typedef TEquationContainer itk::UpdateMalcolmSparseLevelSet< VDimension, TEquationContainer >::EquationContainerType |
Definition at line 81 of file itkUpdateMalcolmSparseLevelSet.h.
|
protected |
Definition at line 122 of file itkUpdateMalcolmSparseLevelSet.h.
|
protected |
Definition at line 121 of file itkUpdateMalcolmSparseLevelSet.h.
typedef LevelSetType::InputType itk::UpdateMalcolmSparseLevelSet< VDimension, TEquationContainer >::LevelSetInputType |
Definition at line 61 of file itkUpdateMalcolmSparseLevelSet.h.
typedef LevelSetType::LabelMapPointer itk::UpdateMalcolmSparseLevelSet< VDimension, TEquationContainer >::LevelSetLabelMapPointer |
Definition at line 65 of file itkUpdateMalcolmSparseLevelSet.h.
typedef LevelSetType::LabelMapType itk::UpdateMalcolmSparseLevelSet< VDimension, TEquationContainer >::LevelSetLabelMapType |
Definition at line 64 of file itkUpdateMalcolmSparseLevelSet.h.
typedef LevelSetType::LabelObjectLengthType itk::UpdateMalcolmSparseLevelSet< VDimension, TEquationContainer >::LevelSetLabelObjectLengthType |
Definition at line 69 of file itkUpdateMalcolmSparseLevelSet.h.
typedef LevelSetType::LabelObjectLineType itk::UpdateMalcolmSparseLevelSet< VDimension, TEquationContainer >::LevelSetLabelObjectLineType |
Definition at line 70 of file itkUpdateMalcolmSparseLevelSet.h.
typedef LevelSetType::LabelObjectPointer itk::UpdateMalcolmSparseLevelSet< VDimension, TEquationContainer >::LevelSetLabelObjectPointer |
Definition at line 68 of file itkUpdateMalcolmSparseLevelSet.h.
typedef LevelSetType::LabelObjectType itk::UpdateMalcolmSparseLevelSet< VDimension, TEquationContainer >::LevelSetLabelObjectType |
Definition at line 67 of file itkUpdateMalcolmSparseLevelSet.h.
typedef LevelSetType::LayerConstIterator itk::UpdateMalcolmSparseLevelSet< VDimension, TEquationContainer >::LevelSetLayerConstIterator |
Definition at line 74 of file itkUpdateMalcolmSparseLevelSet.h.
typedef LevelSetType::LayerIterator itk::UpdateMalcolmSparseLevelSet< VDimension, TEquationContainer >::LevelSetLayerIterator |
Definition at line 73 of file itkUpdateMalcolmSparseLevelSet.h.
typedef LevelSetType::LayerMapConstIterator itk::UpdateMalcolmSparseLevelSet< VDimension, TEquationContainer >::LevelSetLayerMapConstIterator |
Definition at line 79 of file itkUpdateMalcolmSparseLevelSet.h.
typedef LevelSetType::LayerMapIterator itk::UpdateMalcolmSparseLevelSet< VDimension, TEquationContainer >::LevelSetLayerMapIterator |
Definition at line 78 of file itkUpdateMalcolmSparseLevelSet.h.
typedef LevelSetType::LayerMapType itk::UpdateMalcolmSparseLevelSet< VDimension, TEquationContainer >::LevelSetLayerMapType |
Definition at line 77 of file itkUpdateMalcolmSparseLevelSet.h.
typedef LevelSetType::LayerType itk::UpdateMalcolmSparseLevelSet< VDimension, TEquationContainer >::LevelSetLayerType |
Definition at line 72 of file itkUpdateMalcolmSparseLevelSet.h.
typedef LevelSetType::OutputRealType itk::UpdateMalcolmSparseLevelSet< VDimension, TEquationContainer >::LevelSetOutputRealType |
Definition at line 75 of file itkUpdateMalcolmSparseLevelSet.h.
typedef LevelSetType::OutputType itk::UpdateMalcolmSparseLevelSet< VDimension, TEquationContainer >::LevelSetOutputType |
Definition at line 62 of file itkUpdateMalcolmSparseLevelSet.h.
typedef LevelSetType::Pointer itk::UpdateMalcolmSparseLevelSet< VDimension, TEquationContainer >::LevelSetPointer |
Definition at line 60 of file itkUpdateMalcolmSparseLevelSet.h.
typedef MalcolmSparseLevelSetImage< ImageDimension > itk::UpdateMalcolmSparseLevelSet< VDimension, TEquationContainer >::LevelSetType |
Definition at line 59 of file itkUpdateMalcolmSparseLevelSet.h.
|
protected |
Definition at line 126 of file itkUpdateMalcolmSparseLevelSet.h.
|
private |
Definition at line 154 of file itkUpdateMalcolmSparseLevelSet.h.
typedef SmartPointer< Self > itk::UpdateMalcolmSparseLevelSet< VDimension, TEquationContainer >::Pointer |
Definition at line 47 of file itkUpdateMalcolmSparseLevelSet.h.
typedef UpdateMalcolmSparseLevelSet itk::UpdateMalcolmSparseLevelSet< VDimension, TEquationContainer >::Self |
Definition at line 46 of file itkUpdateMalcolmSparseLevelSet.h.
typedef Object itk::UpdateMalcolmSparseLevelSet< VDimension, TEquationContainer >::Superclass |
Definition at line 49 of file itkUpdateMalcolmSparseLevelSet.h.
typedef EquationContainerType::TermContainerPointer itk::UpdateMalcolmSparseLevelSet< VDimension, TEquationContainer >::TermContainerPointer |
Definition at line 83 of file itkUpdateMalcolmSparseLevelSet.h.
|
protected |
|
protectedvirtual |
|
private |
|
protected |
Make sure the layers are of single pixel thickness only. This method is related to the minimal interface function described in the original paper.
|
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.
|
protected |
Update separately the zero layer for points with positive/negative update values Move points to -1 or +1 layers
|
protected |
Update the zero layer for all points with values stored in UpdateContainer Move points to -1 or +1 layers
|
protected |
Compute the updates for all points in the 0 layer and store in UpdateContainer
|
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
|
static |
Method for creation through object factory
|
private |
|
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
void itk::UpdateMalcolmSparseLevelSet< VDimension, TEquationContainer >::Update | ( | ) |
Update function for initializing and computing the output level set
|
static |
Definition at line 57 of file itkUpdateMalcolmSparseLevelSet.h.
|
protected |
Definition at line 117 of file itkUpdateMalcolmSparseLevelSet.h.
|
protected |
Definition at line 119 of file itkUpdateMalcolmSparseLevelSet.h.
|
private |
Definition at line 152 of file itkUpdateMalcolmSparseLevelSet.h.
|
protected |
Definition at line 124 of file itkUpdateMalcolmSparseLevelSet.h.
|
protected |
Definition at line 128 of file itkUpdateMalcolmSparseLevelSet.h.
|
protected |
Definition at line 113 of file itkUpdateMalcolmSparseLevelSet.h.
|
protected |
Definition at line 118 of file itkUpdateMalcolmSparseLevelSet.h.
|
protected |
Definition at line 115 of file itkUpdateMalcolmSparseLevelSet.h.