18#ifndef itkReflectiveImageRegionIterator_h
19#define itkReflectiveImageRegionIterator_h
44template <
typename TImage>
87 this->m_PixelAccessor.Set(*(
const_cast<InternalPixelType *
>(this->m_Position)), value);
109#ifndef ITK_MANUAL_INSTANTIATION
110# include "itkReflectiveImageRegionIterator.hxx"
A base class for multi-dimensional iterators templated over image type that are designed to efficient...
typename TImage::AccessorType AccessorType
typename TImage::PixelType PixelType
typename TImage::RegionType RegionType
typename PixelContainer::Pointer PixelContainerPointer
typename TImage::OffsetType OffsetType
typename TImage::InternalPixelType InternalPixelType
typename TImage::PixelContainer PixelContainer
A base class for multi-dimensional iterators templated over image type that are designed to efficient...
Multi-dimensional image iterator which only walks a region.
Multi-dimensional image iterator which only walks a region.
Self & operator=(const ReflectiveImageRegionConstIterator< TImage > &it)
ReflectiveImageRegionIterator(ImageType *ptr, const RegionType ®ion)
ReflectiveImageRegionIterator()
ReflectiveImageRegionIterator(const ReflectiveImageRegionConstIterator< TImage > &it)
ReflectiveImageRegionIterator(const ImageIteratorWithIndex< TImage > &it)
void Set(const PixelType &value) const
ImageBaseType::RegionType RegionType
ImageBaseType::IndexType IndexType
ImageBaseType::SizeType SizeType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
unsigned long SizeValueType