![]() |
ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include <itkHistogram.h>
Inheritance diagram for itk::Statistics::Histogram< TMeasurement, TFrequencyContainer >::Iterator:
Collaboration diagram for itk::Statistics::Histogram< TMeasurement, TFrequencyContainer >::Iterator:class that walks through the elements of the histogram.
Definition at line 424 of file itkHistogram.h.
Public Member Functions | |
| Iterator (Self *histogram) | |
| Iterator (InstanceIdentifier id, Self *histogram) | |
| Iterator (const Iterator &it) | |
| Iterator & | operator= (const Iterator &it) |
| bool | SetFrequency (const AbsoluteFrequencyType value) |
Public Member Functions inherited from itk::Statistics::Histogram< TMeasurement, TFrequencyContainer >::ConstIterator | |
| ConstIterator (const Self *histogram) | |
| ConstIterator (const ConstIterator &it) | |
| AbsoluteFrequencyType | GetFrequency () const |
| const IndexType & | GetIndex () const |
| InstanceIdentifier | GetInstanceIdentifier () const |
| const MeasurementVectorType & | GetMeasurementVector () const |
| bool | operator!= (const ConstIterator &it) |
| ConstIterator & | operator++ () |
| ConstIterator & | operator= (const ConstIterator &it) |
| bool | operator== (const ConstIterator &it) |
Protected Member Functions | |
| Iterator () | |
| Iterator (const Self *histogram) | |
| Iterator (InstanceIdentifier id, const Self *histogram) | |
| Iterator (const ConstIterator &it) | |
| ConstIterator & | operator= (const ConstIterator &it) |
Protected Member Functions inherited from itk::Statistics::Histogram< TMeasurement, TFrequencyContainer >::ConstIterator | |
| ConstIterator () | |
| ConstIterator (InstanceIdentifier id, const Self *histogram) | |
Additional Inherited Members | |
Protected Attributes inherited from itk::Statistics::Histogram< TMeasurement, TFrequencyContainer >::ConstIterator | |
| const Self * | m_Histogram |
| InstanceIdentifier | m_Id |
|
inline |
Definition at line 428 of file itkHistogram.h.
|
inline |
Definition at line 431 of file itkHistogram.h.
|
inline |
Definition at line 435 of file itkHistogram.h.
|
protected |
|
protected |
|
protected |
|
protected |
|
inline |
Definition at line 438 of file itkHistogram.h.
|
protected |
|
inline |
Definition at line 444 of file itkHistogram.h.
1.8.3.1