#include <itkSubsample.h>

Definition at line 141 of file itkSubsample.h.
Public Member Functions | |
| FrequencyType | GetFrequency () const |
| InstanceIdentifier | GetInstanceIdentifier () const |
| const MeasurementVectorType & | GetMeasurementVector () const |
| Iterator (const Iterator &iter) | |
| Iterator (typename InstanceIdentifierHolder::iterator iter, Self *classSample) | |
| bool | operator!= (const Iterator &it) |
| Iterator & | operator+ (int n) |
| Iterator & | operator++ () |
| Iterator & | operator- (int n) |
| Iterator & | operator= (const Iterator &iter) |
| bool | operator== (const Iterator &it) |
Friends | |
| class | ConstIterator |
| itk::Statistics::Subsample< TSample >::Iterator::Iterator | ( | typename InstanceIdentifierHolder::iterator | iter, | |
| Self * | classSample | |||
| ) | [inline] |
Definition at line 146 of file itkSubsample.h.
| itk::Statistics::Subsample< TSample >::Iterator::Iterator | ( | const Iterator & | iter | ) | [inline] |
Definition at line 190 of file itkSubsample.h.
References itk::Statistics::Subsample< TSample >::Iterator::m_Iter, itk::Statistics::Subsample< TSample >::Iterator::m_Sample, and itk::Statistics::Subsample< TSample >::Iterator::m_Subsample.
| FrequencyType itk::Statistics::Subsample< TSample >::Iterator::GetFrequency | ( | ) | const [inline] |
Definition at line 152 of file itkSubsample.h.
| InstanceIdentifier itk::Statistics::Subsample< TSample >::Iterator::GetInstanceIdentifier | ( | ) | const [inline] |
Definition at line 158 of file itkSubsample.h.
| const MeasurementVectorType& itk::Statistics::Subsample< TSample >::Iterator::GetMeasurementVector | ( | ) | const [inline] |
Definition at line 155 of file itkSubsample.h.
| bool itk::Statistics::Subsample< TSample >::Iterator::operator!= | ( | const Iterator & | it | ) | [inline] |
Definition at line 176 of file itkSubsample.h.
References itk::Statistics::Subsample< TSample >::Iterator::m_Iter.
| Iterator& itk::Statistics::Subsample< TSample >::Iterator::operator+ | ( | int | n | ) | [inline] |
Definition at line 170 of file itkSubsample.h.
| Iterator& itk::Statistics::Subsample< TSample >::Iterator::operator++ | ( | ) | [inline] |
Definition at line 161 of file itkSubsample.h.
| Iterator& itk::Statistics::Subsample< TSample >::Iterator::operator- | ( | int | n | ) | [inline] |
Definition at line 173 of file itkSubsample.h.
| Iterator& itk::Statistics::Subsample< TSample >::Iterator::operator= | ( | const Iterator & | iter | ) | [inline] |
Definition at line 182 of file itkSubsample.h.
References itk::Statistics::Subsample< TSample >::Iterator::m_Iter, itk::Statistics::Subsample< TSample >::Iterator::m_Sample, and itk::Statistics::Subsample< TSample >::Iterator::m_Subsample.
| bool itk::Statistics::Subsample< TSample >::Iterator::operator== | ( | const Iterator & | it | ) | [inline] |
Definition at line 179 of file itkSubsample.h.
References itk::Statistics::Subsample< TSample >::Iterator::m_Iter.
friend class ConstIterator [friend] |
Definition at line 143 of file itkSubsample.h.
1.5.6 written by Dimitri van Heesch,
© 1997-2000