|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkImageIteratorWithIndex_h
19 #define itkImageIteratorWithIndex_h
67 template <
typename TImage>
80 static constexpr
unsigned int ImageIteratorDimension = TImage::ImageDimension;
112 this->m_PixelAccessor.Set(*(const_cast<InternalPixelType *>(this->m_Position)), value);
121 return *(const_cast<InternalPixelType *>(this->m_Position));
134 #ifndef ITK_MANUAL_INSTANTIATION
135 # include "itkImageIteratorWithIndex.hxx"
typename PixelContainer::Pointer PixelContainerPointer
ImageBaseType::SizeType SizeType
typename TImage::PixelType PixelType
void Set(const PixelType &value) const
typename TImage::InternalPixelType InternalPixelType
A base class for multi-dimensional iterators templated over image type that are designed to efficient...
ImageBaseType::IndexType IndexType
ImageBaseType::RegionType RegionType
typename TImage::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 TImage::RegionType RegionType
typename TImage::PixelContainer PixelContainer
typename TImage::OffsetType OffsetType