Ignore:
Timestamp:
07/03/06 02:03:59 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1002 r1072  
    188188  /** pointers to occluders contained in this node */ 
    189189  ObjectContainer mObjects; 
    190    
     190 
     191  /** Objects that are part of several leaves. 
     192  */ 
     193  ObjectMap mMultipleObjects; 
     194 
    191195  /** Ray set description of the rays passing through this node */ 
    192196  PassingRaySet mPassingRays; 
Note: See TracChangeset for help on using the changeset viewer.