Ignore:
Timestamp:
07/25/06 08:42:07 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1147 r1149  
    9393        int ComputeRayIntersection(const Plane3 &splitPlane, float &t) const; 
    9494 
    95         /*friend void GetRaySets(const RayInfoContainer &sourceRays, 
    96                                                    const int maxSize, 
    97                                                    RayInfoContainer &usedRays, 
    98                                                    RayInfoContainer *savedRays) const;*/ 
     95        friend void GetRayInfoSets(const RayInfoContainer &sourceRays, 
     96                const int maxSize, 
     97                RayInfoContainer &usedRays, 
     98                RayInfoContainer *savedRays = NULL); 
    9999}; 
    100100 
Note: See TracChangeset for help on using the changeset viewer.