Ignore:
Timestamp:
07/10/06 19:21:19 (18 years ago)
Author:
bittner
Message:

Merge with Olivers code

File:
1 edited

Legend:

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

    r1109 r1112  
    1313namespace GtpVisibilityPreprocessor { 
    1414 
    15 class KdNode; 
    16 class KdLeaf; 
    17 class KdInterior; 
    18 class Intersectable; 
    19 //class KdViewCell; 
    20 class Beam; 
     15   
     16  class KdNode; 
     17  class KdLeaf; 
     18  class KdInterior; 
     19  class Intersectable; 
     20  //class KdViewCell; 
     21  class Beam; 
     22 
     23  class KdTree; 
     24   
     25  //  KdTree *SceneKdTree; 
    2126 
    2227// -------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.