ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include <itkImageRandomNonRepeatingConstIteratorWithIndex.h>
Produce a random permutation of a collection.
Definition at line 71 of file itkImageRandomNonRepeatingConstIteratorWithIndex.h.
Public Types | |
typedef Statistics::MersenneTwisterRandomVariateGenerator::Pointer | GeneratorPointer |
Public Member Functions | |
void | Dump () |
RandomPermutation & | operator= (const RandomPermutation &it) |
SizeValueType | operator[] (SizeValueType i) |
RandomPermutation (SizeValueType sz) | |
void | ReinitializeSeed () |
void | ReinitializeSeed (unsigned int seed) |
void | SetPriority (SizeValueType i, SizeValueType priority) |
void | Shuffle () |
~RandomPermutation () | |
Public Attributes | |
GeneratorPointer | m_Generator |
NodeOfPermutation * | m_Permutation |
SizeValueType | m_Size |
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 133 of file itkImageRandomNonRepeatingConstIteratorWithIndex.h.
References m_Permutation.
|
inline |
Definition at line 96 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 87 of file itkImageRandomNonRepeatingConstIteratorWithIndex.h.
References m_Generator, m_Permutation, and m_Size.
|
inline |
Definition at line 128 of file itkImageRandomNonRepeatingConstIteratorWithIndex.h.
References itk::NodeOfPermutation::m_Index, and m_Permutation.
|
inline |
Reinitialize the seed of the random number generator
Definition at line 139 of file itkImageRandomNonRepeatingConstIteratorWithIndex.h.
References m_Generator.
|
inline |
Definition at line 144 of file itkImageRandomNonRepeatingConstIteratorWithIndex.h.
References m_Generator.
|
inline |
Definition at line 106 of file itkImageRandomNonRepeatingConstIteratorWithIndex.h.
References m_Permutation, itk::NodeOfPermutation::m_Priority, and m_Size.
|
inline |
Definition at line 118 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 operator=(), RandomPermutation(), ReinitializeSeed(), and Shuffle().
NodeOfPermutation* itk::RandomPermutation::m_Permutation |
Definition at line 75 of file itkImageRandomNonRepeatingConstIteratorWithIndex.h.
Referenced by Dump(), operator=(), operator[](), RandomPermutation(), SetPriority(), Shuffle(), and ~RandomPermutation().
SizeValueType itk::RandomPermutation::m_Size |
Definition at line 77 of file itkImageRandomNonRepeatingConstIteratorWithIndex.h.
Referenced by Dump(), operator=(), RandomPermutation(), SetPriority(), and Shuffle().