Changeset 1739 for GTP/trunk/Lib/Vis/Preprocessing/src
- Timestamp:
- 11/10/06 08:13:52 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/Pvs.h
r1738 r1739 88 88 } 89 89 }; 90 90 template<typename T, typename S> 91 class Iterator 92 { 93 //template<typename T, typename S> friend Pvs<T, S>; 94 private: 95 std::vector<std::pair<T, S> >::iterator mIt; 96 //vector<pair<T, S> >::iterator mItEnd; 97 }; 91 98 /** Template class representing the Potentially Visible Set (PVS) 92 99 mainly from a view cell, but also e.g., from objects. … … 97 104 public: 98 105 //vector<pair<T, S> >::iterator mItEnd; 99 template<typename T, typename S> 100 class Iterator 101 { 102 //template<typename T, typename S> friend Pvs<T, S>; 103 private: 104 //std::vector<std::pair<T, S> >::iterator mIt; 105 //vector<pair<T, S> >::iterator mItEnd; 106 }; 106 107 107 108 108 template<typename T, typename S>
Note: See TracChangeset
for help on using the changeset viewer.