Ignore:
Timestamp:
11/22/06 10:49:09 (18 years ago)
Author:
mattausch
Message:

warning: this version contains bugs!!

File:
1 edited

Legend:

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

    r1765 r1779  
    10101010        void EvalSubdivisionStats(const SubdivisionCandidate &tData); 
    10111011 
    1012         SubdivisionCandidate *PrepareConstruction( 
    1013                 const VssRayContainer &sampleRays, 
    1014                 RayInfoContainer &rays); 
     1012        void PrepareConstruction(SplitQueue &tQueue, 
     1013                                                         const VssRayContainer &sampleRays, 
     1014                                                         RayInfoContainer &rays); 
    10151015 
    10161016        /** Evaluates pvs contribution of this ray. 
Note: See TracChangeset for help on using the changeset viewer.