Milena (Olena)  User documentation 2.0a Id
parray-append.cc
00001 #include <mln/core/site_set/p_array.hh>
00002 #include <mln/core/alias/point2d.hh>
00003 int main()
00004 {
00005   using namespace mln;
00006 
00007   // \{
00008   p_array<point2d> arr;
00009   arr.append(point2d(3, 6));
00010   arr.append(point2d(3, 7));
00011   arr.append(point2d(3, 8));
00012   arr.append(point2d(4, 8));
00013   arr.append(point2d(4, 9));
00014   // \}
00015 }
 All Classes Namespaces Functions Variables Typedefs Enumerator