ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkUpdateShiSparseLevelSet.h>
Base class for updating the Shi 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 itkUpdateShiSparseLevelSet.h.
typedef SmartPointer< const Self > itk::UpdateShiSparseLevelSet< VDimension, TEquationContainer >::ConstPointer |
Reimplemented from itk::Object.
Definition at line 48 of file itkUpdateShiSparseLevelSet.h.
typedef EquationContainerType::Pointer itk::UpdateShiSparseLevelSet< VDimension, TEquationContainer >::EquationContainerPointer |
Definition at line 82 of file itkUpdateShiSparseLevelSet.h.
typedef TEquationContainer itk::UpdateShiSparseLevelSet< VDimension, TEquationContainer >::EquationContainerType |
Definition at line 81 of file itkUpdateShiSparseLevelSet.h.
typedef LabelImageType::Pointer itk::UpdateShiSparseLevelSet< VDimension, TEquationContainer >::LabelImagePointer [protected] |
Definition at line 120 of file itkUpdateShiSparseLevelSet.h.
typedef Image< int8_t, ImageDimension > itk::UpdateShiSparseLevelSet< VDimension, TEquationContainer >::LabelImageType [protected] |
Definition at line 119 of file itkUpdateShiSparseLevelSet.h.
typedef LevelSetType::InputType itk::UpdateShiSparseLevelSet< VDimension, TEquationContainer >::LevelSetInputType |
Definition at line 61 of file itkUpdateShiSparseLevelSet.h.
typedef LevelSetType::LabelMapPointer itk::UpdateShiSparseLevelSet< VDimension, TEquationContainer >::LevelSetLabelMapPointer |
Definition at line 65 of file itkUpdateShiSparseLevelSet.h.
typedef LevelSetType::LabelMapType itk::UpdateShiSparseLevelSet< VDimension, TEquationContainer >::LevelSetLabelMapType |
Definition at line 64 of file itkUpdateShiSparseLevelSet.h.
typedef LevelSetType::LabelObjectLengthType itk::UpdateShiSparseLevelSet< VDimension, TEquationContainer >::LevelSetLabelObjectLengthType |
Definition at line 69 of file itkUpdateShiSparseLevelSet.h.
typedef LevelSetType::LabelObjectLineType itk::UpdateShiSparseLevelSet< VDimension, TEquationContainer >::LevelSetLabelObjectLineType |
Definition at line 70 of file itkUpdateShiSparseLevelSet.h.
typedef LevelSetType::LabelObjectPointer itk::UpdateShiSparseLevelSet< VDimension, TEquationContainer >::LevelSetLabelObjectPointer |
Definition at line 68 of file itkUpdateShiSparseLevelSet.h.
typedef LevelSetType::LabelObjectType itk::UpdateShiSparseLevelSet< VDimension, TEquationContainer >::LevelSetLabelObjectType |
Definition at line 67 of file itkUpdateShiSparseLevelSet.h.
typedef LevelSetType::LayerConstIterator itk::UpdateShiSparseLevelSet< VDimension, TEquationContainer >::LevelSetLayerConstIterator |
Definition at line 74 of file itkUpdateShiSparseLevelSet.h.
typedef LevelSetType::LayerIterator itk::UpdateShiSparseLevelSet< VDimension, TEquationContainer >::LevelSetLayerIterator |
Definition at line 73 of file itkUpdateShiSparseLevelSet.h.
typedef LevelSetType::LayerMapConstIterator itk::UpdateShiSparseLevelSet< VDimension, TEquationContainer >::LevelSetLayerMapConstIterator |
Definition at line 79 of file itkUpdateShiSparseLevelSet.h.
typedef LevelSetType::LayerMapIterator itk::UpdateShiSparseLevelSet< VDimension, TEquationContainer >::LevelSetLayerMapIterator |
Definition at line 78 of file itkUpdateShiSparseLevelSet.h.
typedef LevelSetType::LayerMapType itk::UpdateShiSparseLevelSet< VDimension, TEquationContainer >::LevelSetLayerMapType |
Definition at line 77 of file itkUpdateShiSparseLevelSet.h.
typedef LevelSetType::LayerType itk::UpdateShiSparseLevelSet< VDimension, TEquationContainer >::LevelSetLayerType |
Definition at line 72 of file itkUpdateShiSparseLevelSet.h.
typedef LevelSetType::OutputRealType itk::UpdateShiSparseLevelSet< VDimension, TEquationContainer >::LevelSetOutputRealType |
Definition at line 75 of file itkUpdateShiSparseLevelSet.h.
typedef LevelSetType::OutputType itk::UpdateShiSparseLevelSet< VDimension, TEquationContainer >::LevelSetOutputType |
Definition at line 62 of file itkUpdateShiSparseLevelSet.h.
typedef LevelSetType::Pointer itk::UpdateShiSparseLevelSet< VDimension, TEquationContainer >::LevelSetPointer |
Definition at line 60 of file itkUpdateShiSparseLevelSet.h.
typedef ShiSparseLevelSetImage< ImageDimension > itk::UpdateShiSparseLevelSet< VDimension, TEquationContainer >::LevelSetType |
Definition at line 59 of file itkUpdateShiSparseLevelSet.h.
typedef ShapedNeighborhoodIterator< LabelImageType > itk::UpdateShiSparseLevelSet< VDimension, TEquationContainer >::NeighborhoodIteratorType [protected] |
Definition at line 124 of file itkUpdateShiSparseLevelSet.h.
typedef std::pair< LevelSetInputType, LevelSetOutputType > itk::UpdateShiSparseLevelSet< VDimension, TEquationContainer >::NodePairType [private] |
Definition at line 147 of file itkUpdateShiSparseLevelSet.h.
typedef SmartPointer< Self > itk::UpdateShiSparseLevelSet< VDimension, TEquationContainer >::Pointer |
Reimplemented from itk::Object.
Definition at line 47 of file itkUpdateShiSparseLevelSet.h.
typedef UpdateShiSparseLevelSet itk::UpdateShiSparseLevelSet< VDimension, TEquationContainer >::Self |
Smart pointer typedef support.
Reimplemented from itk::Object.
Definition at line 46 of file itkUpdateShiSparseLevelSet.h.
typedef Object itk::UpdateShiSparseLevelSet< VDimension, TEquationContainer >::Superclass |
Reimplemented from itk::Object.
Definition at line 49 of file itkUpdateShiSparseLevelSet.h.
typedef EquationContainerType::TermContainerPointer itk::UpdateShiSparseLevelSet< VDimension, TEquationContainer >::TermContainerPointer |
Definition at line 83 of file itkUpdateShiSparseLevelSet.h.
itk::UpdateShiSparseLevelSet< VDimension, TEquationContainer >::UpdateShiSparseLevelSet | ( | ) | [protected] |
virtual itk::UpdateShiSparseLevelSet< VDimension, TEquationContainer >::~UpdateShiSparseLevelSet | ( | ) | [protected, virtual] |
itk::UpdateShiSparseLevelSet< VDimension, TEquationContainer >::UpdateShiSparseLevelSet | ( | const Self & | ) | [private] |
bool itk::UpdateShiSparseLevelSet< VDimension, TEquationContainer >::Con | ( | const LevelSetInputType & | iIdx, |
const LevelSetOutputType & | iCurrentStatus, | ||
const LevelSetOutputRealType & | iCurrentUpdate | ||
) | const [protected] |
Return true if there is a pixel from the opposite layer (+1 or -1) moving in the same direction
virtual::itk::LightObject::Pointer itk::UpdateShiSparseLevelSet< VDimension, TEquationContainer >::CreateAnother | ( | void | ) | const [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 IdentifierType itk::UpdateShiSparseLevelSet< VDimension, TEquationContainer >::GetCurrentLevelSetId | ( | ) | [virtual] |
Set/Get the current level set id
virtual EquationContainerType* itk::UpdateShiSparseLevelSet< VDimension, TEquationContainer >::GetEquationContainer | ( | ) | [virtual] |
Set/Get the Equation container for computing the update
virtual LevelSetType* itk::UpdateShiSparseLevelSet< VDimension, TEquationContainer >::GetInputLevelSet | ( | ) | [virtual] |
Set/Get the sparse levet set image
virtual const char* itk::UpdateShiSparseLevelSet< VDimension, TEquationContainer >::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information
Reimplemented from itk::Object.
virtual LevelSetType* itk::UpdateShiSparseLevelSet< VDimension, TEquationContainer >::GetOutputLevelSet | ( | ) | [virtual] |
virtual LevelSetOutputRealType itk::UpdateShiSparseLevelSet< VDimension, TEquationContainer >::GetRMSChangeAccumulator | ( | ) | [virtual] |
Set/Get the RMS change for the update
static Pointer itk::UpdateShiSparseLevelSet< VDimension, TEquationContainer >::New | ( | ) | [static] |
Method for creation through object factory
Reimplemented from itk::Object.
void itk::UpdateShiSparseLevelSet< VDimension, TEquationContainer >::operator= | ( | const Self & | ) | [private] |
Mutex lock to protect modification to the reference count
Reimplemented from itk::Object.
virtual void itk::UpdateShiSparseLevelSet< VDimension, TEquationContainer >::SetCurrentLevelSetId | ( | IdentifierType | _arg | ) | [virtual] |
Set/Get the current level set id
virtual void itk::UpdateShiSparseLevelSet< VDimension, TEquationContainer >::SetEquationContainer | ( | EquationContainerType * | _arg | ) | [virtual] |
Set/Get the Equation container for computing the update
virtual void itk::UpdateShiSparseLevelSet< VDimension, TEquationContainer >::SetInputLevelSet | ( | LevelSetType * | _arg | ) | [virtual] |
Set/Get the sparse levet set image
void itk::UpdateShiSparseLevelSet< VDimension, TEquationContainer >::Update | ( | ) |
Update function for initializing and computing the output level set
void itk::UpdateShiSparseLevelSet< VDimension, TEquationContainer >::UpdateLayerMinusOne | ( | ) | [protected] |
Update -1 level set layers by checking the direction of the movement towards +1
void itk::UpdateShiSparseLevelSet< VDimension, TEquationContainer >::UpdateLayerPlusOne | ( | ) | [protected] |
Update +1 level set layers by checking the direction of the movement towards -1
const unsigned int itk::UpdateShiSparseLevelSet< VDimension, TEquationContainer >::ImageDimension = VDimension [static] |
Definition at line 57 of file itkUpdateShiSparseLevelSet.h.
IdentifierType itk::UpdateShiSparseLevelSet< VDimension, TEquationContainer >::m_CurrentLevelSetId [protected] |
Definition at line 115 of file itkUpdateShiSparseLevelSet.h.
EquationContainerPointer itk::UpdateShiSparseLevelSet< VDimension, TEquationContainer >::m_EquationContainer [protected] |
Definition at line 117 of file itkUpdateShiSparseLevelSet.h.
LevelSetPointer itk::UpdateShiSparseLevelSet< VDimension, TEquationContainer >::m_InputLevelSet [private] |
Definition at line 145 of file itkUpdateShiSparseLevelSet.h.
LabelImagePointer itk::UpdateShiSparseLevelSet< VDimension, TEquationContainer >::m_InternalImage [protected] |
Definition at line 122 of file itkUpdateShiSparseLevelSet.h.
LevelSetPointer itk::UpdateShiSparseLevelSet< VDimension, TEquationContainer >::m_OutputLevelSet [protected] |
Definition at line 113 of file itkUpdateShiSparseLevelSet.h.
LevelSetOutputRealType itk::UpdateShiSparseLevelSet< VDimension, TEquationContainer >::m_RMSChangeAccumulator [protected] |
Definition at line 116 of file itkUpdateShiSparseLevelSet.h.