Ignore:
Timestamp:
04/06/06 18:37:31 (18 years ago)
Author:
mattausch
Message:

added cost flexible render cost measurements

File:
1 edited

Legend:

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

    r728 r729  
    565565                                ++ smallerCost; 
    566566                } 
    567                  
     567                // note: can remove already found view cells 
     568                //swap(neighborhood[bestViewCellIdx], neighborhood.back()); 
     569                //neighborhood.pop_back(); 
     570         
     571 
    568572                outstream << "#RenderCost: " << currentRenderCost << endl; 
    569573                outstream << "#ViewCells: " << smallerCost << endl;              
Note: See TracChangeset for help on using the changeset viewer.