Changeset 2726 for GTP/trunk/Lib/Vis/Preprocessing/src/ViewCellsManager.cpp
- Timestamp:
- 05/30/08 02:37:07 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/ViewCellsManager.cpp
r2723 r2726 137 137 //rays.clear(); 138 138 //passSamples.clear(); 139 140 mMixtureDistribution->GenerateSamples(samplesPerPass, rays );139 int invalidSamples = 0; 140 mMixtureDistribution->GenerateSamples(samplesPerPass, rays, invalidSamples); 141 141 142 142 const bool doubleRays = true;
Note: See TracChangeset
for help on using the changeset viewer.