Ignore:
Timestamp:
07/18/06 19:03:14 (18 years ago)
Author:
mattausch
Message:

added kd pvs support, changed way of counting pvs

File:
1 edited

Legend:

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

    r1139 r1141  
    206206                return a->mPvsSize < b->mPvsSize; 
    207207#else 
    208                 return a->GetPvs().GetSize() < b->GetPvs().GetSize(); 
     208                return a->GetPvs().CountPvs() < b->GetPvs().CountPvs(); 
    209209#endif 
    210210        } 
Note: See TracChangeset for help on using the changeset viewer.