Ignore:
Timestamp:
11/28/06 19:46:36 (18 years ago)
Author:
bittner
Message:

global lines support

File:
1 edited

Legend:

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

    r1789 r1824  
    500500  PvsFilterStatistics  
    501501  ApplyFilter2(ViewCell *viewCell, 
    502                            const bool useViewSpaceFilter, 
    503                            const float filterSize, 
    504                            ObjectPvs &pvs 
    505                            ); 
     502                                                         const bool useViewSpaceFilter, 
     503                                                         const float filterSize, 
     504                                                         ObjectPvs &pvs, 
     505                                                         vector<AxisAlignedBox3> *filteredBoxes = NULL 
     506                                                         ); 
    506507 
    507508        void ApplySpatialFilter(KdTree *kdTree, 
Note: See TracChangeset for help on using the changeset viewer.