Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::VectorGradientNDAnisotropicDiffusionFunction< TImage > Class Template Reference
[Operators]

#include <itkVectorGradientNDAnisotropicDiffusionFunction.h>

Inheritance diagram for itk::VectorGradientNDAnisotropicDiffusionFunction:

Inheritance graph
[legend]
Collaboration diagram for itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef VectorGradientNDAnisotropicDiffusionFunction Self
typedef VectorAnisotropicDiffusionFunction<
TImage > 
Superclass
typedef SmartPointer< SelfPointer
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 ()

Detailed Description

template<class TImage>
class itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >

Todo:
Convert this class to ND and write a NDGradientAnis....Function

Definition at line 34 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.


Member Typedef Documentation

template<class TImage>
typedef SmartPointer<const Self> itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::ConstPointer
 

Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >.

Definition at line 42 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.

template<class TImage>
typedef Superclass::FloatOffsetType itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::FloatOffsetType
 

Reimplemented from itk::AnisotropicDiffusionFunction< TImage >.

Definition at line 57 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.

template<class TImage>
typedef Superclass::ImageType itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::ImageType
 

Inherit some parameters from the superclass type.

Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >.

Definition at line 52 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.

template<class TImage>
typedef Superclass::NeighborhoodType itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::NeighborhoodType
 

Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >.

Definition at line 56 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.

template<class TImage>
typedef Superclass::PixelType itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::PixelType
 

Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >.

Definition at line 53 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.

template<class TImage>
typedef SmartPointer<Self> itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::Pointer
 

Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >.

Definition at line 41 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.

template<class TImage>
typedef Superclass::RadiusType itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::RadiusType
 

Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >.

Definition at line 55 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.

template<class TImage>
typedef PixelType::ValueType itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::ScalarValueType
 

Type of a value in a vector (double, float, etc.)

Definition at line 67 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.

Referenced by itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::~VectorGradientNDAnisotropicDiffusionFunction().

template<class TImage>
typedef VectorGradientNDAnisotropicDiffusionFunction itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::Self
 

Standard class typedefs.

Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >.

Definition at line 39 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.

template<class TImage>
typedef VectorAnisotropicDiffusionFunction<TImage> itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::Superclass
 

Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >.

Definition at line 40 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.

template<class TImage>
typedef Superclass::TimeStepType itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::TimeStepType
 

Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >.

Definition at line 54 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.


Constructor & Destructor Documentation

template<class TImage>
itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::VectorGradientNDAnisotropicDiffusionFunction   [protected]
 

template<class TImage>
itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::~VectorGradientNDAnisotropicDiffusionFunction   [inline, protected]
 

Definition at line 84 of file itkVectorGradientNDAnisotropicDiffusionFunction.h.

References itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::ScalarValueType.


Member Function Documentation

template<class TImage>
virtual PixelType itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::ComputeUpdate const NeighborhoodType   neighborhood,
void *    globalData,
const FloatOffsetType   offset = FloatOffsetType(0.0)
const [virtual]
 

Compute the equation value.

Implements itk::FiniteDifferenceFunction< TImage >.

template<class TImage>
virtual const char* itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::GetClassName   const [virtual]
 

Run-time type information (and related methods)

Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >.

template<class TImage>
virtual void itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::InitializeIteration   [inline, virtual]
 

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().

template<class TImage>
itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::itkStaticConstMacro VectorDimension   ,
unsigned    int,
Superclass::VectorDimension   
 

Extract vector and image dimension from superclass.

template<class TImage>
itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::itkStaticConstMacro ImageDimension   ,
unsigned    int,
Superclass::ImageDimension   
 

Extract vector and image dimension from superclass.

Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >.

template<class TImage>
Pointer itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >::New   [static]
 

Method for creation through the object factory.

Reimplemented from itk::LightObject.


The documentation for this class was generated from the following file:
Generated at Fri May 21 01:44:20 2004 for ITK by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2000