Ignore:
Timestamp:
01/22/07 20:25:06 (17 years ago)
Author:
bittner
Message:

pvs efficiency tuning

File:
1 edited

Legend:

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

    r1990 r2015  
    4444 
    4545 
     46 
     47 
    4648  struct PvsFilterStatistics { 
    4749        PvsFilterStatistics():  
     
    373375                                                           int maxPvsSize) const; 
    374376 
    375          
     377 
     378  // resort pvss after a pass of the algorithm 
     379  void 
     380  SortViewCellPvs(); 
     381 
    376382        /** Sets validity of view cell 
    377383        */ 
Note: See TracChangeset for help on using the changeset viewer.