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

itk::LevelSetCurvatureFunction< TInputImage, TCoordRep > Class Template Reference
[Image Functions]

Calculate the mean curvature of a level set at a specified index. More...

#include <itkLevelSetCurvatureFunction.h>

Inheritance diagram for itk::LevelSetCurvatureFunction:

Inheritance graph
[legend]
Collaboration diagram for itk::LevelSetCurvatureFunction< TInputImage, TCoordRep >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef LevelSetCurvatureFunction Self
typedef ImageFunction< TInputImage,
double, TCoordRep > 
Superclass
typedef SmartPointer< SelfPointer
typedef SmartPointer< const
Self
ConstPointer
typedef TInputImage InputImageType
typedef Superclass::IndexType IndexType
typedef Superclass::ContinuousIndexType ContinuousIndexType
typedef Superclass::PointType PointType

Public Methods

virtual const char * GetClassName () const
 itkStaticConstMacro (ImageDimension, unsigned int, InputImageType::ImageDimension)
virtual void SetInputImage (const InputImageType *ptr)
void SetEpsilonMagnitude (double value)
double GetEpsilonMagnitude () const
virtual double EvaluateAtIndex (const IndexType &index) const
virtual double EvaluateAtContinuousIndex (const ContinuousIndexType &cindex) const
double GetCurvature () const
double GetMagnitude () const
virtual double Evaluate (const PointType &point) const

Static Public Methods

Pointer New ()

Protected Methods

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

Detailed Description

template<class TInputImage, class TCoordRep = float>
class itk::LevelSetCurvatureFunction< TInputImage, TCoordRep >

Calculate the mean curvature of a level set at a specified index.

LevelSetCurvatureFunction calculates the mean curvature of a level set at a specified index. This class is templated over the input image type and the coordinate representation type (e.g. float or double).

Reference: "Level Set Methods and Fast Marching Methods", J.A. Sethian, Cambridge Press, Chapter 6, Second edition, 1999.

Possible improvements:

Definition at line 45 of file itkLevelSetCurvatureFunction.h.


Member Typedef Documentation

template<class TInputImage, class TCoordRep = float>
typedef SmartPointer<const Self> itk::LevelSetCurvatureFunction< TInputImage, TCoordRep >::ConstPointer
 

Reimplemented from itk::ImageFunction< TInputImage, double, TCoordRep >.

Definition at line 53 of file itkLevelSetCurvatureFunction.h.

template<class TInputImage, class TCoordRep = float>
typedef Superclass::ContinuousIndexType itk::LevelSetCurvatureFunction< TInputImage, TCoordRep >::ContinuousIndexType
 

ContinuousIndex typedef support.

Reimplemented from itk::ImageFunction< TInputImage, double, TCoordRep >.

Definition at line 72 of file itkLevelSetCurvatureFunction.h.

template<class TInputImage, class TCoordRep = float>
typedef Superclass::IndexType itk::LevelSetCurvatureFunction< TInputImage, TCoordRep >::IndexType
 

Index typedef support.

Reimplemented from itk::ImageFunction< TInputImage, double, TCoordRep >.

Definition at line 69 of file itkLevelSetCurvatureFunction.h.

template<class TInputImage, class TCoordRep = float>
typedef TInputImage itk::LevelSetCurvatureFunction< TInputImage, TCoordRep >::InputImageType
 

InputImageType typedef support.

Reimplemented from itk::ImageFunction< TInputImage, double, TCoordRep >.

Definition at line 62 of file itkLevelSetCurvatureFunction.h.

template<class TInputImage, class TCoordRep = float>
typedef SmartPointer<Self> itk::LevelSetCurvatureFunction< TInputImage, TCoordRep >::Pointer
 

Reimplemented from itk::ImageFunction< TInputImage, double, TCoordRep >.

Definition at line 52 of file itkLevelSetCurvatureFunction.h.

template<class TInputImage, class TCoordRep = float>
typedef Superclass::PointType itk::LevelSetCurvatureFunction< TInputImage, TCoordRep >::PointType
 

Point typedef support.

Reimplemented from itk::ImageFunction< TInputImage, double, TCoordRep >.

Definition at line 75 of file itkLevelSetCurvatureFunction.h.

template<class TInputImage, class TCoordRep = float>
typedef LevelSetCurvatureFunction itk::LevelSetCurvatureFunction< TInputImage, TCoordRep >::Self
 

Standard class typedefs.

Reimplemented from itk::ImageFunction< TInputImage, double, TCoordRep >.

Definition at line 50 of file itkLevelSetCurvatureFunction.h.

template<class TInputImage, class TCoordRep = float>
typedef ImageFunction<TInputImage,double,TCoordRep> itk::LevelSetCurvatureFunction< TInputImage, TCoordRep >::Superclass
 

