Ignore:
Timestamp:
01/18/07 20:20:48 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1990 r1996  
    3838                                                        const AxisAlignedBox3 &box, 
    3939                                                        const bool castDoubleRay, 
    40                                                         const bool pruneInvalidRays, 
    41                                                         const bool keepOrigin 
     40                                                        const bool pruneInvalidRays 
    4241                                                        ) 
    4342{ 
     
    103102                                          box, 
    104103                                          castDoubleRay, 
    105                                           pruneInvalidRays, 
    106                                           keepOrigin 
     104                                          pruneInvalidRays 
    107105                                          ); 
    108106} 
     
    114112                                                                const AxisAlignedBox3 &sbox, 
    115113                                                                const bool castDoubleRay, 
    116                                                                 const bool pruneInvalidRays, 
    117                                                                 const bool keepOrigin) 
     114                                                                const bool pruneInvalidRays) 
    118115{ 
    119116        int i; 
     
    230227                                   sbox, 
    231228                                   castDoubleRay, 
    232                                    pruneInvalidRays, 
    233                                    keepOrigin 
     229                                   pruneInvalidRays 
    234230                                   ); 
    235231        } 
Note: See TracChangeset for help on using the changeset viewer.