$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
predicate-1.cc
1 #include <mln/core/alias/point2d.hh>
2 
3 // \{
4 //function_p2b
5 bool my_function_p2b(mln::point2d p);
6 
7 //function_p2v
8 //V is the value type used in the image.
9 template <typename V>
10 V my_function_p2v(mln::point2d p);
11 // \}
12 
13 int main()
14 {
15 }