Ignore:
Timestamp:
08/30/06 21:54:49 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/VspBspTree.cpp

    r1291 r1302  
    529529                                                          geom); 
    530530 
     531        // evaluate the priority of this traversal data 
    531532        EvalPriority(tData); 
    532  
    533533 
    534534        // first node is kd node, i.e. an axis aligned box 
     
    750750{ 
    751751        return 
    752                 (mOutOfMemory  
     752                (0 
     753                || mOutOfMemory  
    753754                || (mBspStats.Leaves() >= mMaxViewCells)  
    754755                || (mGlobalCostMisses >= mTermGlobalCostMissTolerance) 
     
    23162317 
    23172318#ifdef _DEBUG 
    2318         Debug << axis << " " << pvsSize << " " << pvsBack << " " << pvsFront << endl; 
    2319         Debug << pFront << " " << pBack << " " << pOverall << endl; 
     2319        Debug << "axis: " << axis << " " << pvsSize << " " << pvsBack << " " << pvsFront << endl; 
     2320        Debug << "p: " << pFront << " " << pBack << " " << pOverall << endl; 
    23202321#endif 
    23212322 
Note: See TracChangeset for help on using the changeset viewer.