This functor saves an elevation patch graph using the Graphviz DOT format, the JSON format, or both.
| Name | Type | Description |
|---|---|---|
| Elevation Graph | Elevation Graph Type | Elevation patch graph created from neighborhood relationships and their properties. |
| Name | Type | Description | Default Value |
|---|---|---|---|
| Dot Filename | Generic Filename Type | Filename where Elevation Graph is saved in the Graphviz DOT format, if provided. Useful for debugging, or for transferring the elevation graph to other software. This is an advanced port. | .none |
| Json Filename | Generic Filename Type | Filename where Elevation Graph is saved in the JSON format, if provided. Useful for debugging, or for transferring the elevation graph to other software. This is an advanced port. | .none |
None.
This functor reports an error if neither Dot Filename nor Json Filename is provided.
SaveElevationGraph