18#ifndef itkPathIterator_h
19#define itkPathIterator_h
67template <
typename TImage,
typename TPath>
117 return this->GetImage()->GetPixel(this->m_ImageIndex);
133#ifndef ITK_MANUAL_INSTANTIATION
134# include "itkPathIterator.hxx"
typename TImage::PixelContainer PixelContainer
IndexType m_CurrentImageIndex
typename TImage::SizeType SizeType
typename TImage::InternalPixelType InternalPixelType
typename PixelContainer::Pointer PixelContainerPointer
typename PathType::InputType PathInputType
typename TImage::PixelType PixelType
ImageType::ConstWeakPointer m_Image
typename TImage::IndexType IndexType
typename PathType::OutputType PathOutputType
typename TImage::OffsetType OffsetType
typename TImage::AccessorType AccessorType
PathConstIterator(const ImageType *imagePtr, const PathType *pathPtr)
void Set(const PixelType &value)
Self & operator=(const Self &it)
static constexpr unsigned int ImageIteratorDimension
~PathIterator() override=default
PathIterator(ImageType *imagePtr, const PathType *pathPtr)
typename TImage::PixelType PixelType
PathConstIterator< TImage, TPath > Superclass
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....