Ignore:
Timestamp:
08/20/06 22:48:01 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1168 r1233  
    11701170 
    11711171 
    1172 void BspTree::SortSplitCandidates(const PolygonContainer &polys,  
     1172void BspTree::SortSubdivisionCandidates(const PolygonContainer &polys,  
    11731173                                                                  const int axis,  
    11741174                                                                  vector<SortableEntry> &splitCandidates) const 
     
    12071207        vector<SortableEntry> splitCandidates; 
    12081208 
    1209         SortSplitCandidates(polys, axis, splitCandidates); 
     1209        SortSubdivisionCandidates(polys, axis, splitCandidates); 
    12101210         
    12111211        // go through the lists, count the number of objects left and right 
Note: See TracChangeset for help on using the changeset viewer.