ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <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++ () |
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 |
class that walks through the elements of the histogram.
Definition at line 434 of file itkHistogram.h.
|
inline |
Definition at line 438 of file itkHistogram.h.
|
inline |
Definition at line 441 of file itkHistogram.h.
|
inline |
Definition at line 445 of file itkHistogram.h.
|
protected |
|
protected |
|
protected |
|
protected |
|
inline |
Definition at line 448 of file itkHistogram.h.
|
protected |
Reimplemented from itk::Statistics::Histogram< TMeasurement, TFrequencyContainer >::ConstIterator.
|
inline |
Definition at line 454 of file itkHistogram.h.