18#ifndef itkImageRandomNonRepeatingIteratorWithIndex_h
19#define itkImageRandomNonRepeatingIteratorWithIndex_h
77template <
typename TImage>
140template <
typename TImage>
146#ifndef ITK_MANUAL_INSTANTIATION
147# include "itkImageRandomNonRepeatingIteratorWithIndex.hxx"
const InternalPixelType * m_Position
AccessorFunctorType m_PixelAccessorFunctor
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::SizeType SizeType
typename TImage::IndexType IndexType
typename TImage::InternalPixelType InternalPixelType
ImageRandomNonRepeatingConstIteratorWithIndex()=default
typename TImage::PixelContainer PixelContainer
A multi-dimensional image iterator that visits image pixels within a region in a random order,...
ImageRandomNonRepeatingIteratorWithIndex(TImage *ptr, const RegionType ®ion)
Self & operator=(const ImageRandomNonRepeatingConstIteratorWithIndex< TImage > &it)
ImageRandomNonRepeatingIteratorWithIndex Self
ImageRandomNonRepeatingConstIteratorWithIndex< TImage > Superclass
ImageRandomNonRepeatingIteratorWithIndex()=default
typename TImage::PixelType PixelType
ImageRandomNonRepeatingIteratorWithIndex(const ImageRandomNonRepeatingConstIteratorWithIndex< TImage > &it)
typename TImage::RegionType RegionType
void Set(const PixelType &value) const
ImageRandomNonRepeatingIteratorWithIndex(const ImageIteratorWithIndex< TImage > &it)
typename TImage::InternalPixelType InternalPixelType
Implements transparent reference counting.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
ImageRandomNonRepeatingIteratorWithIndex(SmartPointer< TImage >, const typename TImage::RegionType &) -> ImageRandomNonRepeatingIteratorWithIndex< TImage >