ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Protected Member Functions | Private Member Functions
itk::VectorAnisotropicDiffusionFunction< TImage > Class Template Reference

#include <itkVectorAnisotropicDiffusionFunction.h>

Inheritance diagram for itk::VectorAnisotropicDiffusionFunction< TImage >:
Collaboration diagram for itk::VectorAnisotropicDiffusionFunction< TImage >:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef Superclass::ImageType ImageType
typedef
Superclass::NeighborhoodType 
NeighborhoodType
typedef Superclass::PixelType PixelType
typedef SmartPointer< SelfPointer
typedef Superclass::RadiusType RadiusType
typedef
VectorAnisotropicDiffusionFunction 
Self
typedef
AnisotropicDiffusionFunction
< TImage > 
Superclass
typedef Superclass::TimeStepType TimeStepType

Public Member Functions

virtual void CalculateAverageGradientMagnitudeSquared (TImage *)
virtual const char * GetNameOfClass () const

Static Public Attributes

static const unsigned int ImageDimension = Superclass::ImageDimension
static const unsigned int VectorDimension = PixelType::Dimension

Protected Member Functions

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

Private Member Functions

void operator= (const Self &)
 VectorAnisotropicDiffusionFunction (const Self &)

Detailed Description

template<class TImage>
class itk::VectorAnisotropicDiffusionFunction< TImage >

This class implements a vector-valued version of AnisotropicDiffusionFunction. Typically in vector-valued diffusion, vector components are diffused independently of one another using a conductance term that is linked across the components. Refer to the the documentation of AnisotropicDiffusionFunction for an overview of anisotropic diffusion. The way that the conductance term is calculated is specific to the specific type of diffusion function.

Data type requirements
This filter was designed to process itk::Images of itk::Vector type. The code relies on various typedefs and overloaded operators defined in itk::Vector. It is perfectly reasonable, however, to apply this filter to images of other, user-defined types as long as the appropriate typedefs and operator overloads are in place. As a general rule, follow the example of itk::Vector in defining your data types.
See also:
AnisotropicDiffusionFunction
ScalarAnisotropicDiffusionFunction

Definition at line 53 of file itkVectorAnisotropicDiffusionFunction.h.


Member Typedef Documentation

template<class TImage >
typedef SmartPointer< const Self > itk::VectorAnisotropicDiffusionFunction< TImage >::ConstPointer
template<class TImage >
typedef Superclass::ImageType itk::VectorAnisotropicDiffusionFunction< TImage >::ImageType

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 72 of file itkVectorAnisotropicDiffusionFunction.h.

template<class TImage >
typedef Superclass::PixelType itk::VectorAnisotropicDiffusionFunction< TImage >::PixelType
template<class TImage >
typedef SmartPointer< Self > itk::VectorAnisotropicDiffusionFunction< TImage >::Pointer
template<class TImage >
typedef AnisotropicDiffusionFunction< TImage > itk::VectorAnisotropicDiffusionFunction< TImage >::Superclass

Constructor & Destructor Documentation

template<class TImage >
itk::VectorAnisotropicDiffusionFunction< TImage >::VectorAnisotropicDiffusionFunction ( ) [inline, protected]

Definition at line 84 of file itkVectorAnisotropicDiffusionFunction.h.

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

Definition at line 85 of file itkVectorAnisotropicDiffusionFunction.h.

template<class TImage >
itk::VectorAnisotropicDiffusionFunction< TImage >::VectorAnisotropicDiffusionFunction ( const Self ) [private]

Member Function Documentation

template<class TImage >
virtual void itk::VectorAnisotropicDiffusionFunction< TImage >::CalculateAverageGradientMagnitudeSquared ( TImage *  ) [virtual]

Compute the average gradient magnitude squared.

Implements itk::AnisotropicDiffusionFunction< TImage >.

template<class TImage >
virtual const char* itk::VectorAnisotropicDiffusionFunction< TImage >::GetNameOfClass ( ) const [virtual]
template<class TImage >
void itk::VectorAnisotropicDiffusionFunction< TImage >::operator= ( const Self ) [private]
template<class TImage >
void itk::VectorAnisotropicDiffusionFunction< 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::AnisotropicDiffusionFunction< TImage >.

Reimplemented in itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >.

Definition at line 86 of file itkVectorAnisotropicDiffusionFunction.h.


Member Data Documentation

template<class TImage >
const unsigned int itk::VectorAnisotropicDiffusionFunction< TImage >::ImageDimension = Superclass::ImageDimension [static]
template<class TImage >
const unsigned int itk::VectorAnisotropicDiffusionFunction< TImage >::VectorDimension = PixelType::Dimension [static]

The documentation for this class was generated from the following file: