ITK  5.4.0
Insight 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>

Detailed Description

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

Definition at line 294 of file itkLabelObject.h.

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

Public Member Functions

 ConstIndexIterator ()
 
 ConstIndexIterator (const ConstIndexIterator &iter)
 
 ConstIndexIterator (const Self *lo)
 
const IndexTypeGetIndex () const
 
void GoToBegin ()
 
bool IsAtEnd () const
 
 ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (ConstIndexIterator)
 
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

◆ InternalIteratorType

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

Definition at line 381 of file itkLabelObject.h.

◆ LineContainerType

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

Definition at line 380 of file itkLabelObject.h.

Constructor & Destructor Documentation

◆ ConstIndexIterator() [1/3]

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

Definition at line 297 of file itkLabelObject.h.

◆ ConstIndexIterator() [2/3]

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

Definition at line 305 of file itkLabelObject.h.

◆ ConstIndexIterator() [3/3]

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

Member Function Documentation

◆ GetIndex()

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

Definition at line 331 of file itkLabelObject.h.

◆ GoToBegin()

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

Definition at line 366 of file itkLabelObject.h.

◆ IsAtEnd()

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

Definition at line 374 of file itkLabelObject.h.

◆ ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION()

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

◆ NextValidLine()

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

Definition at line 383 of file itkLabelObject.h.

◆ operator++() [1/2]

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

Definition at line 337 of file itkLabelObject.h.

◆ operator++() [2/2]

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

Definition at line 350 of file itkLabelObject.h.

◆ operator=()

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

◆ operator==()

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

Member Data Documentation

◆ m_Begin

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

◆ m_End

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

◆ m_Index

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

◆ m_Iterator

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: