Ignore:
Timestamp:
01/24/06 10:06:58 (18 years ago)
Author:
mattausch
Message:

implemented functtion for view cell construction

File:
1 edited

Legend:

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

    r556 r573  
    133133        std::map<T, PvsData<T>, LtSample<T> >::const_iterator it; 
    134134 
     135        mEntries = a.mEntries; 
    135136        // todo: copy all elements instead of inserting 
    136         for (it = a.mEntries.begin(); it != a.mEntries.end(); ++ it) 
    137                 mEntries.insert(*it); 
     137        //for (it = a.mEntries.begin(); it != a.mEntries.end(); ++ it) 
     138        //      mEntries.insert(*it); 
    138139         
    139140        for (it = b.mEntries.begin(); it != b.mEntries.end(); ++ it) 
Note: See TracChangeset for help on using the changeset viewer.