Ignore:
Timestamp:
01/23/06 15:58:00 (18 years ago)
Author:
bittner
Message:

viewcell validy setting functions extended

File:
1 edited

Legend:

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

    r564 r569  
    137137        bool GetValid() const; 
    138138 
     139  static bool SmallerPvs(const ViewCell *a, 
     140                                                 const ViewCell *b) { 
     141        return a->GetPvs().GetSize() < b->GetPvs().GetSize(); 
     142  } 
     143 
    139144protected: 
    140145 
Note: See TracChangeset for help on using the changeset viewer.