#include <itkVectorGradientNDAnisotropicDiffusionFunction.h>
Inheritance diagram for itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >:
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 Member Functions | |
virtual const char * | GetClassName () const |
virtual PixelType | ComputeUpdate (const NeighborhoodType &neighborhood, void *globalData, const FloatOffsetType &offset=FloatOffsetType(0.0)) |
virtual void | InitializeIteration () |
itkStaticConstMacro (ImageDimension, unsigned int, Superclass::ImageDimension) | |
itkStaticConstMacro (VectorDimension, unsigned int, Superclass::VectorDimension) | |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
VectorGradientNDAnisotropicDiffusionFunction () | |
~VectorGradientNDAnisotropicDiffusionFunction () |
For more information, please see GradientNDAnisotropicDiffusionFunction.
Definition at line 42 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.
|
Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >. Definition at line 50 of file itkVectorGradientNDAnisotropicDiffusionFunction.h. |
|
A floating point offset from an image grid location. Used for interpolation among grid values in a neighborhood. Reimplemented from itk::AnisotropicDiffusionFunction< TImage >. Definition at line 65 of file itkVectorGradientNDAnisotropicDiffusionFunction.h. |
|
Inherit some parameters from the superclass type. Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >. Definition at line 60 of file itkVectorGradientNDAnisotropicDiffusionFunction.h. |
|
The type of data structure that is passed to this function object to evaluate at a pixel that does not lie on a data set boundary. Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >. Definition at line 64 of file itkVectorGradientNDAnisotropicDiffusionFunction.h. |
|
Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >. Definition at line 61 of file itkVectorGradientNDAnisotropicDiffusionFunction.h. |
|
Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >. Definition at line 49 of file itkVectorGradientNDAnisotropicDiffusionFunction.h. |
|
Neighborhood radius type Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >. Definition at line 63 of file itkVectorGradientNDAnisotropicDiffusionFunction.h. |
|
Type of a value in a vector (double, float, etc.) Definition at line 75 of file itkVectorGradientNDAnisotropicDiffusionFunction.h. |
|
Standard class typedefs. Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >. Definition at line 47 of file itkVectorGradientNDAnisotropicDiffusionFunction.h. |
|
Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >. Definition at line 48 of file itkVectorGradientNDAnisotropicDiffusionFunction.h. |
|
Define the TimeStepType to always be double. Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >. Definition at line 62 of file itkVectorGradientNDAnisotropicDiffusionFunction.h. |
|
|
|
Definition at line 92 of file itkVectorGradientNDAnisotropicDiffusionFunction.h. |
|
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 84 of file itkVectorGradientNDAnisotropicDiffusionFunction.h. |
|
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. |