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

Legend:

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

    r1990 r1996  
    11471147                                           VssRayContainer &vssRays, 
    11481148                                           const bool castDoubleRays, 
    1149                                            const bool pruneInvalidRays, 
    1150                                            const bool keepOrigin 
     1149                                           const bool pruneInvalidRays 
    11511150                                           ) 
    11521151{ 
     
    11991198                                                                   mViewCellsManager->GetViewSpaceBox(), 
    12001199                                                                   castDoubleRays, 
    1201                                                                    pruneInvalidRays, 
    1202                                                                    keepOrigin); 
     1200                                                                   pruneInvalidRays); 
    12031201 
    12041202                        rayBucket.clear(); 
     
    12291227                                                        mViewCellsManager->GetViewSpaceBox(), 
    12301228                                                        castDoubleRays, 
    1231                                                         pruneInvalidRays, 
    1232                                                         keepOrigin); 
     1229                                                        pruneInvalidRays); 
    12331230                 
    12341231        } 
Note: See TracChangeset for help on using the changeset viewer.