#include <itkVectorAnisotropicDiffusionFunction.h>
Inheritance diagram for itk::VectorAnisotropicDiffusionFunction< TImage >:
Public Types | |
typedef VectorAnisotropicDiffusionFunction | Self |
typedef AnisotropicDiffusionFunction< 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 |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
virtual void | CalculateAverageGradientMagnitudeSquared (TImage *) |
itkStaticConstMacro (ImageDimension, unsigned int, Superclass::ImageDimension) | |
itkStaticConstMacro (VectorDimension, unsigned int, PixelType::Dimension) | |
Protected Member Functions | |
VectorAnisotropicDiffusionFunction () | |
~VectorAnisotropicDiffusionFunction () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
Definition at line 50 of file itkVectorAnisotropicDiffusionFunction.h.
|
Reimplemented from itk::AnisotropicDiffusionFunction< TImage >. Reimplemented in itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >, and itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >. Definition at line 58 of file itkVectorAnisotropicDiffusionFunction.h. |
|
Inherit some parameters from the superclass type Reimplemented from itk::AnisotropicDiffusionFunction< TImage >. Reimplemented in itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >, and itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >. Definition at line 65 of file itkVectorAnisotropicDiffusionFunction.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::AnisotropicDiffusionFunction< TImage >. Reimplemented in itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >, and itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >. Definition at line 69 of file itkVectorAnisotropicDiffusionFunction.h. |
|
Reimplemented from itk::AnisotropicDiffusionFunction< TImage >. Reimplemented in itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >, and itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >. Definition at line 66 of file itkVectorAnisotropicDiffusionFunction.h. |
|
Reimplemented from itk::AnisotropicDiffusionFunction< TImage >. Reimplemented in itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >, and itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >. Definition at line 57 of file itkVectorAnisotropicDiffusionFunction.h. |
|
Neighborhood radius type Reimplemented from itk::AnisotropicDiffusionFunction< TImage >. Reimplemented in itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >, and itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >. Definition at line 68 of file itkVectorAnisotropicDiffusionFunction.h. |
|
Standard class typedefs. Reimplemented from itk::AnisotropicDiffusionFunction< TImage >. Reimplemented in itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >, and itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >. Definition at line 55 of file itkVectorAnisotropicDiffusionFunction.h. |
|
Reimplemented from itk::AnisotropicDiffusionFunction< TImage >. Reimplemented in itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >, and itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >. Definition at line 56 of file itkVectorAnisotropicDiffusionFunction.h. |
|
Define the TimeStepType to always be double. Reimplemented from itk::AnisotropicDiffusionFunction< TImage >. Reimplemented in itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >, and itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >. Definition at line 67 of file itkVectorAnisotropicDiffusionFunction.h. |
|
Definition at line 81 of file itkVectorAnisotropicDiffusionFunction.h. |
|
Definition at line 82 of file itkVectorAnisotropicDiffusionFunction.h. |
|
Compute the average gradient magnitude squared. |
|
Run-time type information (and related methods) Reimplemented from itk::AnisotropicDiffusionFunction< TImage >. Reimplemented in itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >, and itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >. |
|
Inherit some parameters from the superclass type |
|
Inherit some parameters from the superclass type Reimplemented from itk::AnisotropicDiffusionFunction< TImage >. Reimplemented in itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >, and itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >. |
|
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::AnisotropicDiffusionFunction< TImage >. Reimplemented in itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >. Definition at line 83 of file itkVectorAnisotropicDiffusionFunction.h. |