|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkImageLinearIteratorWithIndex_h
19 #define itkImageLinearIteratorWithIndex_h
66 template <
typename TImage>
105 this->m_PixelAccessorFunctor.Set(*(const_cast<InternalPixelType *>(this->m_Position)), value);
114 return *(const_cast<InternalPixelType *>(this->m_Position));
127 #ifndef ITK_MANUAL_INSTANTIATION
128 # include "itkImageLinearIteratorWithIndex.hxx"
typename TImageType ::SizeType SizeType
typename PixelContainer::Pointer PixelContainerPointer
A multi-dimensional image iterator that visits image pixels within a region in a "scan-line" order.
ImageBaseType::SizeType SizeType
typename TImageType ::PixelType PixelType
typename TImageType ::IndexType IndexType
typename TImageType ::InternalPixelType InternalPixelType
A base class for multi-dimensional iterators templated over image type that are designed to efficient...
ImageBaseType::IndexType IndexType
void Set(const PixelType &value) const
ImageBaseType::RegionType RegionType
typename TImageType ::AccessorType AccessorType
A base class for multi-dimensional iterators templated over image type that are designed to efficient...
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
typename TImageType ::RegionType RegionType
typename TImageType ::PixelContainer PixelContainer
A multi-dimensional image iterator that visits image pixels within a region in a "scan-line" order.
typename TImageType ::OffsetType OffsetType