#include <itkVectorCurvatureNDAnisotropicDiffusionFunction.h>
Inheritance diagram for itk::VectorCurvatureNDAnisotropicDiffusionFunction:
Public Types | |
typedef VectorCurvatureNDAnisotropicDiffusionFunction | 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::BoundaryNeighborhoodType | BoundaryNeighborhoodType |
typedef Superclass::FloatOffsetType | FloatOffsetType |
typedef PixelType::ValueType | ScalarValueType |
Public Methods | |
virtual const char * | GetClassName () const |
virtual void | InitializeIteration () |
itkStaticConstMacro (ImageDimension, unsigned int, Superclass::ImageDimension) | |
itkStaticConstMacro (VectorDimension, unsigned int, Superclass::VectorDimension) | |
virtual PixelType | ComputeUpdate (const NeighborhoodType &neighborhood, void *globalData, const FloatOffsetType &offset=m_ZeroOffset) const |
virtual PixelType | ComputeUpdate (const BoundaryNeighborhoodType &neighborhood, void *globalData, const FloatOffsetType &offset=m_ZeroOffset) const |
Static Public Methods | |
Pointer | New () |
Protected Methods | |
VectorCurvatureNDAnisotropicDiffusionFunction () | |
~VectorCurvatureNDAnisotropicDiffusionFunction () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
Definition at line 35 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.
|
Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >. Definition at line 59 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h. |
|
Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >. Definition at line 43 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h. |
|
Reimplemented from itk::AnisotropicDiffusionFunction< TImage >. Definition at line 60 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h. |
|
Inherit some parameters from the superclass type. Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >. Definition at line 53 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h. |
|
Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >. Definition at line 57 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h. |
|
Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >. Definition at line 54 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h. |
|
Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >. Definition at line 42 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h. |
|
Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >. Definition at line 56 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h. |
|
Definition at line 61 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h. |
|
Standard itk Self & Superclass typedefs Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >. Definition at line 40 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h. |
|
Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >. Definition at line 41 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h. |
|
Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >. Definition at line 55 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h. |
|
|
|
Definition at line 90 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h. |
|
Compute the equation value. Implements itk::FiniteDifferenceFunction< TImage >. |
|
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 82 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h. |
|
Extract the image and vector dimension. |
|
Extract the image and vector dimension. Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >. |
|
Method for creation through the object factory. Reimplemented from itk::LightObject. |
|
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >. Definition at line 91 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h. |