ITK
5.2.0
Insight Toolkit
|
#include <itkImageRandomConstIteratorWithOnlyIndex.h>
A multi-dimensional image iterator that visits a random set of locations within an image region, providing index information.
ImageRandomConstIteratorWithOnlyIndex is a multi-dimensional iterator class that is templated over image type. ImageRandomConstIteratorWithOnlyIndex is constrained to walk only within the specified region. It samples random region positions at each increment or decrement.
No access to image data is possible, and thus the class can be used with images of type ImageBase.
ImageRandomConstIteratorWithOnlyIndex assumes a particular layout of the image data. The is arranged in a 1D array as if it were [][][][slice][row][col] with Index[0] = col, Index[1] = row, Index[2] = slice, etc.
The operator++ method provides a simple syntax for walking around a region of a multidimensional image. operator++ performs a jump to a random position within the specified image region. This is designed to facilitate the extraction of random indices from the image.
This is the typical use of this iterator in a loop:
or
Index-only iterators:
Pixel data-access iterators:
Definition at line 123 of file itkImageRandomConstIteratorWithOnlyIndex.h.
|
private |
Default constructor. Needed since we provide a cast constructor.
Definition at line 232 of file itkImageRandomConstIteratorWithOnlyIndex.h.
using itk::ImageRandomConstIteratorWithOnlyIndex< TImage >::ImageType = typename Superclass::ImageType |
Definition at line 135 of file itkImageRandomConstIteratorWithOnlyIndex.h.
using itk::ImageRandomConstIteratorWithOnlyIndex< TImage >::IndexType = typename Superclass::IndexType |
Inherit types from the superclass
Definition at line 131 of file itkImageRandomConstIteratorWithOnlyIndex.h.
using itk::ImageRandomConstIteratorWithOnlyIndex< TImage >::IndexValueType = typename Superclass::IndexValueType |
Definition at line 136 of file itkImageRandomConstIteratorWithOnlyIndex.h.
using itk::ImageRandomConstIteratorWithOnlyIndex< TImage >::OffsetType = typename Superclass::OffsetType |
Definition at line 133 of file itkImageRandomConstIteratorWithOnlyIndex.h.
using itk::ImageRandomConstIteratorWithOnlyIndex< TImage >::OffsetValueType = typename Superclass::OffsetValueType |
Definition at line 137 of file itkImageRandomConstIteratorWithOnlyIndex.h.
using itk::ImageRandomConstIteratorWithOnlyIndex< TImage >::RegionType = typename Superclass::RegionType |
Definition at line 134 of file itkImageRandomConstIteratorWithOnlyIndex.h.
using itk::ImageRandomConstIteratorWithOnlyIndex< TImage >::Self = ImageRandomConstIteratorWithOnlyIndex |
Standard class type aliases.
Definition at line 127 of file itkImageRandomConstIteratorWithOnlyIndex.h.
using itk::ImageRandomConstIteratorWithOnlyIndex< TImage >::SizeType = typename Superclass::SizeType |
Definition at line 132 of file itkImageRandomConstIteratorWithOnlyIndex.h.
using itk::ImageRandomConstIteratorWithOnlyIndex< TImage >::SizeValueType = typename Superclass::SizeValueType |
Definition at line 138 of file itkImageRandomConstIteratorWithOnlyIndex.h.
using itk::ImageRandomConstIteratorWithOnlyIndex< TImage >::Superclass = ImageConstIteratorWithOnlyIndex<TImage> |
Definition at line 128 of file itkImageRandomConstIteratorWithOnlyIndex.h.
itk::ImageRandomConstIteratorWithOnlyIndex< TImage >::ImageRandomConstIteratorWithOnlyIndex | ( | ) |
Default constructor. Needed since we provide a cast constructor.
|
overridedefault |
Default constructor. Needed since we provide a cast constructor.
itk::ImageRandomConstIteratorWithOnlyIndex< TImage >::ImageRandomConstIteratorWithOnlyIndex | ( | const ImageType * | ptr, |
const RegionType & | region | ||
) |
Constructor establishes an iterator to walk a particular image and a particular region of that image.
|
inline |
Constructor that can be used to cast from an ImageIterator to an ImageRandomConstIteratorWithOnlyIndex. Many routines return an ImageIterator, but for a particular task, you may want an ImageRandomConstIteratorWithOnlyIndex. Rather than provide overloaded APIs that return different types of Iterators, itk returns ImageIterators and uses constructors to cast from an ImageIterator to a ImageRandomConstIteratorWithOnlyIndex.
Definition at line 155 of file itkImageRandomConstIteratorWithOnlyIndex.h.
References itk::ImageConstIteratorWithOnlyIndex< TImage >::operator=().
SizeValueType itk::ImageRandomConstIteratorWithOnlyIndex< TImage >::GetNumberOfSamples | ( | ) | const |
Default constructor. Needed since we provide a cast constructor.
|
inline |
Move an iterator to the beginning of the region.
Definition at line 162 of file itkImageRandomConstIteratorWithOnlyIndex.h.
|
inline |
Move an iterator to one position past the End of the region.
Definition at line 171 of file itkImageRandomConstIteratorWithOnlyIndex.h.
|
inline |
Is the iterator at the beginning of the region?
Definition at line 180 of file itkImageRandomConstIteratorWithOnlyIndex.h.
|
inline |
Is the iterator at the end of the region?
Definition at line 187 of file itkImageRandomConstIteratorWithOnlyIndex.h.
|
inline |
Increment (prefix) the selected dimension. No bounds checking is performed.
Definition at line 195 of file itkImageRandomConstIteratorWithOnlyIndex.h.
|
inline |
Decrement (prefix) the selected dimension. No bounds checking is performed.
Definition at line 206 of file itkImageRandomConstIteratorWithOnlyIndex.h.
|
private |
Default constructor. Needed since we provide a cast constructor.
void itk::ImageRandomConstIteratorWithOnlyIndex< TImage >::ReinitializeSeed | ( | ) |
Reinitialize the seed of the random number generator
void itk::ImageRandomConstIteratorWithOnlyIndex< TImage >::ReinitializeSeed | ( | int | ) |
Default constructor. Needed since we provide a cast constructor.
void itk::ImageRandomConstIteratorWithOnlyIndex< TImage >::SetNumberOfSamples | ( | SizeValueType | number | ) |
Set/Get number of random samples to get from the image region
|
private |
Default constructor. Needed since we provide a cast constructor.
Definition at line 233 of file itkImageRandomConstIteratorWithOnlyIndex.h.
|
private |
Default constructor. Needed since we provide a cast constructor.
Definition at line 236 of file itkImageRandomConstIteratorWithOnlyIndex.h.
|
private |
Default constructor. Needed since we provide a cast constructor.
Definition at line 235 of file itkImageRandomConstIteratorWithOnlyIndex.h.
|
private |
Default constructor. Needed since we provide a cast constructor.
Definition at line 234 of file itkImageRandomConstIteratorWithOnlyIndex.h.