#include <itkListSample.h>
Inheritance diagram for itk::Statistics::ListSample< TMeasurementVector >:


ListSampleBase stores measurements in a list type structure (as opposed to a Histogram, etc.). ListSampleBase allows duplicate measurements. ListSampleBase is not sorted.
ListSampleBase does not allow the user to specify the frequency of a measurement directly. The GetFrequency() methods returns 1 if the measurement exists in the list, 0 otherwise.
Definition at line 46 of file itkListSample.h.
|
|||||
|
Reimplemented from itk::Statistics::Sample< TMeasurementVector >. Definition at line 53 of file itkListSample.h. |
|
|||||
|
Frequency value type Reimplemented from itk::Statistics::ListSampleBase< TMeasurementVector >. Definition at line 64 of file itkListSample.h. |
|
|||||
|
InstanceIdentifier typedef. This identifier is a unique sequential id for each measurement vector in a Sample subclass. Reimplemented from itk::Statistics::ListSampleBase< TMeasurementVector >. Definition at line 65 of file itkListSample.h. |
|
|||||
|
internal data container type Definition at line 74 of file itkListSample.h. |
|
|||||
|
ValueType of a measurement (ValueType of a component of the MeasurementVector Reimplemented from itk::Statistics::ListSampleBase< TMeasurementVector >. Definition at line 63 of file itkListSample.h. |
|
|||||
|
Typedefs inherited from the superclass Reimplemented from itk::Statistics::ListSampleBase< TMeasurementVector >. Definition at line 59 of file itkListSample.h. |
|
|||||
|
Reimplemented from itk::Statistics::Sample< TMeasurementVector >. Definition at line 52 of file itkListSample.h. |
|
|||||
|
Vector of InstanceIdentifiers used for returning search results. Reimplemented from itk::Statistics::ListSampleBase< TMeasurementVector >. Definition at line 66 of file itkListSample.h. |
|
|||||
|
Standard class typedef. Reimplemented from itk::Statistics::ListSampleBase< TMeasurementVector >. Definition at line 50 of file itkListSample.h. |
|
|||||
|
Reimplemented from itk::Statistics::ListSampleBase< TMeasurementVector >. Definition at line 51 of file itkListSample.h. |
|
|||||
|
Value type of a measurement (component of the measurement vector) Definition at line 70 of file itkListSample.h. |
|
|||||||||
|
|
|
|||||||||
|
Definition at line 286 of file itkListSample.h. |
|
||||||||||
|
returns an iterator that points to the beginning of the container Definition at line 269 of file itkListSample.h. |
|
||||||||||
|
returns an iterator that points to the beginning of the container Definition at line 253 of file itkListSample.h. |
|
||||||||||
|
Removes all the elements in the Sample Definition at line 85 of file itkListSample.h. |
|
||||||||||
|
returns an iterator that points to the end of the container Definition at line 277 of file itkListSample.h. |
|
||||||||||
|
returns an iterator that points to the end of the container Definition at line 261 of file itkListSample.h. |
|
||||||||||
|
Get the frequency of a measurement. Returns 1 if the measurement exist. Implements itk::Statistics::Sample< TMeasurementVector >. |
|
||||||||||
|
Get the measurement associated with the specified InstanceIdentifier Implements itk::Statistics::Sample< TMeasurementVector >. |
|
|||||||||
|
Standard macros Reimplemented from itk::Statistics::ListSampleBase< TMeasurementVector >. |
|
|||||||||
|
Get the total frequency of the sample. This is equivalent to the size of the sample. Implements itk::Statistics::Sample< TMeasurementVector >. Definition at line 115 of file itkListSample.h. |
|
|||||||||
|
Method for creation through the object factory. Reimplemented from itk::Object. |
|
||||||||||||||||
|
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::ListSampleBase< TMeasurementVector >. |
|
||||||||||
|
Inserts a measurement at the end of the list Definition at line 89 of file itkListSample.h. |
|
||||||||||
|
Resize the container. If this sample is connected to a Subsample or MembershipSample, then this function won't change the size of this container, instead, it will throw exception. Therefore, resize the container before using the sample in a Subsample or MembershipSample. Definition at line 81 of file itkListSample.h. |
|
||||||||||||||||||||
|
Set a component a measurement to a particular value. |
|
||||||||||||||||
|
Replace a measurement with a different measurement |
|
||||||||||
|
Get the number of measurement vectors in the sample Implements itk::Statistics::Sample< TMeasurementVector >. Definition at line 93 of file itkListSample.h. |
1.4.1 written by Dimitri van Heesch,
© 1997-2000