18 #ifndef itkImageRegionIterator_h
19 #define itkImageRegionIterator_h
77 template<
typename TImage >
115 this->m_PixelAccessorFunctor.Set(*( const_cast< InternalPixelType * >(
116 this->m_Buffer + this->m_Offset ) ), value);
123 {
return *(
const_cast< InternalPixelType *
>( this->m_Buffer + this->m_Offset ) ); }
134 #ifndef ITK_MANUAL_INSTANTIATION
135 #include "itkImageRegionIterator.hxx"
typename BufferType::OffsetType OffsetType
typename BufferType::InternalPixelType InternalPixelType
void Set(const PixelType &value) const
A multi-dimensional iterator templated over image type.
typename PixelContainer::Pointer PixelContainerPointer
typename BufferType::PixelType PixelType
typename BufferType::PixelContainer PixelContainer
A multi-dimensional image iterator templated over image type.
ImageBaseType::SizeType SizeType
ImageBaseType::IndexType IndexType
A multi-dimensional iterator templated over image type that walks a region of pixels.
typename BufferType::IndexType IndexType
typename BufferType::SizeType SizeType
typename BufferType::AccessorType AccessorType
typename BufferType::RegionType RegionType
ImageBaseType::RegionType RegionType
A multi-dimensional iterator templated over image type that walks a region of pixels.