1happrox(1)              GNU Triangulated Surface utils              happrox(1)
2
3
4

NAME

6       happrox  -  returns a simplified triangulation of a set of points using
7       algorithm III of Garland and Heckbert (1995).
8
9

SYNOPSIS

11       happrox [OPTIONS] < [input.pgm|input] > output.gts
12
13

DESCRIPTION

15       This manual page documents briefly the happrox command.
16
17

OPTIONS

19       This program follow the  usual  GNU  command  line  syntax,  with  long
20       options  starting  with  two  dashes  (`-').   A  summary of options is
21       included below.
22
23       -n N, --number=N
24              Stop the refinement process if the number of vertices is  larger
25              than N.
26
27       -c C, --cost=C
28              Stop the refinement process if the cost of insertion of a vertex
29              is smaller than C.
30
31       -f, --flat
32              Input is a flat file with three x,y,z columns  (default  is  PGM
33              file).
34
35       -r Z, --relative=Z
36              Use relative height cost for all heights larger than Z.
37
38       -k, --keep
39              Keep enclosing triangle.
40
41       -C, --closed
42              Close the surface.
43
44       -l, --log
45              Log evolution of cost.
46
47       -v, --verbose
48              Display surface statistics.
49
50       -h, --help
51              Display the help and exit.
52
53

AUTHOR

55       happrox   was   written   by  Stephane  Popinet  <popinet@users.sourceā€
56       forge.net>.
57
58       This manual page was written by Ruben Molina <rmolina@udea.edu.co>, for
59       the Debian project (but may be used by others).
60
61
62
63                                 June 2, 2008                       happrox(1)
Impressum