#include <itkImageRandomNonRepeatingConstIteratorWithIndex.h>
A node to be used when computing permutations.
The itk::ImageRandomNonRepeatingIterator works by creating a random permutation of the image pixels and then using that to control the order in which it accesses them. The classes NodeOfPermutation and RandomPermutation are used to support that. RandomPermutation is basically container which holds NodeOfPermutation objects. The node class overloads the < operator, which allows the sort algorithm from the STL to be used on it.
Definition at line 40 of file itkImageRandomNonRepeatingConstIteratorWithIndex.h.
Public Member Functions | |
NodeOfPermutation () | |
bool | operator< (const NodeOfPermutation &b) const |
Public Attributes | |
SizeValueType | m_Index |
SizeValueType | m_Priority |
double | m_Value |
|
inline |
Definition at line 47 of file itkImageRandomNonRepeatingConstIteratorWithIndex.h.
References m_Index, m_Priority, and m_Value.
Referenced by operator<().
|
inline |
Definition at line 54 of file itkImageRandomNonRepeatingConstIteratorWithIndex.h.
References m_Priority, m_Value, and NodeOfPermutation().
SizeValueType itk::NodeOfPermutation::m_Index |
Definition at line 44 of file itkImageRandomNonRepeatingConstIteratorWithIndex.h.
Referenced by NodeOfPermutation().
SizeValueType itk::NodeOfPermutation::m_Priority |
Definition at line 43 of file itkImageRandomNonRepeatingConstIteratorWithIndex.h.
Referenced by NodeOfPermutation(), and operator<().
double itk::NodeOfPermutation::m_Value |
Definition at line 45 of file itkImageRandomNonRepeatingConstIteratorWithIndex.h.
Referenced by NodeOfPermutation(), and operator<().