Reference

Table of Contents  ▸  List of Commands  ▸  User Karo's PINK-library operators  ▸  output_pinklist◀  pink_wshed    |    pink_delaunay  ▶

output_pinklist

Arguments:

Description:

write an (c,n) image with c=1..4 colums and n lines to a pink list file

Automatic type: c1 => e, c2 => b c3 => B, c4 => N
Manual type possible: c2 => s, c3 => n

Default values:

'type=" "' (space)

List formats according PINK format description
~~~
  e <n>       s <n>         b <n>         n <n>            B <n>            N <n>
  x1          x1 v1         x1 y1         x1 y1 v1         x1 y1 z1         x1 y1 z1 v1
  x2    or    x2 v2   or    x2 y2   or    x2 y2 v2   or    x2 y2 z2   or    z2 x2 y2 v2
  ...         ...           ...           ...              ...              ...
  xn          xn vn         xn yn         xn yn vn         xn yn z3         z3 xn yn vn
~~~