Ignore:
Timestamp:
04/28/06 18:42:54 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r466 r860  
    2121#include "VssRay.h" 
    2222#include "AxisAlignedBox3.h" 
    23  
     23#include "Statistics.h" 
     24#include "Ray.h" 
     25 
     26namespace GtpVisibilityPreprocessor { 
    2427 
    2528#define USE_KDNODE_VECTORS 1 
     
    2831 
    2932 
    30 #include "Statistics.h" 
    31 #include "Ray.h" 
    3233 
    3334// -------------------------------------------------------------- 
     
    928929}; 
    929930 
     931} 
    930932 
    931933#endif // __LSDS_KDTREE_H__ 
Note: See TracChangeset for help on using the changeset viewer.