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

itk::GaussianKernelFunction Class Reference
[Functions]

Gaussian kernel used for density estimation and nonparameteric regression. More...

#include <itkGaussianKernelFunction.h>

Inheritance diagram for itk::GaussianKernelFunction:

Inheritance graph
[legend]
Collaboration diagram for itk::GaussianKernelFunction:

Collaboration graph
[legend]
List of all members.

Public Types

typedef GaussianKernelFunction Self
typedef KernelFunction Superclass
typedef SmartPointer< SelfPointer

Public Member Functions

virtual const char * GetClassName () const
double Evaluate (const double &u) const

Static Public Member Functions

Pointer New ()

Protected Member Functions

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

Detailed Description

Gaussian kernel used for density estimation and nonparameteric regression.

This class encapsulates a Gaussian smoothing kernel for density estimation or nonparameteric regression. See documentation for KernelFunction for more details.

See also:
KernelFunction

Definition at line 38 of file itkGaussianKernelFunction.h.


Member Typedef Documentation

typedef SmartPointer<Self> itk::GaussianKernelFunction::Pointer
 

Reimplemented from itk::KernelFunction.

Definition at line 44 of file itkGaussianKernelFunction.h.

Referenced by itk::ShapePriorMAPCostFunction< TFeatureImage, TOutputPixel >::~ShapePriorMAPCostFunction().

typedef GaussianKernelFunction itk::GaussianKernelFunction::Self
 

Standard class typedefs.

Reimplemented from itk::KernelFunction.

Definition at line 42 of file itkGaussianKernelFunction.h.

typedef KernelFunction itk::GaussianKernelFunction::Superclass
 

Reimplemented from itk::KernelFunction.

Definition at line 43 of file itkGaussianKernelFunction.h.


Constructor & Destructor Documentation

itk::GaussianKernelFunction::GaussianKernelFunction  )  [inline, protected]
 

Definition at line 57 of file itkGaussianKernelFunction.h.

itk::GaussianKernelFunction::~GaussianKernelFunction  )  [inline, protected]
 

Definition at line 58 of file itkGaussianKernelFunction.h.


Member Function Documentation

double itk::GaussianKernelFunction::Evaluate const double &  u  )  const [inline, virtual]
 

Evaluate the function.

Implements itk::KernelFunction.

Definition at line 53 of file itkGaussianKernelFunction.h.

virtual const char* itk::GaussianKernelFunction::GetClassName  )  const [virtual]
 

Run-time type information (and related methods).

Reimplemented from itk::KernelFunction.

Pointer itk::GaussianKernelFunction::New  )  [static]
 

Method for creation through the object factory.

Reimplemented from itk::Object.

void itk::GaussianKernelFunction::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::KernelFunction.

Definition at line 59 of file itkGaussianKernelFunction.h.

References HardConnectedComponentImageFilter::PrintSelf().


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