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"
typename TImage::SizeType SizeType
A multi-dimensional image iterator that visits image pixels within a region in a random order...
A multi-dimensional image iterator that visits a random set of pixels within an image region...
typename PixelContainer::Pointer PixelContainerPointer
typename TImage::InternalPixelType InternalPixelType
typename TImage::PixelType PixelType
A base class for multi-dimensional iterators templated over image type that are designed to efficient...
A base class for multi-dimensional iterators templated over image type that are designed to efficient...
ImageBaseType::SizeType SizeType
ImageBaseType::IndexType IndexType
typename TImage::IndexType IndexType
typename TImage::RegionType RegionType
typename TImage::AccessorType AccessorType
void Set(const PixelType &value) const
typename TImage::PixelContainer PixelContainer
ImageBaseType::RegionType RegionType
typename TImage::OffsetType OffsetType