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

itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage > Class Template Reference

#include <itkVectorCurvatureNDAnisotropicDiffusionFunction.h>

Inheritance diagram for itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >:

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

Collaboration graph
[legend]
List of all members.

Public Types

typedef VectorCurvatureNDAnisotropicDiffusionFunction 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 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

 VectorCurvatureNDAnisotropicDiffusionFunction ()
 ~VectorCurvatureNDAnisotropicDiffusionFunction ()
void PrintSelf (std::ostream &os, Indent indent) const

Detailed Description

template<class TImage>
class itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >

This class is a simple extension of the CurvatureNDAnisotropicDiffusionFunction to pixel types of multiple components. Vector components are diffused separately, but diffusion of each component is limited by a conductance term which depends on all components.

For more information, please see CurvatureNDAnisotropicDiffusionFunction.

See also:
CurvatureNDAnisotropicDiffusionFunction

VectorGradientNDAnisotropicDiffusionFunction

AnisotropicDiffusionFunction

Definition at line 42 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.


Member Typedef Documentation

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

Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >.

Definition at line 50 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.

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

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 itkVectorCurvatureNDAnisotropicDiffusionFunction.h.

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

Inherit some parameters from the superclass type.

Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >.

Definition at line 60 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.

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

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 itkVectorCurvatureNDAnisotropicDiffusionFunction.h.

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

Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >.

Definition at line 61 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.

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

Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >.

Definition at line 49 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.

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

Neighborhood radius type

Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >.

Definition at line 63 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.

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

Definition at line 66 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.

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

Standard itk Self & Superclass typedefs

Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >.

Definition at line 47 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.

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

Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >.

Definition at line 48 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.

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

Define the TimeStepType to always be double.

Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >.

Definition at line 62 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.


Constructor & Destructor Documentation

template<class TImage>
itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >::VectorCurvatureNDAnisotropicDiffusionFunction  )  [protected]
 

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

Definition at line 90 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.


Member Function Documentation

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

Compute the equation value.

Implements itk::FiniteDifferenceFunction< TImage >.

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

Run-time type information (and related methods).

Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >.

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

This method is called prior to each iteration of the solver.

Reimplemented from itk::FiniteDifferenceFunction< TImage >.

Definition at line 82 of file itkVectorCurvatureNDAnisotropicDiffusionFunction.h.

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

Extract the image and vector dimension.

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

Extract the image and vector dimension.

Reimplemented from itk::VectorAnisotropicDiffusionFunction< TImage >.

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

Method for creation through the object factory.

Reimplemented from itk::LightObject.

template<class TImage>
void itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >::PrintSelf std::ostream &  os,
Indent  indent
const [inline, protected, virtual]
 

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.

References HardConnectedComponentImageFilter::PrintSelf().


The documentation for this class was generated from the following file:
Generated at Sun Apr 1 02:58:10 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000