#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. Referenced by itk::Statistics::ListSample< TMeasurementVector >::ConstIterator::GetFrequency(), and itk::Statistics::ListSample< TMeasurementVector >::Iterator::GetFrequency(). |
|
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 66 of file itkListSample.h. Referenced by itk::Statistics::ListSample< TMeasurementVector >::ConstIterator::ConstIterator(), itk::Statistics::ListSample< TMeasurementVector >::ConstIterator::GetInstanceIdentifier(), itk::Statistics::ListSample< TMeasurementVector >::Iterator::GetInstanceIdentifier(), and itk::Statistics::ListSample< TMeasurementVector >::Iterator::Iterator(). |
|
internal data container type Definition at line 75 of file itkListSample.h. Referenced by itk::Statistics::ListSample< TMeasurementVector >::~ListSample(). |
|
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 62 of file itkListSample.h. Referenced by itk::Statistics::ListSample< TMeasurementVector >::ConstIterator::GetMeasurementVector(), itk::Statistics::ListSample< TMeasurementVector >::Iterator::GetMeasurementVector(), and itk::Statistics::ListSample< TMeasurementVector >::PushBack(). |
|
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 67 of file itkListSample.h. |
|
Standard class typedef. Reimplemented from itk::Statistics::ListSampleBase< TMeasurementVector >. Definition at line 50 of file itkListSample.h. Referenced by itk::Statistics::ListSample< TMeasurementVector >::~ListSample(). |
|
Reimplemented from itk::Statistics::ListSampleBase< TMeasurementVector >. Definition at line 51 of file itkListSample.h. |
|
Total frequency type Reimplemented from itk::Statistics::Sample< TMeasurementVector >. Definition at line 65 of file itkListSample.h. Referenced by itk::Statistics::ListSample< TMeasurementVector >::GetTotalFrequency(). |
|
Value type of a measurement (component of the measurement vector) Definition at line 71 of file itkListSample.h. |
|
|
|
Definition at line 287 of file itkListSample.h. References itk::Statistics::ListSample< TMeasurementVector >::InternalDataContainerType, and itk::Statistics::ListSample< TMeasurementVector >::Self. |
|
returns an iterator that points to the beginning of the container Definition at line 270 of file itkListSample.h. |
|
returns an iterator that points to the beginning of the container Definition at line 254 of file itkListSample.h. |
|
Removes all the elements in the Sample Definition at line 86 of file itkListSample.h. |
|
returns an iterator that points to the end of the container Definition at line 278 of file itkListSample.h. |
|
returns an iterator that points to the end of the container Definition at line 262 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 116 of file itkListSample.h. References itk::Statistics::ListSample< TMeasurementVector >::TotalFrequencyType. |
|
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 90 of file itkListSample.h. References itk::Statistics::ListSample< TMeasurementVector >::MeasurementVectorType. |
|
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 82 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 94 of file itkListSample.h. |