18 #ifndef itkImageRandomNonRepeatingIteratorWithIndex_h
19 #define itkImageRandomNonRepeatingIteratorWithIndex_h
73 template<
typename TImage >
110 { this->m_PixelAccessorFunctor.Set(*( const_cast< InternalPixelType * >( this->m_Position ) ), value); }
127 #ifndef ITK_MANUAL_INSTANTIATION
128 #include "itkImageRandomNonRepeatingIteratorWithIndex.hxx"
A multi-dimensional image iterator that visits image pixels within a region in a random order...
Superclass::InternalPixelType InternalPixelType
TImage::InternalPixelType InternalPixelType
TImage::SizeType SizeType
ImageRandomNonRepeatingIteratorWithIndex Self
Superclass::SizeType SizeType
TImage::AccessorType AccessorType
A multi-dimensional image iterator that visits a random set of pixels within an image region...
Superclass::PixelContainer PixelContainer
TImage::PixelContainer PixelContainer
Superclass::PixelType PixelType
TImage::OffsetType OffsetType
Superclass::ImageType ImageType
TImage::IndexType IndexType
A base class for multi-dimensional iterators templated over image type that are designed to efficient...
ImageRandomNonRepeatingConstIteratorWithIndex< TImage > Superclass
TImage::RegionType RegionType
TImage::PixelType PixelType
Superclass::PixelContainerPointer PixelContainerPointer
PixelContainer::Pointer PixelContainerPointer
Superclass::OffsetType OffsetType
Superclass::RegionType RegionType
void Set(const PixelType &value) const
Superclass::AccessorType AccessorType
Superclass::IndexType IndexType