Ignore:
Timestamp:
08/07/06 10:40:43 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1176 r1184  
    1010#include "Pvs.h" 
    1111#include "Viewcell.h" 
     12#include "VssRay.h" 
     13 
    1214 
    1315namespace GtpVisibilityPreprocessor { 
     
    216218  KdViewCell *mViewCell; 
    217219 
     220  VssRayContainer mVssRays; 
     221 
    218222   /// Objects that are referenced in more than one leaf. 
    219223  ObjectContainer mMultipleObjects; 
Note: See TracChangeset for help on using the changeset viewer.