Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

Impala::Util::QuasiRandomSequenceIterator Class Reference

#include <QuasiRandomSequenceIterator.h>

Collaboration diagram for Impala::Util::QuasiRandomSequenceIterator:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 QuasiRandomSequenceIterator (int length, int seed)
int operator * () const
 Indirection operator, like stl iterators.
QuasiRandomSequenceIteratoroperator++ ()
 only the prefix ++ is implemented, the postfix would have to return a copy

Private Attributes

std::list< int > mSequence
int mPickout
std::list< int >::iterator mCurrent

Detailed Description

Definition at line 9 of file QuasiRandomSequenceIterator.h.


The documentation for this class was generated from the following file:
Generated on Thu Jan 13 09:24:19 2011 for ImpalaSrc by  doxygen 1.5.1