ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkGaussianKernelFunction.h>
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 KernelFunctionBase for more details.
Definition at line 41 of file itkGaussianKernelFunction.h.
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
TRealValueType | Evaluate (const TRealValueType &u) const |
virtual const char * | GetNameOfClass () const |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
GaussianKernelFunction () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
virtual | ~GaussianKernelFunction () |
Protected Member Functions inherited from itk::KernelFunctionBase< TRealValueType > | |
KernelFunctionBase () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
virtual | ~KernelFunctionBase () |
Protected Member Functions inherited from itk::FunctionBase< TRealValueType, TRealValueType > | |
FunctionBase () | |
~FunctionBase () | |
Protected Member Functions inherited from itk::Object | |
Object () | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
virtual void | SetTimeStamp (const TimeStamp &time) |
virtual | ~Object () |
Protected Member Functions inherited from itk::LightObject | |
virtual LightObject::Pointer | InternalClone () const |
LightObject () | |
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
virtual | ~LightObject () |
Private Member Functions | |
GaussianKernelFunction (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
const TRealValueType | m_Factor |
Additional Inherited Members | |
Protected Types inherited from itk::LightObject | |
typedef int | InternalReferenceCountType |
Protected Attributes inherited from itk::LightObject | |
InternalReferenceCountType | m_ReferenceCount |
SimpleFastMutexLock | m_ReferenceCountLock |
typedef SmartPointer< Self > itk::GaussianKernelFunction< TRealValueType >::Pointer |
Definition at line 47 of file itkGaussianKernelFunction.h.
typedef Superclass::RealType itk::GaussianKernelFunction< TRealValueType >::RealType |
Definition at line 49 of file itkGaussianKernelFunction.h.
typedef GaussianKernelFunction itk::GaussianKernelFunction< TRealValueType >::Self |
Standard class typedefs.
Definition at line 45 of file itkGaussianKernelFunction.h.
typedef KernelFunctionBase<TRealValueType> itk::GaussianKernelFunction< TRealValueType >::Superclass |
Definition at line 46 of file itkGaussianKernelFunction.h.
|
inlineprotected |
Definition at line 61 of file itkGaussianKernelFunction.h.
|
inlineprotectedvirtual |
Definition at line 62 of file itkGaussianKernelFunction.h.
|
private |
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::Object.
|
inlinevirtual |
Evaluate the function.
Implements itk::KernelFunctionBase< TRealValueType >.
Definition at line 57 of file itkGaussianKernelFunction.h.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::KernelFunctionBase< TRealValueType >.
|
static |
Method for creation through the object factory.
|
private |
|
inlineprotectedvirtual |
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::Object.
Definition at line 63 of file itkGaussianKernelFunction.h.
|
private |
Definition at line 70 of file itkGaussianKernelFunction.h.