#include <itkListSample.h>
Inheritance diagram for itk::Statistics::ListSample:
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 |
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.
Definition at line 39 of file itkListSample.h.
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
|
|
Definition at line 64 of file itkListSample.h. |
|
Standard macros Reimplemented from itk::Statistics::Sample< TMeasurementVector >. Reimplemented in itk::Statistics::ImageToListAdaptor< TImage >, and itk::Statistics::PointSetToListAdaptor< TPointSet >. |
|
VMeasurementVectorSize template argument alias Reimplemented from itk::Statistics::Sample< TMeasurementVector >. |
|
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 >. |