Ignore:
Timestamp:
01/20/07 00:14:25 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1990 r1999  
    3232class Intersectable { 
    3333public: 
    34   // last mail id -> warning not thread safe! 
    35   // both mailId and mailbox should be unique for each thread!!! 
    36   static int sMailId; 
    37   static int sReservedMailboxes; 
    38  
    39   /// Mailbox used for traversals 
    40   int mMailbox; 
    41    
     34  
    4235  /// unique object Id 
    4336  int mId; 
     
    10194  int IncMail() { return ++ mMailbox - sMailId; } 
    10295 
     96   // last mail id -> warning not thread safe! 
     97  // both mailId and mailbox should be unique for each thread!!! 
     98  static int sMailId; 
     99  static int sReservedMailboxes; 
     100 
     101  /// Mailbox used for traversals 
     102  int mMailbox; 
     103   
     104 
    103105  //////////////////////////////////////////////////// 
    104106  virtual AxisAlignedBox3 GetBox() const = 0; 
Note: See TracChangeset for help on using the changeset viewer.