#include <itkGaussianKernelFunction.h>
Inheritance diagram for itk::GaussianKernelFunction:
Public Types | |
typedef GaussianKernelFunction | Self |
typedef KernelFunction | Superclass |
typedef SmartPointer< Self > | Pointer |
Public Member Functions | |
virtual const char * | GetNameOfClass () 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 |
This class encapsulates a Gaussian smoothing kernel for density estimation or nonparameteric regression. See documentation for KernelFunction for more details.
Definition at line 39 of file itkGaussianKernelFunction.h.
|
Reimplemented from itk::KernelFunction. Definition at line 45 of file itkGaussianKernelFunction.h. Referenced by itk::ShapePriorMAPCostFunction< TFeatureImage, TOutputPixel >::~ShapePriorMAPCostFunction(). |
|
Standard class typedefs. Reimplemented from itk::KernelFunction. Definition at line 43 of file itkGaussianKernelFunction.h. |
|
Reimplemented from itk::KernelFunction. Definition at line 44 of file itkGaussianKernelFunction.h. |
|
|
|
|
|
Evaluate the function. Implements itk::KernelFunction. Definition at line 54 of file itkGaussianKernelFunction.h. |
|
Run-time type information (and related methods). Reimplemented from itk::KernelFunction. |
|
Method for creation through the object factory. Reimplemented from itk::Object. |
|
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 60 of file itkGaussianKernelFunction.h. |