![]() |
Orfeo Toolbox
3.16
|
#include <itkImageRandomNonRepeatingConstIteratorWithIndex.h>
Collaboration diagram for itk::RandomPermutation:Public Types | |
| typedef Statistics::MersenneTwisterRandomVariateGenerator::Pointer | GeneratorPointer |
Public Member Functions | |
| RandomPermutation (unsigned long sz) | |
| ~RandomPermutation () | |
| void | Dump () |
| unsigned long | operator[] (unsigned long i) |
| void | ReinitializeSeed () |
| void | ReinitializeSeed (int seed) |
| void | SetPriority (unsigned long i, unsigned long priority) |
| void | Shuffle () |
Public Attributes | |
| GeneratorPointer | m_Generator |
| NodeOfPermutation * | m_Permutation |
| unsigned long | m_Size |
Definition at line 69 of file itkImageRandomNonRepeatingConstIteratorWithIndex.h.
| typedef Statistics::MersenneTwisterRandomVariateGenerator::Pointer itk::RandomPermutation::GeneratorPointer |
Definition at line 72 of file itkImageRandomNonRepeatingConstIteratorWithIndex.h.
|
inline |
Definition at line 77 of file itkImageRandomNonRepeatingConstIteratorWithIndex.h.
References m_Generator, m_Permutation, m_Size, itk::Statistics::MersenneTwisterRandomVariateGenerator::New(), and Shuffle().
|
inline |
Definition at line 122 of file itkImageRandomNonRepeatingConstIteratorWithIndex.h.
References m_Permutation.
|
inline |
Definition at line 85 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 117 of file itkImageRandomNonRepeatingConstIteratorWithIndex.h.
References itk::NodeOfPermutation::m_Index, and m_Permutation.
|
inline |
Reinitialize the seed of the random number generator
Definition at line 128 of file itkImageRandomNonRepeatingConstIteratorWithIndex.h.
References m_Generator.
|
inline |
Definition at line 133 of file itkImageRandomNonRepeatingConstIteratorWithIndex.h.
References m_Generator.
|
inline |
Definition at line 95 of file itkImageRandomNonRepeatingConstIteratorWithIndex.h.
References m_Permutation, itk::NodeOfPermutation::m_Priority, and m_Size.
|
inline |
Definition at line 107 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 74 of file itkImageRandomNonRepeatingConstIteratorWithIndex.h.
Referenced by RandomPermutation(), ReinitializeSeed(), and Shuffle().
| NodeOfPermutation* itk::RandomPermutation::m_Permutation |
Definition at line 73 of file itkImageRandomNonRepeatingConstIteratorWithIndex.h.
Referenced by Dump(), operator[](), RandomPermutation(), SetPriority(), Shuffle(), and ~RandomPermutation().
| unsigned long itk::RandomPermutation::m_Size |
Definition at line 75 of file itkImageRandomNonRepeatingConstIteratorWithIndex.h.
Referenced by Dump(), RandomPermutation(), SetPriority(), and Shuffle().