Save Elevation Graph
Description
This functor saves the elevation patch graph in Graphviz DOT or JSON format.
Inputs
| Name | Type | Description |
|---|---|---|
| Elevation Graph | Elevation Graph Type | Elevation patch graph created from neighborhood relationships and their properties. |
Optional Inputs
| 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 |
| Json Filename | Generic Filename Type | If provided, represents the filename where the elevation patch graph representation in JSON format will be saved. | null |
Output
None.
Group
Notes
If the corresponding filename is provided, saves the elevation patch graph in Graphviz DOT or JSON format.
An error is reported if at least one filename where the elevation patch graph should be saved is not provided.
Internal Name
SaveElevationGraph