Ignore:
Timestamp:
02/08/07 15:46:23 (17 years ago)
Author:
bittner
Message:

simple ray separated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/Halton.h

    r2076 r2105  
    130130public: 
    131131  int index; 
     132 
     133  static int sPregeneratedDim; 
     134  static int sPregeneratedNumber; 
     135  static float *sPregeneratedValues; 
     136   
     137  // special construtor for pregenerating static halton sequences 
     138  HaltonSequence(const int dim, 
     139                                 const int number); 
    132140 
    133141  HaltonSequence():index(1) {} 
Note: See TracChangeset for help on using the changeset viewer.