$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
win-create-1.cc
1 #include <mln/core/alias/window2d.hh>
2 int main()
3 {
4  using namespace mln;
5 
6  // \{
8  win.insert(-1, -1);
9  win.insert(-1, 0);
10  win.insert(-1, 1);
11  // \}
12 
13 }