18 #ifndef itkImageSliceIteratorWithIndex_h
19 #define itkImageSliceIteratorWithIndex_h
68 template<
typename TImage >
105 { this->m_PixelAccessorFunctor.Set(*( const_cast< InternalPixelType * >( this->m_Position ) ), value); }
122 #ifndef ITK_MANUAL_INSTANTIATION
123 #include "itkImageSliceIteratorWithIndex.hxx"
typename TImage::SizeType SizeType
typename PixelContainer::Pointer PixelContainerPointer
void Set(const PixelType &value) const
A multi-dimensional image iterator that extends the ImageLinearIteratorWithIndex from iteration along...
typename TImage::InternalPixelType InternalPixelType
typename TImage::PixelType PixelType
A base class for multi-dimensional iterators templated over image type that are designed to efficient...
A base class for multi-dimensional iterators templated over image type that are designed to efficient...
ImageBaseType::SizeType SizeType
ImageBaseType::IndexType IndexType
typename TImage::IndexType IndexType
typename TImage::RegionType RegionType
typename TImage::AccessorType AccessorType
typename TImage::PixelContainer PixelContainer
ImageBaseType::RegionType RegionType
Multi-dimensional image iterator which only walks a region.
typename TImage::OffsetType OffsetType