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

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

Calculate the derivative by central differencing. More...

#include <itkCentralDifferenceImageFunction.h>

Inheritance diagram for itk::CentralDifferenceImageFunction:

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

Collaboration graph
[legend]
List of all members.

Public Types

typedef CentralDifferenceImageFunction Self
typedef ImageFunction< TInputImage,
double, TCoordRep > 
Superclass
typedef SmartPointer< SelfPointer
typedef SmartPointer< const
Self
ConstPointer
typedef TInputImage InputImageType
typedef Superclass::OutputType OutputType
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 double EvaluateAtIndex (const IndexType &index) const
virtual double EvaluateAtIndex (const IndexType &index, unsigned int dim) const
virtual double Evaluate (const PointType &point) const
virtual double EvaluateAtContinuousIndex (const ContinuousIndexType &cindex) const

Static Public Methods

Pointer New ()

Protected Methods

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

Detailed Description

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

Calculate the derivative by central differencing.

This class is templated over the input image type and the coordinate representation type (e.g. float or double).

Possible improvements:

Definition at line 38 of file itkCentralDifferenceImageFunction.h.


Member Typedef Documentation

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

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

Definition at line 47 of file itkCentralDifferenceImageFunction.h.

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

ContinuousIndex typedef support.

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

Definition at line 65 of file itkCentralDifferenceImageFunction.h.

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

Index typedef support.

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

Definition at line 62 of file itkCentralDifferenceImageFunction.h.

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

InputImageType typedef support.

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

Definition at line 56 of file itkCentralDifferenceImageFunction.h.

template<class TInputImage, class TCoordRep = float>
typedef Superclass::OutputType itk::CentralDifferenceImageFunction< TInputImage, TCoordRep >::OutputType
 

OutputType typdef support.

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

Definition at line 59 of file itkCentralDifferenceImageFunction.h.

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

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

Definition at line 46 of file itkCentralDifferenceImageFunction.h.

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

Point typedef support.

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

Definition at line 68 of file itkCentralDifferenceImageFunction.h.

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

Standard class typedefs.

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

Definition at line 44 of file itkCentralDifferenceImageFunction.h.

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

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

Definition at line 45 of file itkCentralDifferenceImageFunction.h.


Constructor & Destructor Documentation

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

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

Definition at line 99 of file itkCentralDifferenceImageFunction.h.


Member Function Documentation

template<class TInputImage, class TCoordRep = float>
virtual double itk::CentralDifferenceImageFunction< 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 82 of file itkCentralDifferenceImageFunction.h.

References HardConnectedComponentImageFilter::IndexType.

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

Evaluate the function at non-integer positions

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

Definition at line 88 of file itkCentralDifferenceImageFunction.h.

References HardConnectedComponentImageFilter::IndexType.

template<class TInputImage, class TCoordRep = float>
virtual double itk::CentralDifferenceImageFunction< TInputImage, TCoordRep >::EvaluateAtIndex const IndexType   index,
unsigned int    dim
const [virtual]
 

Evalulate the function at specified index

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

Evalulate the function at specified index

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

Definition at line 75 of file itkCentralDifferenceImageFunction.h.

template<class TInputImage, class TCoordRep = float>
virtual const char* itk::CentralDifferenceImageFunction< 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>
itk::CentralDifferenceImageFunction< TInputImage, TCoordRep >::itkStaticConstMacro ImageDimension   ,
unsigned    int,
InputImageType::ImageDimension   
 

Dimension of the underlying image.

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

Method for creation through the object factory.

Reimplemented from itk::Object.

template<class TInputImage, class TCoordRep = float>
void itk::CentralDifferenceImageFunction< 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 >.


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