Ignore:
Timestamp:
01/14/07 19:59:25 (17 years ago)
Author:
bittner
Message:

mutation updates, ray sorting, merge

File:
1 edited

Legend:

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

    r1972 r1974  
    6060                                                         const bool pruneInvalidRays = true 
    6161                                                         ) = 0; 
     62 
     63 
     64  virtual void 
     65  SortRays(SimpleRayContainer &rays); 
     66 
    6267         
    6368 
    6469protected: 
    65         struct Intersection 
     70  void 
     71  _SortRays(SimpleRayContainer &rays, 
     72                        const int l, 
     73                        const int r, 
     74                        const int axis); 
     75 
     76  struct Intersection 
    6677        { 
    6778                Intersection(): mObject(NULL), mFaceId(0) 
Note: See TracChangeset for help on using the changeset viewer.