|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkImageRandomIteratorWithIndex_h
19 #define itkImageRandomIteratorWithIndex_h
66 template <
typename TImage>
105 this->m_PixelAccessorFunctor.Set(*(const_cast<InternalPixelType *>(this->m_Position)), value);
114 return *(const_cast<InternalPixelType *>(this->m_Position));
127 #ifndef ITK_MANUAL_INSTANTIATION
128 # include "itkImageRandomIteratorWithIndex.hxx"
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
void Set(const PixelType &value) const
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
A multi-dimensional image iterator that visits a random set of pixels within an image region.
typename TImage::OffsetType OffsetType