$extrastylesheet
Olena
User documentation 2.1
An Image Processing Platform
Milena
Getting started
API Reference Manual
All Classes
Examples
Demos
Publications
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
// \{
7
window2d
win
;
8
win
.insert(-1, -1);
9
win
.insert(-1, 0);
10
win
.insert(-1, 1);
11
// \}
12
13
}
doc
examples
win-create-1.cc
Copyright (C) 2012 EPITA Research and Development Laboratory (LRDE)