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.cpp

    r1772 r1779  
    28842884 
    28852885 
    2886 SubdivisionCandidate *VspTree::PrepareConstruction(const VssRayContainer &sampleRays, 
    2887                                                                                                    RayInfoContainer &rays) 
     2886void VspTree::PrepareConstruction(SplitQueue &tQueue, 
     2887                                                                  const VssRayContainer &sampleRays, 
     2888                                                                  RayInfoContainer &rays) 
    28882889{        
    28892890        mVspStats.Reset(); 
     
    29392940        EvalSubdivisionStats(*splitCandidate); 
    29402941 
    2941         return splitCandidate; 
     2942        tQueue.Push(splitCandidate); 
    29422943} 
    29432944 
Note: See TracChangeset for help on using the changeset viewer.