18 #ifndef itkImageLinearIteratorWithIndex_h
19 #define itkImageLinearIteratorWithIndex_h
66 template<
typename TImage >
103 { this->m_PixelAccessorFunctor.Set(*( const_cast< InternalPixelType * >( this->m_Position ) ), value); }
120 #ifndef ITK_MANUAL_INSTANTIATION
121 #include "itkImageLinearIteratorWithIndex.hxx"
typename TImageType::SizeType SizeType
A multi-dimensional image iterator that visits image pixels within a region in a "scan-line" order...
typename PixelContainer::Pointer PixelContainerPointer
typename TImageType::InternalPixelType InternalPixelType
A multi-dimensional image iterator that visits image pixels within a region in a "scan-line" order...
typename TImageType::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 TImageType::IndexType IndexType
typename TImageType::RegionType RegionType
typename TImageType::AccessorType AccessorType
void Set(const PixelType &value) const
typename TImageType::PixelContainer PixelContainer
ImageBaseType::RegionType RegionType
typename TImageType::OffsetType OffsetType