18#ifndef itkImageLinearIteratorWithIndex_h 
   19#define itkImageLinearIteratorWithIndex_h 
   66template <
typename TImage>
 
  128#ifndef ITK_MANUAL_INSTANTIATION 
  129#  include "itkImageLinearIteratorWithIndex.hxx" 
const InternalPixelType * m_Position
 
AccessorFunctorType m_PixelAccessorFunctor
 
typename TImage::AccessorType AccessorType
 
typename TImage::PixelType PixelType
 
typename TImage::OffsetType OffsetType
 
typename TImage::SizeType SizeType
 
typename TImage::InternalPixelType InternalPixelType
 
A base class for multi-dimensional iterators templated over image type that are designed to efficient...
 
typename TImage::IndexType IndexType
 
ImageLinearConstIteratorWithIndex()
 
typename TImage::RegionType RegionType
 
typename TImage::PixelContainer PixelContainer
 
typename PixelContainer::Pointer PixelContainerPointer
 
ImageLinearIteratorWithIndex Self
 
ImageLinearIteratorWithIndex()=default
 
ImageLinearIteratorWithIndex(const ImageIteratorWithIndex< TImage > &it)
 
ImageLinearConstIteratorWithIndex< TImage > Superclass
 
ImageLinearIteratorWithIndex(const ImageLinearConstIteratorWithIndex< TImage > &it)
 
ImageLinearIteratorWithIndex(ImageType *ptr, const RegionType ®ion)
 
void Set(const PixelType &value) const
 
typename TOutputImage::RegionType RegionType
 
Self & operator=(const ImageLinearConstIteratorWithIndex< TImage > &it)
 
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....