ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkLevelSetEquationLaplacianTerm.h>
Derived class to represents a propagation term in the level-set evolution PDE.
TInput | Input Image Type |
TLevelSetContainer | Level set function container type |
Definition at line 47 of file itkLevelSetEquationLaplacianTerm.h.
typedef SmartPointer< const Self > itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::ConstPointer |
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 53 of file itkLevelSetEquationLaplacianTerm.h.
typedef ZeroFluxNeumannBoundaryCondition< InputImageType > itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::DefaultBoundaryConditionType |
Neighborhood radius type
Definition at line 88 of file itkLevelSetEquationLaplacianTerm.h.
typedef Superclass::HeavisideConstPointer itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::HeavisideConstPointer |
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 81 of file itkLevelSetEquationLaplacianTerm.h.
typedef Superclass::HeavisideType itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::HeavisideType |
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 80 of file itkLevelSetEquationLaplacianTerm.h.
typedef Superclass::InputImagePointer itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::InputImagePointer |
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 65 of file itkLevelSetEquationLaplacianTerm.h.
typedef Superclass::InputImageType itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::InputImageType |
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 62 of file itkLevelSetEquationLaplacianTerm.h.
typedef Superclass::InputPixelRealType itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::InputPixelRealType |
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 67 of file itkLevelSetEquationLaplacianTerm.h.
typedef Superclass::InputPixelType itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::InputPixelType |
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 66 of file itkLevelSetEquationLaplacianTerm.h.
typedef Superclass::LevelSetContainerPointer itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::LevelSetContainerPointer |
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 70 of file itkLevelSetEquationLaplacianTerm.h.
typedef Superclass::LevelSetContainerType itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::LevelSetContainerType |
Level-set function container type
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 69 of file itkLevelSetEquationLaplacianTerm.h.
typedef Superclass::LevelSetDataType itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::LevelSetDataType |
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 83 of file itkLevelSetEquationLaplacianTerm.h.
typedef Superclass::LevelSetGradientType itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::LevelSetGradientType |
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 76 of file itkLevelSetEquationLaplacianTerm.h.
typedef Superclass::LevelSetHessianType itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::LevelSetHessianType |
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 77 of file itkLevelSetEquationLaplacianTerm.h.
typedef Superclass::LevelSetIdentifierType itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::LevelSetIdentifierType |
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 78 of file itkLevelSetEquationLaplacianTerm.h.
typedef Superclass::LevelSetInputIndexType itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::LevelSetInputIndexType |
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 75 of file itkLevelSetEquationLaplacianTerm.h.
typedef Superclass::LevelSetOutputPixelType itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::LevelSetOutputPixelType |
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 73 of file itkLevelSetEquationLaplacianTerm.h.
typedef Superclass::LevelSetOutputRealType itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::LevelSetOutputRealType |
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 74 of file itkLevelSetEquationLaplacianTerm.h.
typedef Superclass::LevelSetPointer itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::LevelSetPointer |
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 72 of file itkLevelSetEquationLaplacianTerm.h.
typedef Superclass::LevelSetType itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::LevelSetType |
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 71 of file itkLevelSetEquationLaplacianTerm.h.
typedef Vector< LevelSetOutputRealType, itkGetStaticConstMacro(ImageDimension) > itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::NeighborhoodScalesType |
Definition at line 92 of file itkLevelSetEquationLaplacianTerm.h.
typedef ConstNeighborhoodIterator< InputImageType, DefaultBoundaryConditionType > itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::NeighborhoodType |
Definition at line 90 of file itkLevelSetEquationLaplacianTerm.h.
typedef SmartPointer< Self > itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::Pointer |
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 52 of file itkLevelSetEquationLaplacianTerm.h.
typedef ConstNeighborhoodIterator< InputImageType >::RadiusType itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::RadiusType |
Definition at line 89 of file itkLevelSetEquationLaplacianTerm.h.
typedef LevelSetEquationLaplacianTerm itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::Self |
Smart pointer typedef support.
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 51 of file itkLevelSetEquationLaplacianTerm.h.
typedef LevelSetEquationTermBase< TInput, TLevelSetContainer > itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::Superclass |
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 55 of file itkLevelSetEquationLaplacianTerm.h.
itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::LevelSetEquationLaplacianTerm | ( | ) | [protected] |
virtual itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::~LevelSetEquationLaplacianTerm | ( | ) | [protected, virtual] |
itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::LevelSetEquationLaplacianTerm | ( | const Self & | ) | [private] |
virtual::itk::LightObject::Pointer itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::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 const char* itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
virtual void itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::Initialize | ( | const LevelSetInputIndexType & | ) | [virtual] |
virtual void itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::InitializeParameters | ( | ) | [virtual] |
Initialize the parameters in the terms prior to an iteration
Implements itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
LevelSetOutputRealType itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::LaplacianSpeed | ( | const LevelSetInputIndexType & | iP | ) | const [protected] |
Return the spatial speed dependence a given pixel location Usually, it is constant across the image domain
static Pointer itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::New | ( | ) | [static] |
Method for creation through object factory
Reimplemented from itk::Object.
void itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::operator= | ( | const Self & | ) | [private] |
Mutex lock to protect modification to the reference count
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
virtual void itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::Update | ( | ) | [virtual] |
Update the term parameter values at end of iteration
Implements itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
virtual void itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::UpdatePixel | ( | const LevelSetInputIndexType & | iP, |
const LevelSetOutputRealType & | oldValue, | ||
const LevelSetOutputRealType & | newValue | ||
) | [virtual] |
Supply updates at pixels to keep the term parameters always updated
virtual LevelSetOutputRealType itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::Value | ( | const LevelSetInputIndexType & | iP | ) | [protected, virtual] |
Returns the term contribution for a given location iP, i.e. .
virtual LevelSetOutputRealType itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::Value | ( | const LevelSetInputIndexType & | iP, |
const LevelSetDataType & | iData | ||
) | [protected, virtual] |
Returns the term contribution for a given location iP, i.e. .
const unsigned int itk::LevelSetEquationLaplacianTerm< TInput, TLevelSetContainer >::ImageDimension = InputImageType::ImageDimension [static] |
Definition at line 85 of file itkLevelSetEquationLaplacianTerm.h.