Milena (Olena)
User documentation 2.0a Id
Main Page
Related Pages
Modules
Namespaces
Classes
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerator
Groups
Pages
fill-call-1.cc
1
#include <mln/core/image/image2d.hh>
2
#include <mln/core/image/dmorph/image_if.hh>
3
#include <mln/data/fill.hh>
4
5
int
main()
6
{
7
using namespace
mln;
8
9
// \{
10
image2d<char>
imga(5, 5);
11
// \}
12
13
// \{
14
data::fill
(imga,
'a'
);
15
// \}
16
17
// \{
18
data::fill
((imga |
box2d
(1,2)).rw(),
'a'
);
19
// \}
20
21
}
doc
examples
fill-call-1.cc
Generated on Thu Nov 8 2012 10:58:04 for Milena (Olena) by
1.8.2-20120930