![]() |
ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include <itkSubsample.h>
Inheritance diagram for itk::Statistics::Subsample< TSample >::Iterator:
Collaboration diagram for itk::Statistics::Subsample< TSample >::Iterator:Definition at line 198 of file itkSubsample.h.
Public Member Functions | |
| Iterator (Self *sample) | |
| Iterator (const Iterator &iter) | |
| Iterator & | operator= (const Iterator &iter) |
Public Member Functions inherited from itk::Statistics::Subsample< TSample >::ConstIterator | |
| ConstIterator (const Self *sample) | |
| ConstIterator (const ConstIterator &iter) | |
| AbsoluteFrequencyType | GetFrequency () const |
| InstanceIdentifier | GetInstanceIdentifier () const |
| const MeasurementVectorType & | GetMeasurementVector () const |
| bool | operator!= (const ConstIterator &it) |
| ConstIterator & | operator++ () |
| ConstIterator & | operator= (const ConstIterator &iter) |
| bool | operator== (const ConstIterator &it) |
Protected Member Functions | |
| Iterator () | |
| Iterator (const Self *sample) | |
| Iterator (typename InstanceIdentifierHolder::const_iterator iter, const Self *classSample) | |
| Iterator (const ConstIterator &it) | |
| Iterator (typename InstanceIdentifierHolder::iterator iter, Self *classSample) | |
| ConstIterator & | operator= (const ConstIterator &it) |
Protected Member Functions inherited from itk::Statistics::Subsample< TSample >::ConstIterator | |
| ConstIterator () | |
| ConstIterator (typename InstanceIdentifierHolder::const_iterator iter, const Self *classSample) | |
Friends | |
| class | Subsample |
Additional Inherited Members | |
Protected Attributes inherited from itk::Statistics::Subsample< TSample >::ConstIterator | |
| InstanceIdentifierHolder::const_iterator | m_Iter |
| const TSample * | m_Sample |
| const Self * | m_Subsample |
|
inline |
Definition at line 204 of file itkSubsample.h.
|
inline |
Definition at line 207 of file itkSubsample.h.
|
protected |
|
protected |
|
protected |
|
protected |
|
inlineprotected |
Definition at line 227 of file itkSubsample.h.
|
inline |
Definition at line 210 of file itkSubsample.h.
|
protected |
|
friend |
Definition at line 200 of file itkSubsample.h.
1.8.3.1