Filter Elevation Graph

Description

This functor filters patches from the elevation patch graph.

Inputs

Name Type Description
Elevation Graph Elevation Graph Type Elevation patch graph created from neighborhood relationships and their properties.
Filtered Patches Base Table Type Table whose keys represent the IDs of the patches from the elevation patch graph that will be kept in the resulting graph. The values in the table corresponding to each key are ignored.

Optional Inputs

None.

Output

Name Type Description
Filtered Elevation Graph Elevation Graph Type Elevation patch graph containing only the patches kept by the filtering.

Group

Notes

Filters patches from the elevation patch graph, creating a new graph containing only the patches whose IDs are mentioned in the “Filtered Patches” table.

The nodes corresponding to the removed elevation patches have their parent and child node information transferred to the nodes that will be kept.

Internal Name

FilterElevationGraph