Ignore:
Timestamp:
06/09/06 09:07:40 (18 years ago)
Author:
mattausch
Message:

worked on vsp osp tree. warning: does not compile

File:
1 edited

Legend:

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

    r1006 r1008  
    88#include "Material.h" 
    99#include "gzstream.h" 
    10  
     10#include "VspOspTree.h" 
    1111 
    1212namespace GtpVisibilityPreprocessor { 
     
    1717class BspPvs; 
    1818class BspLeaf; 
    19 class VspKdLeaf; 
     19class VspLeaf; 
    2020class KdLeaf; 
    2121class ViewCellInterior; 
     
    9797        friend class ViewCellsTree; 
    9898        friend class ViewCellsManager; 
    99         //friend class VspBspViewCellsManager; 
    100         //friend class BspViewCellsManager; 
    101         //friend class VspBspTree; 
    102         //friend class FromPointVisibilityTree; 
    103         //friend class BspTree; 
    104  
    10599 
    106100public: 
     
    380374 
    381375 
     376//typedef HierarchyLeafViewCell<VspLeaf *> VspViewCell; 
    382377typedef HierarchyLeafViewCell<BspLeaf *> BspViewCell; 
    383378typedef HierarchyLeafViewCell<KdLeaf *> KdViewCell; 
    384 typedef HierarchyLeafViewCell<VspKdLeaf *> VspKdViewCell; 
     379 
    385380 
    386381 
Note: See TracChangeset for help on using the changeset viewer.