Changeset 317 for cpp/frams/_demos/neuro_layout_test.cpp
- Timestamp:
- 01/30/15 02:51:58 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/_demos/neuro_layout_test.cpp
r286 r317 21 21 22 22 // stl is fun? ;-) ForwardIterator implementation for element coordinates (required by min_element/max_element) 23 template <int MEMBER> struct NNIter //MEMBER: 0..3=x/y/w/h23 template <int MEMBER> struct NNIter: public std::iterator<std::forward_iterator_tag,int> //MEMBER: 0..3=x/y/w/h 24 24 { 25 25 NNLayoutState *nn; int index;
Note: See TracChangeset
for help on using the changeset viewer.