Ignore:
Timestamp:
02/02/06 19:16:39 (18 years ago)
Author:
mattausch
Message:

fixed bug in mergueue to find root of merge and sort out doube view cells

File:
1 edited

Legend:

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

    r581 r582  
    135135                @returns new view cell based on the merging. 
    136136        */ 
    137         ViewCellInterior *MergeViewCells(ViewCell &front, ViewCell &back) const; 
     137        ViewCellInterior *MergeViewCells(ViewCell *front, ViewCell *back) const; 
     138 
     139        /** Merges a container of view cells. 
     140                @returns new view cell based on the merging. 
     141        */ 
     142        ViewCellInterior *MergeViewCells(ViewCellContainer &children) const; 
    138143         
    139144        /** Generates view cell of type specified by this manager 
     
    429434        float mMaxPvsRatio; 
    430435 
    431         int mNumActiveViewCells; 
     436        int mNumMergedViewCells; 
    432437 
    433438        ViewCellsStatistics mViewCellsStats; 
Note: See TracChangeset for help on using the changeset viewer.