![]() |
ITK
5.0.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 405 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) |
Private Member Functions | |
| Iterator ()=delete | |
| Iterator (const Self *histogram)=delete | |
| Iterator (InstanceIdentifier id, const Self *histogram)=delete | |
| Iterator (const ConstIterator &it)=delete | |
| ConstIterator & | operator= (const ConstIterator &it)=delete |
Additional Inherited Members | |
Protected Member Functions inherited from itk::Statistics::Histogram< TMeasurement, TFrequencyContainer >::ConstIterator | |
| ConstIterator (InstanceIdentifier id, const Self *histogram) | |
Protected Attributes inherited from itk::Statistics::Histogram< TMeasurement, TFrequencyContainer >::ConstIterator | |
| const Self * | m_Histogram |
| InstanceIdentifier | m_Id |
|
inline |
Definition at line 409 of file itkHistogram.h.
|
inline |
Definition at line 412 of file itkHistogram.h.
|
inline |
Definition at line 416 of file itkHistogram.h.
|
privatedelete |
|
privatedelete |
|
privatedelete |
|
privatedelete |
|
inline |
Definition at line 419 of file itkHistogram.h.
|
privatedelete |
|
inline |
Definition at line 425 of file itkHistogram.h.
1.8.5