#include <itkVectorGradientNDAnisotropicDiffusionFunction.h>
Inheritance diagram for itk::VectorGradientNDAnisotropicDiffusionFunction:
Public Types | |
typedef VectorGradientNDAnisotropicDiffusionFunction | Self |
typedef VectorAnisotropicDiffusionFunction< TImage > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::ImageType | ImageType |
typedef Superclass::PixelType | PixelType |
typedef Superclass::TimeStepType | TimeStepType |
typedef Superclass::RadiusType | RadiusType |
typedef Superclass::NeighborhoodType | NeighborhoodType |
typedef Superclass::FloatOffsetType | FloatOffsetType |
typedef PixelType::ValueType | ScalarValueType |
Public Methods | |
virtual const char * | GetClassName () const |
virtual PixelType | ComputeUpdate (const NeighborhoodType &neighborhood, void *globalData, const FloatOffsetType &offset=FloatOffsetType(0.0)) const |
virtual void | InitializeIteration () |
itkStaticConstMacro (ImageDimension, unsigned int, Superclass::ImageDimension) | |
itkStaticConstMacro (VectorDimension, unsigned int, Superclass::VectorDimension) | |
Static Public Methods | |
Pointer | New () |
Protected Methods | |
VectorGradientNDAnisotropicDiffusionFunction () | |
~VectorGradientNDAnisotropicDiffusionFunction () |
Definition at line 34 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.
|
Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >. Definition at line 42 of file itkVectorGradientNDAnisotropicDiffusionFunction.h. |
|
Reimplemented from itk::AnisotropicDiffusionFunction< TImage >. Definition at line 57 of file itkVectorGradientNDAnisotropicDiffusionFunction.h. |
|
Inherit some parameters from the superclass type. Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >. Definition at line 52 of file itkVectorGradientNDAnisotropicDiffusionFunction.h. |
|
Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >. Definition at line 56 of file itkVectorGradientNDAnisotropicDiffusionFunction.h. |
|
Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >. Definition at line 53 of file itkVectorGradientNDAnisotropicDiffusionFunction.h. |
|
Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >. Definition at line 41 of file itkVectorGradientNDAnisotropicDiffusionFunction.h. |
|
Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >. Definition at line 55 of file itkVectorGradientNDAnisotropicDiffusionFunction.h. |
|
Type of a value in a vector (double, float, etc.) Definition at line 67 of file itkVectorGradientNDAnisotropicDiffusionFunction.h. Referenced by itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::~VectorGradientNDAnisotropicDiffusionFunction(). |
|
Standard class typedefs. Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >. Definition at line 39 of file itkVectorGradientNDAnisotropicDiffusionFunction.h. |
|
Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >. Definition at line 40 of file itkVectorGradientNDAnisotropicDiffusionFunction.h. |
|
Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >. Definition at line 54 of file itkVectorGradientNDAnisotropicDiffusionFunction.h. |
|
|
|
Definition at line 84 of file itkVectorGradientNDAnisotropicDiffusionFunction.h. References itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::ScalarValueType. |
|
Compute the equation value. Implements itk::FiniteDifferenceFunction< TImage >. |
|
Run-time type information (and related methods) Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >. |
|
This method is called prior to each iteration of the solver. Reimplemented from itk::FiniteDifferenceFunction< TImage >. Definition at line 76 of file itkVectorGradientNDAnisotropicDiffusionFunction.h. References itk::AnisotropicDiffusionFunction< TImage >::GetAverageGradientMagnitudeSquared(), and itk::AnisotropicDiffusionFunction< TImage >::GetConductanceParameter(). |
|
Extract vector and image dimension from superclass. |
|
Extract vector and image dimension from superclass. Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >. |
|
Method for creation through the object factory. Reimplemented from itk::LightObject. |