ITK
4.3.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 180 of file itkLabelObject.h.
Public Member Functions | |
ConstLineIterator () | |
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 | |
typedef LineContainerType::const_iterator | InternalIteratorType |
typedef std::deque< LineType > | LineContainerType |
Private Attributes | |
InternalIteratorType | m_Begin |
InternalIteratorType | m_End |
InternalIteratorType | m_Iterator |
|
private |
Definition at line 248 of file itkLabelObject.h.
|
private |
Definition at line 247 of file itkLabelObject.h.
|
inline |
Definition at line 184 of file itkLabelObject.h.
|
inline |
Definition at line 186 of file itkLabelObject.h.
|
inline |
|
inline |
Definition at line 208 of file itkLabelObject.h.
|
inline |
Definition at line 236 of file itkLabelObject.h.
|
inline |
Definition at line 241 of file itkLabelObject.h.
|
inline |
Definition at line 231 of file itkLabelObject.h.
|
inline |
Definition at line 213 of file itkLabelObject.h.
|
inline |
Definition at line 220 of file itkLabelObject.h.
|
inline |
|
inline |
|
private |
Definition at line 250 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 251 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 249 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==().