ITK  5.0.0
Insight Segmentation and Registration Toolkit
Public Member Functions | Private Types | Private Attributes | List of all members
itk::LabelObject< TLabel, VImageDimension >::ConstLineIterator Class Reference

#include <itkLabelObject.h>

Detailed Description

template<typename TLabel, unsigned int VImageDimension>
class itk::LabelObject< TLabel, VImageDimension >::ConstLineIterator

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 LineTypeGetLine () const
 
void GoToBegin ()
 
bool IsAtEnd () const
 
bool operator!= (const ConstLineIterator &iter) const
 
ConstLineIterator operator++ (int)
 
ConstLineIteratoroperator++ ()
 
ConstLineIteratoroperator= (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
 

Member Typedef Documentation

template<typename TLabel , unsigned int VImageDimension>
using itk::LabelObject< TLabel, VImageDimension >::ConstLineIterator::InternalIteratorType = typename LineContainerType::const_iterator
private

Definition at line 256 of file itkLabelObject.h.

template<typename TLabel , unsigned int VImageDimension>
using itk::LabelObject< TLabel, VImageDimension >::ConstLineIterator::LineContainerType = typename std::deque< LineType >
private

Definition at line 255 of file itkLabelObject.h.

Constructor & Destructor Documentation

template<typename TLabel , unsigned int VImageDimension>
itk::LabelObject< TLabel, VImageDimension >::ConstLineIterator::ConstLineIterator ( )
default
template<typename TLabel , unsigned int VImageDimension>
itk::LabelObject< TLabel, VImageDimension >::ConstLineIterator::ConstLineIterator ( const Self lo)
inline

Definition at line 194 of file itkLabelObject.h.

template<typename TLabel , unsigned int VImageDimension>
itk::LabelObject< TLabel, VImageDimension >::ConstLineIterator::ConstLineIterator ( const ConstLineIterator iter)
inline

Member Function Documentation

template<typename TLabel , unsigned int VImageDimension>
const LineType& itk::LabelObject< TLabel, VImageDimension >::ConstLineIterator::GetLine ( ) const
inline

Definition at line 216 of file itkLabelObject.h.

template<typename TLabel , unsigned int VImageDimension>
void itk::LabelObject< TLabel, VImageDimension >::ConstLineIterator::GoToBegin ( )
inline

Definition at line 244 of file itkLabelObject.h.

template<typename TLabel , unsigned int VImageDimension>
bool itk::LabelObject< TLabel, VImageDimension >::ConstLineIterator::IsAtEnd ( ) const
inline

Definition at line 249 of file itkLabelObject.h.

template<typename TLabel , unsigned int VImageDimension>
bool itk::LabelObject< TLabel, VImageDimension >::ConstLineIterator::operator!= ( const ConstLineIterator iter) const
inline

Definition at line 239 of file itkLabelObject.h.

template<typename TLabel , unsigned int VImageDimension>
ConstLineIterator itk::LabelObject< TLabel, VImageDimension >::ConstLineIterator::operator++ ( int  )
inline

Definition at line 221 of file itkLabelObject.h.

template<typename TLabel , unsigned int VImageDimension>
ConstLineIterator& itk::LabelObject< TLabel, VImageDimension >::ConstLineIterator::operator++ ( )
inline

Definition at line 228 of file itkLabelObject.h.

template<typename TLabel , unsigned int VImageDimension>
ConstLineIterator& itk::LabelObject< TLabel, VImageDimension >::ConstLineIterator::operator= ( const ConstLineIterator iter)
inline
template<typename TLabel , unsigned int VImageDimension>
bool itk::LabelObject< TLabel, VImageDimension >::ConstLineIterator::operator== ( const ConstLineIterator iter) const
inline

Member Data Documentation

template<typename TLabel , unsigned int VImageDimension>
InternalIteratorType itk::LabelObject< TLabel, VImageDimension >::ConstLineIterator::m_Begin
private
template<typename TLabel , unsigned int VImageDimension>
InternalIteratorType itk::LabelObject< TLabel, VImageDimension >::ConstLineIterator::m_End
private
template<typename TLabel , unsigned int VImageDimension>
InternalIteratorType itk::LabelObject< TLabel, VImageDimension >::ConstLineIterator::m_Iterator
private

The documentation for this class was generated from the following file: