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 ) ); }
128 itkLegacyMacro(Self Begin(
void)
const);
133 itkLegacyMacro(Self End(
void)
const);
144 #ifndef ITK_MANUAL_INSTANTIATION
145 #include "itkImageRegionIterator.hxx"
PixelContainer::Pointer PixelContainerPointer
Superclass::PixelContainer PixelContainer
void Set(const PixelType &value) const
A multi-dimensional iterator templated over image type.
ImageRegionConstIterator< TImage > Superclass
Superclass::IndexType IndexType
Superclass::OffsetType OffsetType
Superclass::PixelContainerPointer PixelContainerPointer
Superclass::InternalPixelType InternalPixelType
BufferType::AccessorType AccessorType
BufferType::InternalPixelType InternalPixelType
Superclass::ImageType ImageType
Superclass::RegionType RegionType
A multi-dimensional iterator templated over image type that walks a region of pixels.
BufferType::IndexType IndexType
BufferType::PixelType PixelType
Superclass::PixelType PixelType
BufferType::RegionType RegionType
BufferType::PixelContainer PixelContainer
Superclass::AccessorType AccessorType
Superclass::SizeType SizeType
A multi-dimensional iterator templated over image type that walks a region of pixels.
BufferType::OffsetType OffsetType
BufferType::SizeType SizeType