#include <itkHistogram.h>
class that walks through the elements of the histogram.
Definition at line 347 of file itkHistogram.h.
Public Member Functions | |
ConstIterator (const ConstIterator &it) | |
ConstIterator (const Self *histogram) | |
AbsoluteFrequencyType | GetFrequency () const |
const IndexType & | GetIndex () const |
InstanceIdentifier | GetInstanceIdentifier () const |
const MeasurementVectorType & | GetMeasurementVector () const |
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (ConstIterator) | |
ConstIterator & | operator++ () |
ConstIterator & | operator= (const ConstIterator &it) |
bool | operator== (const ConstIterator &it) const |
Protected Member Functions | |
ConstIterator (InstanceIdentifier id, const Self *histogram) | |
Protected Attributes | |
const Self * | m_Histogram |
InstanceIdentifier | m_Id |
Private Member Functions | |
ConstIterator ()=delete | |
Friends | |
class | Histogram |
|
inline |
Definition at line 352 of file itkHistogram.h.
References m_Histogram, and m_Id.
Referenced by ConstIterator(), itk::Statistics::Histogram< TMeasurement, TFrequencyContainer >::Iterator::Iterator(), itk::Statistics::Histogram< TMeasurement, TFrequencyContainer >::Iterator::Iterator(), itk::Statistics::Histogram< TMeasurement, TFrequencyContainer >::Iterator::Iterator(), itk::Statistics::Histogram< TMeasurement, TFrequencyContainer >::Iterator::Iterator(), ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION(), operator=(), itk::Statistics::Histogram< TMeasurement, TFrequencyContainer >::Iterator::operator=(), and operator==().
|
inline |
Definition at line 358 of file itkHistogram.h.
References ConstIterator(), m_Histogram, and m_Id.
|
inlineprotected |
Definition at line 412 of file itkHistogram.h.
References m_Histogram, and m_Id.
|
privatedelete |
|
inline |
Definition at line 373 of file itkHistogram.h.
References m_Histogram, and m_Id.
|
inline |
Definition at line 391 of file itkHistogram.h.
References m_Histogram, and m_Id.
|
inline |
Definition at line 379 of file itkHistogram.h.
References m_Id.
|
inline |
Definition at line 385 of file itkHistogram.h.
References m_Histogram, and m_Id.
itk::Statistics::Histogram< TMeasurement, TFrequencyContainer >::ConstIterator::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | ConstIterator | ) |
References ConstIterator().
|
inline |
Definition at line 397 of file itkHistogram.h.
References m_Id.
|
inline |
Definition at line 365 of file itkHistogram.h.
References ConstIterator(), m_Histogram, and m_Id.
Referenced by itk::Statistics::Histogram< TMeasurement, TFrequencyContainer >::Iterator::operator=().
|
inline |
Definition at line 404 of file itkHistogram.h.
References ConstIterator(), and m_Id.
|
friend |
|
protected |
Definition at line 421 of file itkHistogram.h.
Referenced by ConstIterator(), ConstIterator(), ConstIterator(), GetFrequency(), GetIndex(), GetMeasurementVector(), operator=(), and itk::Statistics::Histogram< TMeasurement, TFrequencyContainer >::Iterator::SetFrequency().
|
protected |
Definition at line 418 of file itkHistogram.h.
Referenced by ConstIterator(), ConstIterator(), ConstIterator(), GetFrequency(), GetIndex(), GetInstanceIdentifier(), GetMeasurementVector(), operator++(), operator=(), operator==(), and itk::Statistics::Histogram< TMeasurement, TFrequencyContainer >::Iterator::SetFrequency().