Ignore:
Timestamp:
11/07/05 08:00:56 (19 years ago)
Author:
mattausch
Message:

fixed bug in pvs criterium, computing real area

File:
1 edited

Legend:

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

    r369 r385  
    3636 
    3737        int Compress() {return 0;} 
    38         int GetSize() {return (int)mEntries.size();} 
    39         bool Empty() {return mEntries.size() == 0;} 
     38        int GetSize() const {return (int)mEntries.size();} 
     39        bool Empty() const {return mEntries.size() == 0;} 
    4040        /** Merges pvs of a and pvs of b into this pvs. 
    4141        */ 
     
    9090        } 
    9191} 
    92  
    9392 
    9493template <typename T> 
Note: See TracChangeset for help on using the changeset viewer.