Ignore:
Timestamp:
01/10/06 11:59:58 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/RssTree.h

    r507 r511  
    2222#include "AxisAlignedBox3.h" 
    2323#include "Halton.h" 
    24 #include "beam.h" 
     24#include "Beam.h" 
     25#include "Statistics.h" 
     26#include "Ray.h" 
     27 
     28#include "Containers.h" 
    2529 
    2630#define USE_KDNODE_VECTORS 1 
     
    2933 
    3034 
    31 #include "Statistics.h" 
    32 #include "Ray.h" 
    33  
    34 #include "Containers.h" 
    3535// -------------------------------------------------------------- 
    3636// Static statistics for kd-tree search 
     
    420420  HaltonSequence halton; 
    421421 
    422   Beam mBeam; 
     422  MyBeam mBeam; 
    423423   
    424424  RssTreeLeaf(RssTreeInterior *p, 
Note: See TracChangeset for help on using the changeset viewer.