#include <itkBSplineDerivativeKernelFunction.h>
Inheritance diagram for itk::BSplineDerivativeKernelFunction< VSplineOrder >:
Public Types | |
typedef BSplineDerivativeKernelFunction | 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 Types | |
typedef BSplineKernelFunction< itkGetStaticConstMacro(SplineOrder)-1 | KernelType ) |
Protected Member Functions | |
BSplineDerivativeKernelFunction () | |
~BSplineDerivativeKernelFunction () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
This class enscapsulates the derivative of a 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 itkBSplineDerivativeKernelFunction.h.
|
Definition at line 69 of file itkBSplineDerivativeKernelFunction.h. |
|
Reimplemented from itk::KernelFunction. Definition at line 48 of file itkBSplineDerivativeKernelFunction.h. |
|
Standard class typedefs. Reimplemented from itk::KernelFunction. Definition at line 46 of file itkBSplineDerivativeKernelFunction.h. |
|
Reimplemented from itk::KernelFunction. Definition at line 47 of file itkBSplineDerivativeKernelFunction.h. |
|
Definition at line 71 of file itkBSplineDerivativeKernelFunction.h. |
|
Definition at line 76 of file itkBSplineDerivativeKernelFunction.h. |
|
Evaluate the function. Implements itk::KernelFunction. Definition at line 60 of file itkBSplineDerivativeKernelFunction.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 77 of file itkBSplineDerivativeKernelFunction.h. |