18#ifndef itkImageRandomNonRepeatingIteratorWithIndex_h
19#define itkImageRandomNonRepeatingIteratorWithIndex_h
77template <
typename TImage>
117 this->m_PixelAccessorFunctor.Set(*(
const_cast<InternalPixelType *
>(this->m_Position)), value);
139#ifndef ITK_MANUAL_INSTANTIATION
140# include "itkImageRandomNonRepeatingIteratorWithIndex.hxx"
A base class for multi-dimensional iterators templated over image type that are designed to efficient...
typename TImage::AccessorType AccessorType
typename TImage::PixelType PixelType
typename TImage::RegionType RegionType
typename PixelContainer::Pointer PixelContainerPointer
typename TImage::OffsetType OffsetType
typename TImage::InternalPixelType InternalPixelType
typename TImage::PixelContainer PixelContainer
A base class for multi-dimensional iterators templated over image type that are designed to efficient...
A multi-dimensional image iterator that visits a random set of pixels within an image region....
A multi-dimensional image iterator that visits image pixels within a region in a random order,...
ImageRandomNonRepeatingIteratorWithIndex(ImageType *ptr, const RegionType ®ion)
Self & operator=(const ImageRandomNonRepeatingConstIteratorWithIndex< TImage > &it)
ImageRandomNonRepeatingIteratorWithIndex()=default
ImageRandomNonRepeatingIteratorWithIndex(const ImageRandomNonRepeatingConstIteratorWithIndex< TImage > &it)
void Set(const PixelType &value) const
ImageRandomNonRepeatingIteratorWithIndex(const ImageIteratorWithIndex< TImage > &it)
ImageBaseType::RegionType RegionType
ImageBaseType::IndexType IndexType
ImageBaseType::SizeType SizeType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....