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

#include <itkLabelObject.h>

+ Collaboration diagram for itk::LabelObject< TLabel, VImageDimension >::ConstIndexIterator:

Detailed Description

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

Definition at line 266 of file itkLabelObject.h.

Public Member Functions

 ConstIndexIterator ()
 
 ConstIndexIterator (const Self *lo)
 
 ConstIndexIterator (const ConstIndexIterator &iter)
 
const IndexTypeGetIndex () const
 
void GoToBegin ()
 
bool IsAtEnd () const
 
bool operator!= (const ConstIndexIterator &iter) const
 
ConstIndexIteratoroperator++ ()
 
ConstIndexIterator operator++ (int)
 
ConstIndexIteratoroperator= (const ConstIndexIterator &iter)
 
bool operator== (const ConstIndexIterator &iter) const
 

Private Types

using InternalIteratorType = typename LineContainerType::const_iterator
 
using LineContainerType = typename std::deque< LineType >
 

Private Member Functions

void NextValidLine ()
 

Private Attributes

InternalIteratorType m_Begin
 
InternalIteratorType m_End
 
IndexType m_Index
 
InternalIteratorType m_Iterator
 

Member Typedef Documentation

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

Definition at line 351 of file itkLabelObject.h.

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

Definition at line 350 of file itkLabelObject.h.

Constructor & Destructor Documentation

template<typename TLabel , unsigned int VImageDimension>
itk::LabelObject< TLabel, VImageDimension >::ConstIndexIterator::ConstIndexIterator ( )
inline

Definition at line 270 of file itkLabelObject.h.

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

Definition at line 278 of file itkLabelObject.h.

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

Member Function Documentation

template<typename TLabel , unsigned int VImageDimension>
const IndexType& itk::LabelObject< TLabel, VImageDimension >::ConstIndexIterator::GetIndex ( ) const
inline

Definition at line 302 of file itkLabelObject.h.

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

Definition at line 336 of file itkLabelObject.h.

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

Definition at line 343 of file itkLabelObject.h.

template<typename TLabel , unsigned int VImageDimension>
void itk::LabelObject< TLabel, VImageDimension >::ConstIndexIterator::NextValidLine ( )
inlineprivate

Definition at line 352 of file itkLabelObject.h.

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

Definition at line 331 of file itkLabelObject.h.

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

Definition at line 307 of file itkLabelObject.h.

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

Definition at line 319 of file itkLabelObject.h.

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

Member Data Documentation

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

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