#include <itkBSplineKernelFunction.h>
Inheritance diagram for itk::BSplineKernelFunction< VSplineOrder >:
Public Types | |
typedef BSplineKernelFunction | Self |
typedef KernelFunction | Superclass |
typedef SmartPointer< Self > | Pointer |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
itkStaticConstMacro (SplineOrder, unsigned int, VSplineOrder) | |
double | Evaluate (const double &u) const |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
BSplineKernelFunction () | |
~BSplineKernelFunction () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
This class enscapsulates BSpline kernel for density estimation or nonparameteric regression. See documentation for KernelFunction for more details.
This class is templated over the spline order.
Definition at line 42 of file itkBSplineKernelFunction.h.
|
Reimplemented from itk::KernelFunction. Definition at line 48 of file itkBSplineKernelFunction.h. |
|
Standard class typedefs. Reimplemented from itk::KernelFunction. Definition at line 46 of file itkBSplineKernelFunction.h. |
|
Reimplemented from itk::KernelFunction. Definition at line 47 of file itkBSplineKernelFunction.h. |
|
Definition at line 66 of file itkBSplineKernelFunction.h. |
|
Definition at line 67 of file itkBSplineKernelFunction.h. |
|
Evaluate the function. Implements itk::KernelFunction. Definition at line 60 of file itkBSplineKernelFunction.h. |
|
Run-time type information (and related methods). Reimplemented from itk::KernelFunction. |
|
Enum of for spline order. |
|
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 68 of file itkBSplineKernelFunction.h. |