18 #ifndef itkImageIteratorWithIndex_h
19 #define itkImageIteratorWithIndex_h
67 template<
typename TImage >
79 itkStaticConstMacro(ImageIteratorDimension,
unsigned int,
80 TImage::ImageDimension);
114 Self & operator=(
const Self & it);
118 { this->m_PixelAccessor.Set(*( const_cast< InternalPixelType * >( this->m_Position ) ), value); }
136 #ifndef ITK_MANUAL_INSTANTIATION
137 #include "itkImageIteratorWithIndex.hxx"
TImage::InternalPixelType InternalPixelType
TImage::SizeType SizeType
ImageConstIteratorWithIndex< TImage > Superclass
TImage::AccessorType AccessorType
void Set(const PixelType &value) const
Superclass::OffsetType OffsetType
~ImageIteratorWithIndex()
Superclass::PixelContainer PixelContainer
Superclass::IndexType IndexType
TImage::PixelContainer PixelContainer
Superclass::PixelType PixelType
TImage::OffsetType OffsetType
A base class for multi-dimensional iterators templated over image type that are designed to efficient...
TImage::IndexType IndexType
Superclass::SizeType SizeType
A base class for multi-dimensional iterators templated over image type that are designed to efficient...
TImage::RegionType RegionType
Superclass::PixelContainerPointer PixelContainerPointer
TImage::PixelType PixelType
Superclass::ImageType ImageType
Superclass::InternalPixelType InternalPixelType
ImageIteratorWithIndex Self
Superclass::RegionType RegionType
PixelContainer::Pointer PixelContainerPointer
Superclass::AccessorType AccessorType