Save Elevation Graph
Description
This functor saves the elevation patch graph using the 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 |
|---|---|---|
| Dot Filename | Generic Filename Type | Filename where the representation of the elevation graph in the Graphviz DOT format will be saved, if provided. This can be used for debugging purposes or when transferring the elevation graph to a different software. The default value is null. |
| Json Filename | Generic Filename Type | Filename where the representation of the elevation graph in the JSON format will be saved, if provided. This can be used for debugging purposes or when transferring the elevation graph to a different software. The default value is null. |
Output
None.
Group
Notes
If the corresponding filename is provided, saves the elevation patch graph using the Graphviz DOT format, the JSON format, or both.
An error is reported if at least one of “Dot Filename” or “Json Filename” is not provided.
Internal Name
SaveElevationGraph