ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkLevelSetEquationCurvatureTerm.h>
Derived class to represents a curvature term in the level-set evolution PDE.
TInput | Input Image Type |
TLevelSetContainer | Level set function container type |
Definition at line 48 of file itkLevelSetEquationCurvatureTerm.h.
typedef SmartPointer< const Self > itk::LevelSetEquationCurvatureTerm< TInput, TLevelSetContainer >::ConstPointer |
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 54 of file itkLevelSetEquationCurvatureTerm.h.
typedef ZeroFluxNeumannBoundaryCondition< InputImageType > itk::LevelSetEquationCurvatureTerm< TInput, TLevelSetContainer >::DefaultBoundaryConditionType |
Neighborhood radius type
Definition at line 90 of file itkLevelSetEquationCurvatureTerm.h.
typedef Superclass::HeavisideConstPointer itk::LevelSetEquationCurvatureTerm< TInput, TLevelSetContainer >::HeavisideConstPointer |
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 83 of file itkLevelSetEquationCurvatureTerm.h.
typedef Superclass::HeavisideType itk::LevelSetEquationCurvatureTerm< TInput, TLevelSetContainer >::HeavisideType |
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 82 of file itkLevelSetEquationCurvatureTerm.h.
typedef Superclass::InputImagePointer itk::LevelSetEquationCurvatureTerm< TInput, TLevelSetContainer >::InputImagePointer |
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 67 of file itkLevelSetEquationCurvatureTerm.h.
typedef Superclass::InputImageType itk::LevelSetEquationCurvatureTerm< TInput, TLevelSetContainer >::InputImageType |
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 64 of file itkLevelSetEquationCurvatureTerm.h.
typedef Superclass::InputPixelRealType itk::LevelSetEquationCurvatureTerm< TInput, TLevelSetContainer >::InputPixelRealType |
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 69 of file itkLevelSetEquationCurvatureTerm.h.
typedef Superclass::InputPixelType itk::LevelSetEquationCurvatureTerm< TInput, TLevelSetContainer >::InputPixelType |
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 68 of file itkLevelSetEquationCurvatureTerm.h.
typedef Superclass::LevelSetContainerPointer itk::LevelSetEquationCurvatureTerm< TInput, TLevelSetContainer >::LevelSetContainerPointer |
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 72 of file itkLevelSetEquationCurvatureTerm.h.
typedef Superclass::LevelSetContainerType itk::LevelSetEquationCurvatureTerm< TInput, TLevelSetContainer >::LevelSetContainerType |
Level-set function container type
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 71 of file itkLevelSetEquationCurvatureTerm.h.
typedef Superclass::LevelSetDataType itk::LevelSetEquationCurvatureTerm< TInput, TLevelSetContainer >::LevelSetDataType |
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 85 of file itkLevelSetEquationCurvatureTerm.h.
typedef Superclass::LevelSetGradientType itk::LevelSetEquationCurvatureTerm< TInput, TLevelSetContainer >::LevelSetGradientType |
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 78 of file itkLevelSetEquationCurvatureTerm.h.
typedef Superclass::LevelSetHessianType itk::LevelSetEquationCurvatureTerm< TInput, TLevelSetContainer >::LevelSetHessianType |
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 79 of file itkLevelSetEquationCurvatureTerm.h.
typedef Superclass::LevelSetIdentifierType itk::LevelSetEquationCurvatureTerm< TInput, TLevelSetContainer >::LevelSetIdentifierType |
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 80 of file itkLevelSetEquationCurvatureTerm.h.
typedef Superclass::LevelSetInputIndexType itk::LevelSetEquationCurvatureTerm< TInput, TLevelSetContainer >::LevelSetInputIndexType |
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 77 of file itkLevelSetEquationCurvatureTerm.h.
typedef Superclass::LevelSetOutputPixelType itk::LevelSetEquationCurvatureTerm< TInput, TLevelSetContainer >::LevelSetOutputPixelType |
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 75 of file itkLevelSetEquationCurvatureTerm.h.
typedef Superclass::LevelSetOutputRealType itk::LevelSetEquationCurvatureTerm< TInput, TLevelSetContainer >::LevelSetOutputRealType |
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 76 of file itkLevelSetEquationCurvatureTerm.h.
typedef Superclass::LevelSetPointer itk::LevelSetEquationCurvatureTerm< TInput, TLevelSetContainer >::LevelSetPointer |
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 74 of file itkLevelSetEquationCurvatureTerm.h.
typedef Superclass::LevelSetType itk::LevelSetEquationCurvatureTerm< TInput, TLevelSetContainer >::LevelSetType |
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 73 of file itkLevelSetEquationCurvatureTerm.h.
typedef Vector< LevelSetOutputRealType, itkGetStaticConstMacro(ImageDimension) > itk::LevelSetEquationCurvatureTerm< TInput, TLevelSetContainer >::NeighborhoodScalesType |
Definition at line 94 of file itkLevelSetEquationCurvatureTerm.h.
typedef ConstNeighborhoodIterator< InputImageType, DefaultBoundaryConditionType > itk::LevelSetEquationCurvatureTerm< TInput, TLevelSetContainer >::NeighborhoodType |
Definition at line 92 of file itkLevelSetEquationCurvatureTerm.h.
typedef SmartPointer< Self > itk::LevelSetEquationCurvatureTerm< TInput, TLevelSetContainer >::Pointer |
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 53 of file itkLevelSetEquationCurvatureTerm.h.
typedef ConstNeighborhoodIterator< InputImageType >::RadiusType itk::LevelSetEquationCurvatureTerm< TInput, TLevelSetContainer >::RadiusType |
Definition at line 91 of file itkLevelSetEquationCurvatureTerm.h.
typedef LevelSetEquationCurvatureTerm itk::LevelSetEquationCurvatureTerm< TInput, TLevelSetContainer >::Self |
Smart pointer typedef support.
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 52 of file itkLevelSetEquationCurvatureTerm.h.
typedef LevelSetEquationTermBase< TInput, TLevelSetContainer > itk::LevelSetEquationCurvatureTerm< TInput, TLevelSetContainer >::Superclass |
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
Definition at line 56 of file itkLevelSetEquationCurvatureTerm.h.
itk::LevelSetEquationCurvatureTerm< TInput, TLevelSetContainer >::LevelSetEquationCurvatureTerm | ( | ) | [protected] |
virtual itk::LevelSetEquationCurvatureTerm< TInput, TLevelSetContainer >::~LevelSetEquationCurvatureTerm | ( | ) | [protected, virtual] |
itk::LevelSetEquationCurvatureTerm< TInput, TLevelSetContainer >::LevelSetEquationCurvatureTerm | ( | const Self & | ) | [private] |
virtual::itk::LightObject::Pointer itk::LevelSetEquationCurvatureTerm< 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::LevelSetEquationCurvatureTerm< TInput, TLevelSetContainer >::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
virtual void itk::LevelSetEquationCurvatureTerm< TInput, TLevelSetContainer >::Initialize | ( | const LevelSetInputIndexType & | ) | [virtual] |
Initialize term parameters in the dense case by computing for each pixel location
virtual void itk::LevelSetEquationCurvatureTerm< TInput, TLevelSetContainer >::InitializeParameters | ( | ) | [virtual] |
Initialize the parameters in the terms prior to an iteration
Implements itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
static Pointer itk::LevelSetEquationCurvatureTerm< TInput, TLevelSetContainer >::New | ( | ) | [static] |
Method for creation through object factory
Reimplemented from itk::Object.
void itk::LevelSetEquationCurvatureTerm< TInput, TLevelSetContainer >::operator= | ( | const Self & | ) | [private] |
Mutex lock to protect modification to the reference count
Reimplemented from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
virtual void itk::LevelSetEquationCurvatureTerm< TInput, TLevelSetContainer >::Update | ( | ) | [virtual] |
Update the term parameter values at end of iteration
Implements itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
virtual void itk::LevelSetEquationCurvatureTerm< 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::LevelSetEquationCurvatureTerm< TInput, TLevelSetContainer >::Value | ( | const LevelSetInputIndexType & | iP | ) | [protected, virtual] |
Returns the term contribution for a given location iP, i.e. .
virtual LevelSetOutputRealType itk::LevelSetEquationCurvatureTerm< 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::LevelSetEquationCurvatureTerm< TInput, TLevelSetContainer >::ImageDimension = InputImageType::ImageDimension [static] |
Definition at line 87 of file itkLevelSetEquationCurvatureTerm.h.
LevelSetOutputRealType itk::LevelSetEquationCurvatureTerm< TInput, TLevelSetContainer >::m_NeighborhoodScales[ImageDimension] [protected] |
Definition at line 123 of file itkLevelSetEquationCurvatureTerm.h.