$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
predicate-1.cc
1
#include <mln/core/alias/point2d.hh>
2
3
// \{
4
//function_p2b
5
bool
my_function_p2b(
mln::point2d
p);
6
7
//function_p2v
8
//V is the value type used in the image.
9
template
<
typename
V>
10
V my_function_p2v(
mln::point2d
p);
11
// \}
12
13
int
main()
14
{
15
}
doc
examples
predicate-1.cc
Copyright (C) 2012 EPITA Research and Development Laboratory (LRDE)