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