#include <itkImageRandomNonRepeatingConstIteratorWithIndex.h>
Collaboration diagram for itk::randomPermutation:
Public Member Functions | |
randomPermutation (unsigned long sz) | |
void | Dump () |
void | SetPriority (unsigned long i, unsigned long priority) |
void | Shuffle () |
unsigned long | operator[] (unsigned long i) |
~randomPermutation () | |
void | ReinitializeSeed () |
void | ReinitializeSeed (int seed) |
Public Attributes | |
nodeOfPermutation * | permutation |
Statistics::MersenneTwisterRandomVariateGenerator::Pointer | m_Generator |
unsigned long | size |
|
Definition at line 70 of file itkImageRandomNonRepeatingConstIteratorWithIndex.h. References m_Generator, permutation, Shuffle(), and size. |
|
Definition at line 110 of file itkImageRandomNonRepeatingConstIteratorWithIndex.h. References permutation. |
|
Definition at line 77 of file itkImageRandomNonRepeatingConstIteratorWithIndex.h. References permutation, size, and itk::nodeOfPermutation::value. |
|
Definition at line 106 of file itkImageRandomNonRepeatingConstIteratorWithIndex.h. References itk::nodeOfPermutation::index, and permutation. |
|
Definition at line 121 of file itkImageRandomNonRepeatingConstIteratorWithIndex.h. References m_Generator. |
|
Reinitialize the seed of the random number generator Definition at line 116 of file itkImageRandomNonRepeatingConstIteratorWithIndex.h. References m_Generator. |
|
Definition at line 86 of file itkImageRandomNonRepeatingConstIteratorWithIndex.h. References permutation, itk::nodeOfPermutation::priority, and size. |
|
Definition at line 97 of file itkImageRandomNonRepeatingConstIteratorWithIndex.h. References itk::nodeOfPermutation::index, m_Generator, permutation, size, and itk::nodeOfPermutation::value. Referenced by randomPermutation(). |
|
Definition at line 68 of file itkImageRandomNonRepeatingConstIteratorWithIndex.h. Referenced by randomPermutation(), ReinitializeSeed(), and Shuffle(). |
|
Definition at line 67 of file itkImageRandomNonRepeatingConstIteratorWithIndex.h. Referenced by Dump(), operator[](), randomPermutation(), SetPriority(), Shuffle(), and ~randomPermutation(). |
|
Definition at line 69 of file itkImageRandomNonRepeatingConstIteratorWithIndex.h. Referenced by Dump(), randomPermutation(), SetPriority(), and Shuffle(). |