Ignore:
Timestamp:
07/24/06 18:21:32 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1133 r1147  
    9292        */ 
    9393        int ComputeRayIntersection(const Plane3 &splitPlane, float &t) const; 
     94 
     95        /*friend void GetRaySets(const RayInfoContainer &sourceRays, 
     96                                                   const int maxSize, 
     97                                                   RayInfoContainer &usedRays, 
     98                                                   RayInfoContainer *savedRays) const;*/ 
    9499}; 
    95100 
    96  
    97101} 
    98  
    99102#endif  
    100103 
Note: See TracChangeset for help on using the changeset viewer.