Ignore:
Timestamp:
12/19/05 02:50:17 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r469 r470  
    8484typedef HierarchyViewCell<VspKdLeaf *> VspKdViewCell; 
    8585 
    86 /*class BspViewCell: public ViewCell 
    87 { 
    88 public: 
    89         BspViewCell(): mBspLeaves(0) {} 
    90         BspViewCell(Mesh *mesh):  
    91                 ViewCell(mesh), mBspLeaves(0) {} 
    9286 
    93         /// Leaves of the hierarchy which are part of this view cell. 
    94         std::vector<BspLeaf *> mBspLeaves; 
    95 }; 
    96 */ 
    97 /*class VspKdViewCell: public ViewCell 
    98 { 
    99 public: 
    100         VspKdViewCell(): mLeaves(0) {} 
    101         VspKdViewCell(Mesh *mesh):  
    102                 ViewCell(mesh), mLeaves(0) {} 
    103  
    104         /// Leaves of the hierarchy which are part of this view cell. 
    105         std::vector<VspKdLeaf *> mLeaves; 
    106 }; 
     87/** Statistics for a view cell partition. 
    10788*/ 
    10889class ViewCellsStatistics: public StatisticsBase 
Note: See TracChangeset for help on using the changeset viewer.