#include <itkListSample.h>
Inheritance diagram for itk::Statistics::ListSample< TMeasurementVector >:
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 42 of file itkListSample.h.
|
Reimplemented from itk::Statistics::Sample< TMeasurementVector >. Definition at line 49 of file itkListSample.h. |
|
frequency value typedef Reimplemented from itk::Statistics::ListSampleBase< TMeasurementVector >. Definition at line 63 of file itkListSample.h. Referenced by itk::Statistics::ListSample< TMeasurementVector >::ConstIterator::GetFrequency(), itk::Statistics::ListSample< TMeasurementVector >::Iterator::GetFrequency(), and itk::Statistics::ListSample< TMeasurementVector >::GetTotalFrequency(). |
|
Instance Identifier typedef support this identifier will be unique sequential id for each measurement vector in a Sample subclass. Reimplemented from itk::Statistics::ListSampleBase< TMeasurementVector >. Definition at line 64 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 74 of file itkListSample.h. Referenced by itk::Statistics::ListSample< TMeasurementVector >::~ListSample(). |
|
typedef for each element in a measurement vector Reimplemented from itk::Statistics::ListSampleBase< TMeasurementVector >. Definition at line 62 of file itkListSample.h. |
|
Superclass typedefs for Measurement vector, measurement, Instance Identifier, frequency, size, size element value Reimplemented from itk::Statistics::ListSampleBase< TMeasurementVector >. Definition at line 61 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 48 of file itkListSample.h. |
|
Reimplemented from itk::Statistics::ListSampleBase< TMeasurementVector >. Definition at line 65 of file itkListSample.h. |
|
Standard class typedef. Reimplemented from itk::Statistics::ListSampleBase< TMeasurementVector >. Definition at line 46 of file itkListSample.h. Referenced by itk::Statistics::ListSample< TMeasurementVector >::~ListSample(). |
|
Reimplemented from itk::Statistics::ListSampleBase< TMeasurementVector >. Definition at line 47 of file itkListSample.h. |
|
Definition at line 67 of file itkListSample.h. |
|
|
|
Definition at line 268 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 251 of file itkListSample.h. |
|
returns an iterator that points to the beginning of the container Definition at line 235 of file itkListSample.h. |
|
Removes all the elements Definition at line 84 of file itkListSample.h. |
|
returns an iterator that points to the end of the container Definition at line 259 of file itkListSample.h. |
|
returns an iterator that points to the end of the container Definition at line 243 of file itkListSample.h. |
|
Standard macros Reimplemented from itk::Statistics::ListSampleBase< TMeasurementVector >.
|
|
returns 1 as other subclasses of ListSampleBase does Implements itk::Statistics::Sample< TMeasurementVector >.
|
|
returns the measurement vector that is specified by the instance identifier argument. Implements itk::Statistics::Sample< TMeasurementVector >.
|
|
returns the size of this container Implements itk::Statistics::Sample< TMeasurementVector >. Definition at line 114 of file itkListSample.h. References itk::Statistics::ListSample< TMeasurementVector >::FrequencyType. |
|
VMeasurementVectorSize template argument alias |
|
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::Sample< TMeasurementVector >.
|
|
inserts a new element at the end Definition at line 88 of file itkListSample.h. References itk::Statistics::ListSample< TMeasurementVector >::MeasurementVectorType. |
|
resize the container, if this sample is connected to Subsample or MembershipSample, then this function won't change the size of this container, instead, it will throw exception. Before, use this sample with Subsample or MembershipSample, set the size Definition at line 80 of file itkListSample.h. |
|
sets the "dim" dimensional component value of the measurement vector that is specified by "id". |
|
set the measurement vector value that is specified by the instance identifier argument. |
|
returns the number of measurement vectors in this container Implements itk::Statistics::Sample< TMeasurementVector >. Definition at line 92 of file itkListSample.h. |