#include <itkLabelObject.h>
A forward iterator over the lines of a LabelObject.
A forward iterator over the indexes of a LabelObject.
Definition at line 212 of file itkLabelObject.h.
Public Member Functions | |
ConstLineIterator ()=default | |
ConstLineIterator (const ConstLineIterator &iter) | |
ConstLineIterator (const Self *lo) | |
const LineType & | GetLine () const |
void | GoToBegin () |
bool | IsAtEnd () const |
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (ConstLineIterator) | |
ConstLineIterator & | operator++ () |
ConstLineIterator | operator++ (int) |
ConstLineIterator & | operator= (const ConstLineIterator &iter) |
bool | operator== (const ConstLineIterator &iter) const |
Private Types | |
using | InternalIteratorType = typename LineContainerType::const_iterator |
using | LineContainerType = typename std::deque<LineType> |
Private Attributes | |
InternalIteratorType | m_Begin |
InternalIteratorType | m_End |
InternalIteratorType | m_Iterator |
|
private |
Definition at line 283 of file itkLabelObject.h.
|
private |
Definition at line 282 of file itkLabelObject.h.
|
default |
Referenced by ConstLineIterator(), ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION(), operator++(), operator=(), and operator==().
|
inline |
Definition at line 217 of file itkLabelObject.h.
References m_Begin, m_End, m_Iterator, and itk::LabelObject< TLabel, VImageDimension >::m_LineContainer.
|
inline |
Definition at line 224 of file itkLabelObject.h.
References ConstLineIterator(), m_Begin, m_End, and m_Iterator.
|
inline |
Definition at line 241 of file itkLabelObject.h.
References m_Iterator.
|
inline |
Definition at line 270 of file itkLabelObject.h.
References m_Begin, and m_Iterator.
|
inline |
Definition at line 276 of file itkLabelObject.h.
References m_End, and m_Iterator.
itk::LabelObject< TLabel, VImageDimension >::ConstLineIterator::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | ConstLineIterator | ) |
References ConstLineIterator().
|
inline |
Definition at line 255 of file itkLabelObject.h.
References m_Iterator.
|
inline |
Definition at line 247 of file itkLabelObject.h.
References ConstLineIterator().
|
inline |
Definition at line 232 of file itkLabelObject.h.
References ConstLineIterator(), m_Begin, m_End, and m_Iterator.
|
inline |
Definition at line 262 of file itkLabelObject.h.
References ConstLineIterator(), m_Begin, m_End, and m_Iterator.
|
private |
Definition at line 285 of file itkLabelObject.h.
Referenced by ConstLineIterator(), ConstLineIterator(), GoToBegin(), operator=(), and operator==().
|
private |
Definition at line 286 of file itkLabelObject.h.
Referenced by ConstLineIterator(), ConstLineIterator(), IsAtEnd(), operator=(), and operator==().
|
private |
Definition at line 284 of file itkLabelObject.h.
Referenced by ConstLineIterator(), ConstLineIterator(), GetLine(), GoToBegin(), IsAtEnd(), operator++(), operator=(), and operator==().