Reimplemented from itk::ImageFunction< TInputImage, double, TCoordRep >.

Definition at line 51 of file itkLevelSetCurvatureFunction.h.


Constructor & Destructor Documentation

template<class TInputImage, class TCoordRep = float>
itk::LevelSetCurvatureFunction< TInputImage, TCoordRep >::LevelSetCurvatureFunction   [inline, protected]
 

Definition at line 120 of file itkLevelSetCurvatureFunction.h.

template<class TInputImage, class TCoordRep = float>
itk::LevelSetCurvatureFunction< TInputImage, TCoordRep >::~LevelSetCurvatureFunction   [inline, protected]
 

Definition at line 121 of file itkLevelSetCurvatureFunction.h.

References HardConnectedComponentImageFilter::IndexType, and HardConnectedComponentImageFilter::PrintSelf().


Member Function Documentation

template<class TInputImage, class TCoordRep = float>
virtual double itk::LevelSetCurvatureFunction< TInputImage, TCoordRep >::Evaluate const PointType   point const [inline, virtual]
 

Evaluate the function at non-integer positions

Implements itk::ImageFunction< TInputImage, double, TCoordRep >.

Definition at line 95 of file itkLevelSetCurvatureFunction.h.

References HardConnectedComponentImageFilter::IndexType.

template<class TInputImage, class TCoordRep = float>
virtual double itk::LevelSetCurvatureFunction< TInputImage, TCoordRep >::EvaluateAtContinuousIndex const ContinuousIndexType   cindex const [inline, virtual]
 

Implements itk::ImageFunction< TInputImage, double, TCoordRep >.

Definition at line 103 of file itkLevelSetCurvatureFunction.h.

References HardConnectedComponentImageFilter::IndexType.

template<class TInputImage, class TCoordRep = float>
virtual double itk::LevelSetCurvatureFunction< TInputImage, TCoordRep >::EvaluateAtIndex const IndexType   index const [virtual]
 

Evaluate the function at specified index

Implements itk::ImageFunction< TInputImage, double, TCoordRep >.

template<class TInputImage, class TCoordRep = float>
virtual const char* itk::LevelSetCurvatureFunction< TInputImage, TCoordRep >::GetClassName   const [virtual]
 

Run-time type information (and related methods).

Reimplemented from itk::ImageFunction< TInputImage, double, TCoordRep >.

template<class TInputImage, class TCoordRep = float>
double itk::LevelSetCurvatureFunction< TInputImage, TCoordRep >::GetCurvature   const [inline]
 

Get the curvature from last evaluation

Definition at line 112 of file itkLevelSetCurvatureFunction.h.

template<class TInputImage, class TCoordRep = float>
double itk::LevelSetCurvatureFunction< TInputImage, TCoordRep >::GetEpsilonMagnitude   const [inline]
 

Get the magnitude epsilon parameter.

Definition at line 88 of file itkLevelSetCurvatureFunction.h.

template<class TInputImage, class TCoordRep = float>
double itk::LevelSetCurvatureFunction< TInputImage, TCoordRep >::GetMagnitude   const [inline]
 

Get the gradient magnitude from last evaluation

Definition at line 116 of file itkLevelSetCurvatureFunction.h.

template<class TInputImage, class TCoordRep = float>
itk::LevelSetCurvatureFunction< TInputImage, TCoordRep >::itkStaticConstMacro ImageDimension   ,
unsigned    int,
InputImageType::ImageDimension   
 

Dimension of the underlying image.

template<class TInputImage, class TCoordRep = float>
Pointer itk::LevelSetCurvatureFunction< TInputImage, TCoordRep >::New   [static]
 

Method for creation through the object factory.

Reimplemented from itk::Object.

template<class TInputImage, class TCoordRep = float>
void itk::LevelSetCurvatureFunction< TInputImage, TCoordRep >::PrintSelf std::ostream &    os,
Indent    indent
const [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::ImageFunction< TInputImage, double, TCoordRep >.

template<class TInputImage, class TCoordRep = float>
void itk::LevelSetCurvatureFunction< TInputImage, TCoordRep >::SetEpsilonMagnitude double    value [inline]
 

Set the magnitude epsilon parameter. This parameter is to guard against division by zero. If the magnitude is smaller than this threshold value, the curvature is assumed to be zero. The default value is 1e-9.

Definition at line 84 of file itkLevelSetCurvatureFunction.h.

template<class TInputImage, class TCoordRep = float>
virtual void itk::LevelSetCurvatureFunction< TInputImage, TCoordRep >::SetInputImage const InputImageType   ptr [virtual]
 

Set the input image.

Reimplemented from itk::ImageFunction< TInputImage, double, TCoordRep >.


The documentation for this class was generated from the following file:
Generated at Wed Mar 12 01:18:35 2003 for ITK by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2000