ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkImageRandomNonRepeatingConstIteratorWithIndex.h>
Public Types | |
typedef Statistics::MersenneTwisterRandomVariateGenerator::Pointer | GeneratorPointer |
Public Member Functions | |
void | Dump () |
SizeValueType | operator[] (SizeValueType i) |
RandomPermutation (SizeValueType sz) | |
void | ReinitializeSeed () |
void | ReinitializeSeed (int seed) |
void | SetPriority (SizeValueType i, SizeValueType priority) |
void | Shuffle () |
~RandomPermutation () |
Public Attributes | |
GeneratorPointer | m_Generator |
NodeOfPermutation * | m_Permutation |
SizeValueType | m_Size |
Produce a random permutation of a collection.
Definition at line 71 of file itkImageRandomNonRepeatingConstIteratorWithIndex.h.
typedef Statistics::MersenneTwisterRandomVariateGenerator::Pointer itk::RandomPermutation::GeneratorPointer |
Definition at line 74 of file itkImageRandomNonRepeatingConstIteratorWithIndex.h.
|
inline |
Definition at line 79 of file itkImageRandomNonRepeatingConstIteratorWithIndex.h.
References itk::Statistics::MersenneTwisterRandomVariateGenerator::GetInstance(), m_Generator, m_Permutation, m_Size, and Shuffle().
|
inline |
Definition at line 124 of file itkImageRandomNonRepeatingConstIteratorWithIndex.h.
References m_Permutation.
|
inline |
Definition at line 87 of file itkImageRandomNonRepeatingConstIteratorWithIndex.h.
References itk::NodeOfPermutation::m_Index, m_Permutation, itk::NodeOfPermutation::m_Priority, m_Size, and itk::NodeOfPermutation::m_Value.
|
inline |
Definition at line 119 of file itkImageRandomNonRepeatingConstIteratorWithIndex.h.
References itk::NodeOfPermutation::m_Index, and m_Permutation.
|
inline |
Reinitialize the seed of the random number generator
Definition at line 130 of file itkImageRandomNonRepeatingConstIteratorWithIndex.h.
References m_Generator.
|
inline |
Definition at line 135 of file itkImageRandomNonRepeatingConstIteratorWithIndex.h.
References m_Generator.
|
inline |
Definition at line 97 of file itkImageRandomNonRepeatingConstIteratorWithIndex.h.
References m_Permutation, itk::NodeOfPermutation::m_Priority, and m_Size.
|
inline |
Definition at line 109 of file itkImageRandomNonRepeatingConstIteratorWithIndex.h.
References m_Generator, itk::NodeOfPermutation::m_Index, m_Permutation, m_Size, and itk::NodeOfPermutation::m_Value.
Referenced by RandomPermutation().
GeneratorPointer itk::RandomPermutation::m_Generator |
Definition at line 76 of file itkImageRandomNonRepeatingConstIteratorWithIndex.h.
Referenced by RandomPermutation(), ReinitializeSeed(), and Shuffle().
NodeOfPermutation* itk::RandomPermutation::m_Permutation |
Definition at line 75 of file itkImageRandomNonRepeatingConstIteratorWithIndex.h.
Referenced by Dump(), operator[](), RandomPermutation(), SetPriority(), Shuffle(), and ~RandomPermutation().
SizeValueType itk::RandomPermutation::m_Size |
Definition at line 77 of file itkImageRandomNonRepeatingConstIteratorWithIndex.h.
Referenced by Dump(), RandomPermutation(), SetPriority(), and Shuffle().