Ignore:
Timestamp:
06/12/06 01:40:25 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1008 r1010  
    88#include "Material.h" 
    99#include "gzstream.h" 
    10 #include "VspOspTree.h" 
     10 
    1111 
    1212namespace GtpVisibilityPreprocessor { 
     
    374374 
    375375 
    376 //typedef HierarchyLeafViewCell<VspLeaf *> VspViewCell; 
     376typedef HierarchyLeafViewCell<VspLeaf *> VspViewCell; 
    377377typedef HierarchyLeafViewCell<BspLeaf *> BspViewCell; 
    378378typedef HierarchyLeafViewCell<KdLeaf *> KdViewCell; 
Note: See TracChangeset for help on using the changeset viewer.