![]() |
ITK
5.3.0
Insight Toolkit
|
#include <itkLabelObject.h>
Collaboration diagram for itk::LabelObject< TLabel, VImageDimension >::ConstIndexIterator: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 |
Definition at line 294 of file itkLabelObject.h.
|
private |
Definition at line 381 of file itkLabelObject.h.
|
private |
Definition at line 380 of file itkLabelObject.h.
|
inline |
Definition at line 297 of file itkLabelObject.h.
|
inline |
Definition at line 305 of file itkLabelObject.h.
|
inline |
Definition at line 312 of file itkLabelObject.h.
References itk::LabelObject< TLabel, VImageDimension >::ConstIndexIterator::m_Begin, itk::LabelObject< TLabel, VImageDimension >::ConstIndexIterator::m_End, itk::LabelObject< TLabel, VImageDimension >::ConstIndexIterator::m_Index, and itk::LabelObject< TLabel, VImageDimension >::ConstIndexIterator::m_Iterator.
|
inline |
Definition at line 331 of file itkLabelObject.h.
|
inline |
Definition at line 366 of file itkLabelObject.h.
|
inline |
Definition at line 374 of file itkLabelObject.h.
| itk::LabelObject< TLabel, VImageDimension >::ConstIndexIterator::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | ConstIndexIterator | ) |
|
inlineprivate |
Definition at line 383 of file itkLabelObject.h.
|
inline |
Definition at line 337 of file itkLabelObject.h.
|
inline |
Definition at line 350 of file itkLabelObject.h.
|
inline |
Definition at line 321 of file itkLabelObject.h.
References itk::LabelObject< TLabel, VImageDimension >::ConstIndexIterator::m_Begin, itk::LabelObject< TLabel, VImageDimension >::ConstIndexIterator::m_End, itk::LabelObject< TLabel, VImageDimension >::ConstIndexIterator::m_Index, and itk::LabelObject< TLabel, VImageDimension >::ConstIndexIterator::m_Iterator.
|
inline |
Definition at line 358 of file itkLabelObject.h.
References itk::LabelObject< TLabel, VImageDimension >::ConstIndexIterator::m_Begin, itk::LabelObject< TLabel, VImageDimension >::ConstIndexIterator::m_End, itk::LabelObject< TLabel, VImageDimension >::ConstIndexIterator::m_Index, and itk::LabelObject< TLabel, VImageDimension >::ConstIndexIterator::m_Iterator.
|
private |
Definition at line 397 of file itkLabelObject.h.
Referenced by itk::LabelObject< TLabel, VImageDimension >::ConstIndexIterator::ConstIndexIterator(), itk::LabelObject< TLabel, VImageDimension >::ConstIndexIterator::operator=(), and itk::LabelObject< TLabel, VImageDimension >::ConstIndexIterator::operator==().
|
private |
Definition at line 398 of file itkLabelObject.h.
Referenced by itk::LabelObject< TLabel, VImageDimension >::ConstIndexIterator::ConstIndexIterator(), itk::LabelObject< TLabel, VImageDimension >::ConstIndexIterator::operator=(), and itk::LabelObject< TLabel, VImageDimension >::ConstIndexIterator::operator==().
|
private |
Definition at line 399 of file itkLabelObject.h.
Referenced by itk::LabelObject< TLabel, VImageDimension >::ConstIndexIterator::ConstIndexIterator(), itk::LabelObject< TLabel, VImageDimension >::ConstIndexIterator::operator=(), and itk::LabelObject< TLabel, VImageDimension >::ConstIndexIterator::operator==().
|
private |
Definition at line 396 of file itkLabelObject.h.
Referenced by itk::LabelObject< TLabel, VImageDimension >::ConstIndexIterator::ConstIndexIterator(), itk::LabelObject< TLabel, VImageDimension >::ConstIndexIterator::operator=(), and itk::LabelObject< TLabel, VImageDimension >::ConstIndexIterator::operator==().
1.8.16