Ignore:
Timestamp:
02/15/07 00:35:41 (17 years ago)
Author:
mattausch
Message:

implemented hashpvs

File:
1 edited

Legend:

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

    r1999 r2116  
    88#include "Material.h" 
    99#include "gzstream.h" 
    10  
     10#include "ObjectPvs.h" 
    1111 
    1212namespace GtpVisibilityPreprocessor { 
     
    2424class ViewCellLeaf; 
    2525 
     26 
     27//class ObjectPvs; 
    2628 
    2729 
     
    282284        } 
    283285 
    284         ////////// 
    285         //-- mailing stuff 
    286  
    287         //      static void NewMail(const int reserve = 1)  
    288         //      { 
    289         //              sMailId += sReservedMailboxes; 
    290         //              sReservedMailboxes = reserve; 
    291         //      } 
    292  
    293         //      void Mail() { mMailbox = sMailId; } 
    294         //      bool Mailed() const { return mMailbox == sMailId; } 
    295  
    296         //      void Mail(const int mailbox) { mMailbox = sMailId + mailbox; } 
    297         //      bool Mailed(const int mailbox) const { return mMailbox == sMailId + mailbox; } 
    298  
    299         //      int IncMail() { return ++ mMailbox - sMailId; } 
    300  
    301  
    302         // last mail id -> warning not thread safe! 
    303         // both mailId and mailbox should be unique for each thread!!! 
    304  
    305         //static int sMailId; 
    306         //static int sReservedMailboxes; 
    307286 
    308287        int GetFilteredPvsSize() const  
Note: See TracChangeset for help on using the changeset viewer.