$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
fun-p2v-1.cc
1 #include <mln/core/alias/point2d.hh>
2 // \{
3 unsigned my_values(const mln::point2d& p)
4 {
5  if (p.row() == 0)
6  return 8;
7  return 9;
8 }
9 // \}
10 
11 int main()
12 {
13 }