Module gr_del_double


Name:
gr_del_double - a GRToolbox module
Description:
Points that appear several times in a row will
be discarded. By specifying a epsilon box surrounding
neighbored points that lie within the box
can be discarded as well.
Synopsis:
-[eps x xeps y yeps z zeps 0 1 ... nh o v noc nof now skip f m c e i s l]
-help For help on all options.
Special Options:
-eps double Accurracy. (Default: 1e-05)
-0eps double Epsilon accuracy in 1. coordinate.
-1eps double Epsilon accuracy in 2. coordinate.
-neps double Epsilon accuracy in (n+1). coordinate.
-eps0 double Epsilon accuracy in 1. coordinate.
-eps1 double Epsilon accuracy in 2. coordinate.
-epsn double Epsilon accuracy in (n+1). coordinate.
-last if specified, the last point of any set
will be printed in any case. This is useful,
when using -eps.
-x Test only x-coordinate.
-xeps double Accuracy for x coordinate.
-y Test only x-coordinate.
-yeps double Accuracy for y coordinate.
-z Test only x-coordinate.
-zeps double Accuracy for z coordinate.
Example Input Data:
1 0
1 1
1 1
1 1
2 1
Example Output Data:
1 0
1 1
2 1



Back to List of all GR Modules.