Ignore:
Timestamp:
09/29/06 22:42:25 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1528 r1545  
    2222 
    2323 
    24 VssRay *RayCaster::CastSingleRay(const SimpleRay &simpleRay, 
    25                                                                  const AxisAlignedBox3 &box) 
     24VssRay *RayCaster::CastRay(const SimpleRay &simpleRay, 
     25                                                   const AxisAlignedBox3 &box, 
     26                                                   const bool castDoubleRay) 
    2627{ 
    2728        VssRayContainer rays; 
    28         CastRay(simpleRay, rays, box, false); 
     29        CastRay(simpleRay, rays, box, castDoubleRay); 
    2930 
    3031        if (!rays.empty()) 
Note: See TracChangeset for help on using the changeset viewer.