Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::Statistics::DensityFunction< TMeasurementVector > Class Template Reference

DensityFunction class defines common interfaces for density functions. More...

#include <itkDensityFunction.h>

Inheritance diagram for itk::Statistics::DensityFunction< TMeasurementVector >:

Inheritance graph
[legend]
Collaboration diagram for itk::Statistics::DensityFunction< TMeasurementVector >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef DensityFunction Self
typedef MembershipFunctionBase<
TMeasurementVector > 
Superclass
typedef SmartPointer< SelfPointer
typedef SmartPointer< const
Self
ConstPointer

Public Member Functions

virtual const char * GetClassName () const
virtual double Evaluate (const TMeasurementVector &measurement) const =0

Protected Member Functions

 DensityFunction (void)
virtual ~DensityFunction (void)
void PrintSelf (std::ostream &os, Indent indent) const

Detailed Description

template<class TMeasurementVector>
class itk::Statistics::DensityFunction< TMeasurementVector >

DensityFunction class defines common interfaces for density functions.

The Evaluate method returns density value for the input measurement vector

Definition at line 33 of file itkDensityFunction.h.


Member Typedef Documentation

template<class TMeasurementVector>
typedef SmartPointer<const Self> itk::Statistics::DensityFunction< TMeasurementVector >::ConstPointer
 

Reimplemented from itk::Statistics::MembershipFunctionBase< TMeasurementVector >.

Reimplemented in itk::Statistics::GaussianDensityFunction< TMeasurementVector >.

Definition at line 41 of file itkDensityFunction.h.

template<class TMeasurementVector>
typedef SmartPointer<Self> itk::Statistics::DensityFunction< TMeasurementVector >::Pointer
 

Reimplemented from itk::Statistics::MembershipFunctionBase< TMeasurementVector >.

Reimplemented in itk::Statistics::GaussianDensityFunction< TMeasurementVector >.

Definition at line 40 of file itkDensityFunction.h.

template<class TMeasurementVector>
typedef DensityFunction itk::Statistics::DensityFunction< TMeasurementVector >::Self
 

Standard class typedefs

Reimplemented from itk::Statistics::MembershipFunctionBase< TMeasurementVector >.

Reimplemented in itk::Statistics::GaussianDensityFunction< TMeasurementVector >.

Definition at line 38 of file itkDensityFunction.h.

template<class TMeasurementVector>
typedef MembershipFunctionBase< TMeasurementVector > itk::Statistics::DensityFunction< TMeasurementVector >::Superclass
 

Reimplemented from itk::Statistics::MembershipFunctionBase< TMeasurementVector >.

Reimplemented in itk::Statistics::GaussianDensityFunction< TMeasurementVector >.

Definition at line 39 of file itkDensityFunction.h.


Constructor & Destructor Documentation

template<class TMeasurementVector>
itk::Statistics::DensityFunction< TMeasurementVector >::DensityFunction void   )  [inline, protected]
 

Definition at line 51 of file itkDensityFunction.h.

template<class TMeasurementVector>
virtual itk::Statistics::DensityFunction< TMeasurementVector >::~DensityFunction void   )  [inline, protected, virtual]
 

Definition at line 52 of file itkDensityFunction.h.


Member Function Documentation

template<class TMeasurementVector>
virtual double itk::Statistics::DensityFunction< TMeasurementVector >::Evaluate const TMeasurementVector &  measurement  )  const [pure virtual]
 

Method to get probability of an instance. The return value is the value of the density function, not probability.

Implements itk::Statistics::MembershipFunctionBase< TMeasurementVector >.

template<class TMeasurementVector>
virtual const char* itk::Statistics::DensityFunction< TMeasurementVector >::GetClassName  )  const [virtual]
 

Strandard macros

Reimplemented from itk::Statistics::MembershipFunctionBase< TMeasurementVector >.

Reimplemented in itk::Statistics::GaussianDensityFunction< TMeasurementVector >.

template<class TMeasurementVector>
void itk::Statistics::DensityFunction< TMeasurementVector >::PrintSelf std::ostream &  os,
Indent  indent
const [inline, protected, virtual]
 

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::Statistics::MembershipFunctionBase< TMeasurementVector >.

Reimplemented in itk::Statistics::GaussianDensityFunction< TMeasurementVector >.

Definition at line 54 of file itkDensityFunction.h.

References HardConnectedComponentImageFilter::PrintSelf().


The documentation for this class was generated from the following file:
Generated at Sun Apr 1 03:23:50 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000