|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkImageSliceIteratorWithIndex_h
19 #define itkImageSliceIteratorWithIndex_h
68 template <
typename TImage>
107 this->m_PixelAccessorFunctor.Set(*(const_cast<InternalPixelType *>(this->m_Position)), value);
116 return *(const_cast<InternalPixelType *>(this->m_Position));
129 #ifndef ITK_MANUAL_INSTANTIATION
130 # include "itkImageSliceIteratorWithIndex.hxx"
typename TImage::SizeType SizeType
typename PixelContainer::Pointer PixelContainerPointer
A multi-dimensional image iterator that extends the ImageLinearIteratorWithIndex from iteration along...
ImageBaseType::SizeType SizeType
Multi-dimensional image iterator which only walks a region.
typename TImage::PixelType PixelType
typename TImage::IndexType IndexType
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
void Set(const PixelType &value) const
typename TImage::PixelContainer PixelContainer
typename TImage::OffsetType OffsetType