Changeset 534 for trunk/lib/classifier/DataLookup2D.cc
- Timestamp:
- Mar 3, 2006, 12:27:58 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/classifier/DataLookup2D.cc
r533 r534 54 54 55 55 56 DataLookup2D::DataLookup2D(const std::vector<size_t>& index, bool row)57 {58 }59 60 61 56 DataLookup2D::DataLookup2D(const DataLookup2D& mv) 62 57 : row_index_(mv.row_index_),column_index_(mv.column_index_)
Note: See TracChangeset
for help on using the changeset viewer.