Milena (Olena)  User documentation 2.0a Id
predicate-1.cc
00001 #include <mln/core/alias/point2d.hh>
00002 
00003 // \{
00004 //function_p2b
00005 bool my_function_p2b(mln::point2d p);
00006 
00007 //function_p2v
00008 //V is the value type used in the image.
00009 template <typename V>
00010 V my_function_p2v(mln::point2d p);
00011 // \}
00012 
00013 int main()
00014 {
00015 }
 All Classes Namespaces Functions Variables Typedefs Enumerator