Module gr_merge_adjacent


Name:
gr_merge_adjacent - a GRToolbox module
Description:
Merge all adjacent sets. For all sets it is checked,
if the endpoint is close (within an epsilon box) to the startpoint
of any other set.
Synopsis:
-[down eps x xeps y yeps z zeps 0 1 ... n 0eps 1eps ... neps
h o v noc nof now skip f m c e i s l]
-help For help on all options.
Special Options:
-down Check the sets in reversed order.
-eps double Accurracy. (Default : 0)
-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:
0 1
1 0
3 4
5 2
8 9
10 3
&
1 1
2 3
3 4
4 9
6 9
10 3
Example Output Data:
0 1
1 0
3 4
5 2
8 9
10 3
10 3
6 9
4 9
3 4
2 3
1 1
&



Back to List of all GR Modules.