Ignore:
Timestamp:
06/17/08 15:20:32 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/CHC_revisited/Bvh.h

    r2764 r2767  
    2727        friend class Bvh; 
    2828        friend class BvhLoader; 
    29         friend class myless; 
     29        friend class mygreaterdistance; 
    3030 
    3131public: 
     
    393393        a lower distance has a higher value in the queue 
    394394*/ 
    395 class myless 
     395class mygreaterdistance 
    396396{ 
    397397public: 
     
    401401    } 
    402402}; 
     403 
     404typedef std::priority_queue<BvhNode *, std::vector<BvhNode *>, mygreaterdistance> TraversalQueue; 
    403405 
    404406 
Note: See TracChangeset for help on using the changeset viewer.