Ignore:
Timestamp:
02/02/06 10:03:10 (18 years ago)
Author:
mattausch
Message:

added function for pvs compression

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/ViewCell.h

    r580 r581  
    293293        void CollectBestViewCellSet(ViewCellContainer &viewCells, const int numViewCells); 
    294294 
     295        /** Root of view cells tree. 
     296        */ 
     297        ViewCell *GetRoot(); 
     298 
    295299protected: 
    296300 
     
    350354                                                           const int numNewViewCells); 
    351355 
    352  
    353  
    354356        /** merge queue must be reset after some time because expected value 
    355357                may not be valid. 
     
    360362        */ 
    361363        int UpdateMergedViewCells(ViewCellContainer &viewCells); 
     364 
     365        void ComputeCommonPvs(ViewCellInterior *interior); 
    362366 
    363367 
Note: See TracChangeset for help on using the changeset viewer.