ITK
5.2.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 |
bool | operator!= (const ConstLineIterator &iter) const |
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 287 of file itkLabelObject.h.
|
private |
Definition at line 286 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 274 of file itkLabelObject.h.
|
inline |
Definition at line 280 of file itkLabelObject.h.
|
inline |
Definition at line 268 of file itkLabelObject.h.
|
inline |
Definition at line 255 of file itkLabelObject.h.
|
inline |
Definition at line 247 of file itkLabelObject.h.
|
inline |
|
inline |
|
private |
Definition at line 289 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 290 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 288 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==().