18#ifndef itkLineIterator_h
19#define itkLineIterator_h
55template <
typename TImage>
105 return (this->
m_Image->GetPixel(this->m_CurrentImageIndex));
121#ifndef ITK_MANUAL_INSTANTIATION
122# include "itkLineIterator.hxx"
typename TImage::PixelType PixelType
IndexType m_CurrentImageIndex
typename TImage::IndexType IndexType
typename PixelContainer::Pointer PixelContainerPointer
typename TImage::InternalPixelType InternalPixelType
LineConstIterator(const ImageType *imagePtr, const IndexType &firstIndex, const IndexType &lastIndex)
ImageType::ConstWeakPointer m_Image
typename TImage::OffsetType OffsetType
typename TImage::SizeType SizeType
typename TImage::RegionType RegionType
typename TImage::PixelContainer PixelContainer
typename TImage::AccessorType AccessorType
typename TImage::PixelType PixelType
static constexpr unsigned int ImageIteratorDimension
typename TImage::IndexType IndexType
LineConstIterator< TImage > Superclass
LineIterator(ImageType *imagePtr, const IndexType &firstIndex, const IndexType &lastIndex)
~LineIterator() override=default
Self & operator=(const Self &it)
void Set(const PixelType &value)
const PixelType & Value()
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....