18#ifndef itkLineConstIterator_h
19#define itkLineConstIterator_h
55template <
typename TImage>
113 return TImage::ImageDimension;
158 typename ImageType::ConstWeakPointer
m_Image{};
196#ifndef ITK_MANUAL_INSTANTIATION
197# include "itkLineConstIterator.hxx"
typename TImage::PixelType PixelType
typename TImage::SpacingType SpacingType
const IndexType GetIndex()
IndexType m_CurrentImageIndex
static constexpr unsigned int ImageIteratorDimension
virtual ~LineConstIterator()=default
typename TImage::IndexType IndexType
typename PixelContainer::Pointer PixelContainerPointer
Self & operator=(const Self &it)
typename TImage::InternalPixelType InternalPixelType
LineConstIterator(const ImageType *imagePtr, const IndexType &firstIndex, const IndexType &lastIndex)
unsigned int m_MainDirection
IndexType m_ReduceErrorAfterIncrement
ImageType::ConstWeakPointer m_Image
typename TImage::OffsetType OffsetType
typename TImage::SizeType SizeType
typename TImage::RegionType RegionType
typename TImage::PixelContainer PixelContainer
static unsigned int GetImageIteratorDimension()
typename TImage::PointType PointType
IndexType m_OverflowIncrement
const PixelType Get() const
IndexType m_AccumulateError
IndexType m_IncrementError
typename TImage::AccessorType AccessorType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....