Ignore:
Timestamp:
10/23/06 20:24:14 (18 years ago)
Author:
mattausch
Message:

updated priority meaurement: taking total cost and memory into account

File:
1 edited

Legend:

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

    r1632 r1667  
    154154        typedef std::priority_queue<VspBspTraversalData> VspBspTraversalQueue; 
    155155         
     156        // note: should be inherited from subdivision candidate 
    156157        class VspBspSubdivisionCandidate 
    157158        {   
     
    172173                        return mPriority; 
    173174#else 
    174                         return (float) (-mDepth); // for kd tree 
     175                        return (float) (-mDepth); // for standard breath-first traversal 
    175176#endif 
    176177                } 
Note: See TracChangeset for help on using the changeset viewer.