ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkLabelMap.h>
A forward iterator over the LabelObjects of a LabelMap.
Definition at line 371 of file itkLabelMap.h.
Public Member Functions | |
const LabelType & | GetLabel () const |
LabelObjectType * | GetLabelObject () |
void | GoToBegin () |
bool | IsAtEnd () const |
Iterator () | |
Iterator (Self *lm) | |
Iterator (const Iterator &iter) | |
bool | operator!= (const Iterator &iter) const |
Iterator | operator++ (int) |
Iterator & | operator++ () |
Iterator & | operator= (const Iterator &iter) |
bool | operator== (const Iterator &iter) const |
Private Types | |
typedef std::map< LabelType, LabelObjectPointerType > ::iterator | InternalIteratorType |
Private Attributes | |
InternalIteratorType | m_Begin |
InternalIteratorType | m_End |
InternalIteratorType | m_Iterator |
Friends | |
class | LabelMap |
|
private |
Definition at line 443 of file itkLabelMap.h.
|
inline |
Definition at line 375 of file itkLabelMap.h.
|
inline |
Definition at line 377 of file itkLabelMap.h.
|
inline |
Definition at line 384 of file itkLabelMap.h.
References itk::LabelMap< TLabelObject >::Iterator::m_Begin, itk::LabelMap< TLabelObject >::Iterator::m_End, and itk::LabelMap< TLabelObject >::Iterator::m_Iterator.
|
inline |
Definition at line 404 of file itkLabelMap.h.
|
inline |
Definition at line 399 of file itkLabelMap.h.
|
inline |
Definition at line 432 of file itkLabelMap.h.
|
inline |
Definition at line 437 of file itkLabelMap.h.
|
inline |
Definition at line 427 of file itkLabelMap.h.
|
inline |
Definition at line 409 of file itkLabelMap.h.
|
inline |
Definition at line 416 of file itkLabelMap.h.
|
inline |
Definition at line 391 of file itkLabelMap.h.
References itk::LabelMap< TLabelObject >::Iterator::m_Begin, itk::LabelMap< TLabelObject >::Iterator::m_End, and itk::LabelMap< TLabelObject >::Iterator::m_Iterator.
|
inline |
Definition at line 422 of file itkLabelMap.h.
References itk::LabelMap< TLabelObject >::Iterator::m_Begin, itk::LabelMap< TLabelObject >::Iterator::m_End, and itk::LabelMap< TLabelObject >::Iterator::m_Iterator.
|
friend |
Definition at line 448 of file itkLabelMap.h.
|
private |
Definition at line 445 of file itkLabelMap.h.
Referenced by itk::LabelMap< TLabelObject >::Iterator::Iterator(), itk::LabelMap< TLabelObject >::Iterator::operator=(), and itk::LabelMap< TLabelObject >::Iterator::operator==().
|
private |
Definition at line 446 of file itkLabelMap.h.
Referenced by itk::LabelMap< TLabelObject >::Iterator::Iterator(), itk::LabelMap< TLabelObject >::Iterator::operator=(), and itk::LabelMap< TLabelObject >::Iterator::operator==().
|
private |
Definition at line 444 of file itkLabelMap.h.
Referenced by itk::LabelMap< TLabelObject >::Iterator::Iterator(), itk::LabelMap< TLabelObject >::Iterator::operator=(), and itk::LabelMap< TLabelObject >::Iterator::operator==().