ITK  4.2.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Private Attributes
itk::GaussianKernelFunction< TRealValueType > Class Template Reference

#include <itkGaussianKernelFunction.h>

+ Inheritance diagram for itk::GaussianKernelFunction< TRealValueType >:
+ Collaboration diagram for itk::GaussianKernelFunction< TRealValueType >:

List of all members.

Public Types

typedef SmartPointer< SelfPointer
typedef Superclass::RealType RealType
typedef GaussianKernelFunction Self
typedef KernelFunctionBase
< TRealValueType > 
Superclass
- Public Types inherited from itk::KernelFunctionBase< TRealValueType >
typedef SmartPointer< const SelfConstPointer
- Public Types inherited from itk::FunctionBase< TRealValueType, TRealValueType >
typedef TRealValueType InputType
typedef TRealValueType OutputType
- Public Types inherited from itk::Object
- Public Types inherited from itk::LightObject

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual const char * GetNameOfClass () const

Static Public Member Functions

static Pointer New ()
- Protected Member Functions inherited from itk::KernelFunctionBase< TRealValueType >
 KernelFunctionBase ()
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 Attributes

const TRealValueType m_Factor
TRealValueType Evaluate (const TRealValueType &u) const
 GaussianKernelFunction ()
virtual ~GaussianKernelFunction ()
void PrintSelf (std::ostream &os, Indent indent) const
 GaussianKernelFunction (const Self &)
void operator= (const Self &)

Additional Inherited Members


Detailed Description

template<typename TRealValueType = double>
class itk::GaussianKernelFunction< TRealValueType >

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.

See also:
KernelFunctionBase

Definition at line 41 of file itkGaussianKernelFunction.h.


Member Typedef Documentation

template<typename TRealValueType = double>
typedef SmartPointer< Self > itk::GaussianKernelFunction< TRealValueType >::Pointer

Reimplemented from itk::KernelFunctionBase< TRealValueType >.

Definition at line 47 of file itkGaussianKernelFunction.h.

template<typename TRealValueType = double>
typedef Superclass::RealType itk::GaussianKernelFunction< TRealValueType >::RealType

Reimplemented from itk::KernelFunctionBase< TRealValueType >.

Definition at line 49 of file itkGaussianKernelFunction.h.

template<typename TRealValueType = double>
typedef GaussianKernelFunction itk::GaussianKernelFunction< TRealValueType >::Self

Standard class typedefs.

Reimplemented from itk::KernelFunctionBase< TRealValueType >.

Definition at line 45 of file itkGaussianKernelFunction.h.

template<typename TRealValueType = double>
typedef KernelFunctionBase<TRealValueType> itk::GaussianKernelFunction< TRealValueType >::Superclass

Reimplemented from itk::KernelFunctionBase< TRealValueType >.

Definition at line 46 of file itkGaussianKernelFunction.h.


Constructor & Destructor Documentation

template<typename TRealValueType = double>
itk::GaussianKernelFunction< TRealValueType >::GaussianKernelFunction ( )
inlineprotected

Evaluate the function.

Definition at line 60 of file itkGaussianKernelFunction.h.

template<typename TRealValueType = double>
virtual itk::GaussianKernelFunction< TRealValueType >::~GaussianKernelFunction ( )
inlineprotectedvirtual

Evaluate the function.

Definition at line 61 of file itkGaussianKernelFunction.h.

template<typename TRealValueType = double>
itk::GaussianKernelFunction< TRealValueType >::GaussianKernelFunction ( const Self )
private

Evaluate the function.


Member Function Documentation

template<typename TRealValueType = double>
virtual::itk::LightObject::Pointer itk::GaussianKernelFunction< TRealValueType >::CreateAnother ( void  ) const
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.

template<typename TRealValueType = double>
TRealValueType itk::GaussianKernelFunction< TRealValueType >::Evaluate ( const TRealValueType &  u) const
inlinevirtual

Evaluate the function.

Implements itk::KernelFunctionBase< TRealValueType >.

Definition at line 57 of file itkGaussianKernelFunction.h.

template<typename TRealValueType = double>
virtual const char* itk::GaussianKernelFunction< TRealValueType >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from itk::KernelFunctionBase< TRealValueType >.

template<typename TRealValueType = double>
static Pointer itk::GaussianKernelFunction< TRealValueType >::New ( )
static

Method for creation through the object factory.

Reimplemented from itk::Object.

template<typename TRealValueType = double>
void itk::GaussianKernelFunction< TRealValueType >::operator= ( const Self )
private

Evaluate the function.

template<typename TRealValueType = double>
void itk::GaussianKernelFunction< TRealValueType >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
inlineprotectedvirtual

Evaluate the function.

Reimplemented from itk::KernelFunctionBase< TRealValueType >.

Definition at line 62 of file itkGaussianKernelFunction.h.


Member Data Documentation

template<typename TRealValueType = double>
const TRealValueType itk::GaussianKernelFunction< TRealValueType >::m_Factor
private

Definition at line 69 of file itkGaussianKernelFunction.h.


The documentation for this class was generated from the following file: