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

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

This class is the base class for containers that have a list of measurement vectors. More...

#include <itkListSample.h>

Inheritance diagram for itk::Statistics::ListSample:

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

Collaboration graph
[legend]
List of all members.

Public Types

typedef ListSample Self
typedef Sample< TMeasurementVector > Superclass
typedef Superclass::MeasurementVectorType MeasurementVectorType
typedef Superclass::MeasurementType MeasurementType
typedef Superclass::FrequencyType FrequencyType
typedef Superclass::InstanceIdentifier InstanceIdentifier

Public Methods

virtual const char * GetClassName () const
 itkStaticConstMacro (MeasurementVectorSize, unsigned int, TMeasurementVector::Length)

Protected Methods

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

Detailed Description

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

This class is the base class for containers that have a list of measurement vectors.

ListSample allows duplicates of measurement vectors. It's not sorted. It doesn't allow users to set frequency. The GetFrequency(...) methods returns 1 if a measurement vector exists, else 0.

See also:
Sample, Histogram

Definition at line 39 of file itkListSample.h.


Member Typedef Documentation

template<class TMeasurementVector>
typedef Superclass::FrequencyType itk::Statistics::ListSample< TMeasurementVector >::FrequencyType
 

frequency value typedef

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

Reimplemented in itk::Statistics::ImageToListAdaptor< TImage >, and itk::Statistics::PointSetToListAdaptor< TPointSet >.

Definition at line 55 of file itkListSample.h.

template<class TMeasurementVector>
typedef Superclass::InstanceIdentifier itk::Statistics::ListSample< TMeasurementVector >::InstanceIdentifier
 

Instance Identifier typedef support this identifier will be unique sequential id for each measurement vector in a Sample subclass.

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

Reimplemented in itk::Statistics::ImageToListAdaptor< TImage >, and itk::Statistics::PointSetToListAdaptor< TPointSet >.

Definition at line 56 of file itkListSample.h.

template<class TMeasurementVector>
typedef Superclass::MeasurementType itk::Statistics::ListSample< TMeasurementVector >::MeasurementType
 

typedef for each element in a measurement vector

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

Reimplemented in itk::Statistics::ImageToListAdaptor< TImage >, and itk::Statistics::PointSetToListAdaptor< TPointSet >.

Definition at line 54 of file itkListSample.h.

template<class TMeasurementVector>
typedef Superclass::MeasurementVectorType itk::Statistics::ListSample< TMeasurementVector >::MeasurementVectorType
 

Superclass typedefs for Measurement vector, measurement, Instance Identifier, frequency, size, size element value

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

Reimplemented in itk::Statistics::ImageToListAdaptor< TImage >, and itk::Statistics::PointSetToListAdaptor< TPointSet >.

Definition at line 53 of file itkListSample.h.

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

Standard class typedef.

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

Reimplemented in itk::Statistics::ImageToListAdaptor< TImage >, and itk::Statistics::PointSetToListAdaptor< TPointSet >.

Definition at line 43 of file itkListSample.h.

template<class TMeasurementVector>
typedef Sample< TMeasurementVector > itk::Statistics::ListSample< TMeasurementVector >::Superclass
 

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

Reimplemented in itk::Statistics::ImageToListAdaptor< TImage >, and itk::Statistics::PointSetToListAdaptor< TPointSet >.

Definition at line 44 of file itkListSample.h.


Constructor & Destructor Documentation

template<class TMeasurementVector>
itk::Statistics::ListSample< TMeasurementVector >::ListSample   [protected]
 

template<class TMeasurementVector>
virtual itk::Statistics::ListSample< TMeasurementVector >::~ListSample   [inline, protected, virtual]
 

Definition at line 64 of file itkListSample.h.


Member Function Documentation

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

Standard macros

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

Reimplemented in itk::Statistics::ImageToListAdaptor< TImage >, and itk::Statistics::PointSetToListAdaptor< TPointSet >.

template<class TMeasurementVector>
itk::Statistics::ListSample< TMeasurementVector >::itkStaticConstMacro MeasurementVectorSize   ,
unsigned    int,
TMeasurementVector::Length   
 

VMeasurementVectorSize template argument alias

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

template<class TMeasurementVector>
void itk::Statistics::ListSample< TMeasurementVector >::PrintSelf std::ostream &    os,
Indent    indent
const [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::Sample< TMeasurementVector >.

Reimplemented in itk::Statistics::ImageToListAdaptor< TImage >, and itk::Statistics::PointSetToListAdaptor< TPointSet >.


The documentation for this class was generated from the following file:
Generated at Wed Mar 12 01:22:43 2003 for ITK by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2000