ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <itkLabelObject.h>
A forward iterator over the lines of a LabelObject.
A forward iterator over the indexes of a LabelObject.
Definition at line 188 of file itkLabelObject.h.
Public Member Functions | |
ConstLineIterator ()=default | |
ConstLineIterator (const Self *lo) | |
ConstLineIterator (const ConstLineIterator &iter) | |
const LineType & | GetLine () const |
void | GoToBegin () |
bool | IsAtEnd () const |
bool | operator!= (const ConstLineIterator &iter) const |
ConstLineIterator | operator++ (int) |
ConstLineIterator & | operator++ () |
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 256 of file itkLabelObject.h.
|
private |
Definition at line 255 of file itkLabelObject.h.
|
default |
|
inline |
Definition at line 194 of file itkLabelObject.h.
|
inline |
|
inline |
Definition at line 216 of file itkLabelObject.h.
|
inline |
Definition at line 244 of file itkLabelObject.h.
|
inline |
Definition at line 249 of file itkLabelObject.h.
|
inline |
Definition at line 239 of file itkLabelObject.h.
|
inline |
Definition at line 221 of file itkLabelObject.h.
|
inline |
Definition at line 228 of file itkLabelObject.h.
|
inline |
|
inline |
|
private |
Definition at line 258 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 259 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 257 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==().