$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
fun-p2v-1.cc
1
#include <mln/core/alias/point2d.hh>
2
// \{
3
unsigned
my_values(
const
mln::point2d
& p)
4
{
5
if
(p.
row
() == 0)
6
return
8;
7
return
9;
8
}
9
// \}
10
11
int
main()
12
{
13
}
doc
examples
fun-p2v-1.cc
Copyright (C) 2012 EPITA Research and Development Laboratory (LRDE)