Changeset 470 for trunk/VUT/GtpVisibilityPreprocessor/src/ViewCell.h
- Timestamp:
- 12/19/05 02:50:17 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibilityPreprocessor/src/ViewCell.h
r469 r470 84 84 typedef HierarchyViewCell<VspKdLeaf *> VspKdViewCell; 85 85 86 /*class BspViewCell: public ViewCell87 {88 public:89 BspViewCell(): mBspLeaves(0) {}90 BspViewCell(Mesh *mesh):91 ViewCell(mesh), mBspLeaves(0) {}92 86 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. 107 88 */ 108 89 class ViewCellsStatistics: public StatisticsBase
Note: See TracChangeset
for help on using the changeset viewer.