18#ifndef itkImageRandomIteratorWithIndex_h
19#define itkImageRandomIteratorWithIndex_h
66template <
typename TImage>
128template <
typename TImage>
134#ifndef ITK_MANUAL_INSTANTIATION
135# include "itkImageRandomIteratorWithIndex.hxx"
const InternalPixelType * m_Position
AccessorFunctorType m_PixelAccessorFunctor
A base class for multi-dimensional iterators templated over image type that are designed to efficient...
ImageRandomConstIteratorWithIndex()=default
typename TImage::AccessorType AccessorType
typename TImage::PixelType PixelType
typename TImage::RegionType RegionType
typename PixelContainer::Pointer PixelContainerPointer
typename TImage::OffsetType OffsetType
typename TImage::SizeType SizeType
typename TImage::IndexType IndexType
typename TImage::InternalPixelType InternalPixelType
typename TImage::PixelContainer PixelContainer
A multi-dimensional image iterator that visits a random set of pixels within an image region.
ImageRandomConstIteratorWithIndex< TImage > Superclass
ImageRandomIteratorWithIndex(const ImageRandomConstIteratorWithIndex< TImage > &it)
void Set(const PixelType &value) const
ImageRandomIteratorWithIndex Self
ImageRandomIteratorWithIndex(TImage *ptr, const RegionType ®ion)
typename TImage::PixelType PixelType
typename TImage::RegionType RegionType
ImageRandomIteratorWithIndex(const ImageIteratorWithIndex< TImage > &it)
ImageRandomIteratorWithIndex()=default
typename TImage::InternalPixelType InternalPixelType
Self & operator=(const ImageRandomConstIteratorWithIndex< TImage > &it)
Implements transparent reference counting.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
ImageRandomIteratorWithIndex(SmartPointer< TImage >, const typename TImage::RegionType &) -> ImageRandomIteratorWithIndex< TImage >