Differences
This shows you the differences between two versions of the page.
|
save_elevation_graph [2026/01/10 02:36] admin created |
save_elevation_graph [2026/01/10 02:39] (current) admin |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ===== Description ===== | ===== Description ===== | ||
| - | This functor saves the elevation patch graph in Graphviz DOT or JSON format. | + | This functor saves the elevation patch graph in [[wp>DOT_(graph_description_language)|Graphviz DOT]] or [[wp>JSON|JSON]] format. |
| ===== Inputs ===== | ===== Inputs ===== | ||
| Line 10: | Line 10: | ||
| ===== Optional Inputs ===== | ===== Optional Inputs ===== | ||
| ^ Name ^ Type ^ Description ^ Default Value ^ | ^ Name ^ Type ^ Description ^ Default Value ^ | ||
| - | | Dot Filename | [[Generic Filename Type]] | If provided, represents the filename where the elevation patch graph representation in Graphviz DOT format will be saved. | null | | + | | Dot Filename | [[Generic Filename Type]] | If provided, represents the filename where the elevation patch graph representation in [[wp>DOT_(graph_description_language)|Graphviz DOT]] format will be saved. | null | |
| - | | Json Filename | [[Generic Filename Type]] | If provided, represents the filename where the elevation patch graph representation in JSON format will be saved. | null | | + | | Json Filename | [[Generic Filename Type]] | If provided, represents the filename where the elevation patch graph representation in [[wp>JSON|JSON]] format will be saved. | null | |
| ===== Output ===== | ===== Output ===== | ||
| Line 20: | Line 20: | ||
| ===== Notes ===== | ===== Notes ===== | ||
| - | If the corresponding filename is provided, saves the elevation patch graph in Graphviz DOT or JSON format. | + | If the corresponding filename is provided, saves the elevation patch graph in [[wp>DOT_(graph_description_language)|Graphviz DOT]] or [[wp>JSON|JSON]] format. |
| An error is reported if at least one filename where the elevation patch graph should be saved is not provided. | An error is reported if at least one filename where the elevation patch graph should be saved is not provided. | ||