Changeset 1090 for trunk/yat/classifier/MatrixLookupWeighted.h
- Timestamp:
- Feb 14, 2008, 4:22:54 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/classifier/MatrixLookupWeighted.h
r1035 r1090 27 27 28 28 #include "DataLookup2D.h" 29 #include "yat/utility/Iterator.h" 30 #include "yat/utility/IteratorPolicy.h" 31 #include "yat/utility/StrideIterator.h" 29 32 30 33 #include <iostream> 34 #include <utility> 31 35 #include <vector> 32 36 … … 66 70 67 71 public: 68 72 /// 'Read Only' iterator 73 typedef utility::StrideIterator< 74 utility::Iterator<const MatrixLookupWeighted, 75 const std::pair<double, double>, void, 76 const std::pair<double, double>, 77 utility::IteratorPolicyWeighted<const MatrixLookupWeighted, 78 const double, 79 const double> > > 80 const_iterator; 69 81 70 82 ///
Note: See TracChangeset
for help on using the changeset viewer.