#include <itkLabelObject.h>
Definition at line 293 of file itkLabelObject.h.
Public Member Functions | |
ConstIndexIterator () | |
ConstIndexIterator (const ConstIndexIterator &iter) | |
ConstIndexIterator (const Self *lo) | |
const IndexType & | GetIndex () const |
void | GoToBegin () |
bool | IsAtEnd () const |
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (ConstIndexIterator) | |
ConstIndexIterator & | operator++ () |
ConstIndexIterator | operator++ (int) |
ConstIndexIterator & | operator= (const ConstIndexIterator &iter) |
bool | operator== (const ConstIndexIterator &iter) const |
Private Types | |
using | InternalIteratorType = typename LineContainerType::const_iterator |
using | LineContainerType = typename std::deque<LineType> |
Private Member Functions | |
void | NextValidLine () |
Private Attributes | |
InternalIteratorType | m_Begin |
InternalIteratorType | m_End |
IndexType | m_Index |
InternalIteratorType | m_Iterator |
|
private |
Definition at line 380 of file itkLabelObject.h.
|
private |
Definition at line 379 of file itkLabelObject.h.
|
inline |
Definition at line 296 of file itkLabelObject.h.
References m_Begin, m_End, m_Index, and m_Iterator.
Referenced by ConstIndexIterator(), ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION(), operator++(), operator=(), and operator==().
|
inline |
Definition at line 304 of file itkLabelObject.h.
References GoToBegin(), m_Begin, m_End, and itk::LabelObject< TLabel, VImageDimension >::m_LineContainer.
|
inline |
Definition at line 311 of file itkLabelObject.h.
References ConstIndexIterator(), m_Begin, m_End, m_Index, and m_Iterator.
|
inline |
Definition at line 330 of file itkLabelObject.h.
References m_Index.
|
inline |
Definition at line 365 of file itkLabelObject.h.
References m_Begin, m_Index, m_Iterator, and NextValidLine().
Referenced by ConstIndexIterator().
|
inline |
Definition at line 373 of file itkLabelObject.h.
References m_End, and m_Iterator.
itk::LabelObject< TLabel, VImageDimension >::ConstIndexIterator::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | ConstIndexIterator | ) |
References ConstIndexIterator().
|
inlineprivate |
Definition at line 382 of file itkLabelObject.h.
References m_End, m_Index, and m_Iterator.
Referenced by GoToBegin(), and operator++().
|
inline |
Definition at line 336 of file itkLabelObject.h.
References m_Index, m_Iterator, and NextValidLine().
|
inline |
Definition at line 349 of file itkLabelObject.h.
References ConstIndexIterator().
|
inline |
Definition at line 320 of file itkLabelObject.h.
References ConstIndexIterator(), m_Begin, m_End, m_Index, and m_Iterator.
|
inline |
Definition at line 357 of file itkLabelObject.h.
References ConstIndexIterator(), m_Begin, m_End, m_Index, and m_Iterator.
|
private |
Definition at line 396 of file itkLabelObject.h.
Referenced by ConstIndexIterator(), ConstIndexIterator(), ConstIndexIterator(), GoToBegin(), operator=(), and operator==().
|
private |
Definition at line 397 of file itkLabelObject.h.
Referenced by ConstIndexIterator(), ConstIndexIterator(), ConstIndexIterator(), IsAtEnd(), NextValidLine(), operator=(), and operator==().
|
private |
Definition at line 398 of file itkLabelObject.h.
Referenced by ConstIndexIterator(), ConstIndexIterator(), GetIndex(), GoToBegin(), NextValidLine(), operator++(), operator=(), and operator==().
|
private |
Definition at line 395 of file itkLabelObject.h.
Referenced by ConstIndexIterator(), ConstIndexIterator(), GoToBegin(), IsAtEnd(), NextValidLine(), operator++(), operator=(), and operator==().