$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
extension-ignore.cc
1 #include <mln/core/image/image2d.hh>
2 #include <mln/value/int_u8.hh>
3 
4 template <typename I>
5 void my_routine(const mln::Image<I>&)
6 {
7 
8 }
9 
10 int main()
11 {
13 
14  // \{
15  my_routine(ima | ima.domain());
16  // \}
17 
18  (void) ima;
19 }