![]() |
ITK
5.3.0
Insight Toolkit
|
#include <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 |
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.
|
private |
Definition at line 283 of file itkLabelObject.h.
|
private |
Definition at line 282 of file itkLabelObject.h.
|
default |
|
inline |
Definition at line 217 of file itkLabelObject.h.
|
inline |
|
inline |
Definition at line 241 of file itkLabelObject.h.
|
inline |
Definition at line 270 of file itkLabelObject.h.
|
inline |
Definition at line 276 of file itkLabelObject.h.
| itk::LabelObject< TLabel, VImageDimension >::ConstLineIterator::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | ConstLineIterator | ) |
|
inline |
Definition at line 255 of file itkLabelObject.h.
|
inline |
Definition at line 247 of file itkLabelObject.h.
|
inline |
|
inline |
|
private |
Definition at line 285 of file itkLabelObject.h.
Referenced by itk::LabelObject< TLabel, VImageDimension >::ConstLineIterator::ConstLineIterator(), itk::LabelObject< TLabel, VImageDimension >::ConstLineIterator::operator=(), and itk::LabelObject< TLabel, VImageDimension >::ConstLineIterator::operator==().
|
private |
Definition at line 286 of file itkLabelObject.h.
Referenced by itk::LabelObject< TLabel, VImageDimension >::ConstLineIterator::ConstLineIterator(), itk::LabelObject< TLabel, VImageDimension >::ConstLineIterator::operator=(), and itk::LabelObject< TLabel, VImageDimension >::ConstLineIterator::operator==().
|
private |
Definition at line 284 of file itkLabelObject.h.
Referenced by itk::LabelObject< TLabel, VImageDimension >::ConstLineIterator::ConstLineIterator(), itk::LabelObject< TLabel, VImageDimension >::ConstLineIterator::operator=(), and itk::LabelObject< TLabel, VImageDimension >::ConstLineIterator::operator==().
1.8.16