Ignore:
Timestamp:
04/24/06 08:21:10 (18 years ago)
Author:
mattausch
Message:

debug version for testing subdivision

File:
1 edited

Legend:

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

    r752 r801  
    190190 { 
    191191         return a->GetRenderCost() < b->GetRenderCost(); 
     192 } 
     193 
     194 static bool LargerRenderCost(const ViewCell *a, const ViewCell *b)  
     195 { 
     196         return a->GetRenderCost() > b->GetRenderCost(); 
    192197 } 
    193198 
Note: See TracChangeset for help on using the changeset viewer.