Ignore:
Timestamp:
05/03/06 10:28:20 (18 years ago)
Author:
mattausch
Message:

added new active view cell concept

File:
1 edited

Legend:

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

    r881 r882  
    3030int ViewCell::sMailId = 21843194198; 
    3131int ViewCell::sReservedMailboxes = 1; 
    32 int ViewCell::sLastUpdated = 0; 
     32 
    3333 
    3434//int upperPvsLimit = 120; 
     
    3939 
    4040// pvs penalty can be different from pvs size 
    41 inline static float EvalPvsPenalty(const int pvs, const int lower, const int upper) 
     41inline static float EvalPvsPenalty(const int pvs,  
     42                                                                   const int lower,  
     43                                                                   const int upper) 
    4244{ 
    4345        // clamp to minmax values 
Note: See TracChangeset for help on using the changeset viewer.