Ignore:
Timestamp:
02/02/06 10:03:10 (18 years ago)
Author:
mattausch
Message:

added function for pvs compression

File:
1 edited

Legend:

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

    r573 r581  
    112112}; 
    113113 
     114 
    114115template <typename T> 
    115116int Pvs<T>::Diff(const Pvs<T> &b) 
     
    134135 
    135136        mEntries = a.mEntries; 
    136         // todo: copy all elements instead of inserting 
    137         //for (it = a.mEntries.begin(); it != a.mEntries.end(); ++ it) 
    138         //      mEntries.insert(*it); 
    139137         
    140138        for (it = b.mEntries.begin(); it != b.mEntries.end(); ++ it) 
Note: See TracChangeset for help on using the changeset viewer.