Milena (Olena)  User documentation 2.0a Id
fun-p2v-1.cc
00001 #include <mln/core/alias/point2d.hh>
00002 // \{
00003 unsigned my_values(const mln::point2d& p)
00004 {
00005   if (p.row() == 0)
00006     return 8;
00007   return 9;
00008 }
00009 // \}
00010 
00011 int main()
00012 {
00013 }
 All Classes Namespaces Functions Variables Typedefs Enumerator