Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
get_elevation_graph_tops_and_bases [2026/01/06 18:57]
admin created
get_elevation_graph_tops_and_bases [2026/08/17 19:46] (current)
hermann
Line 3: Line 3:
 ===== Description ===== ===== Description =====
  
-This functor retrieves the list of patches that correspond to local maxima and minima ​from the elevation patch graph.+This functor retrieves the relationship ​of patches that correspond to local maxima and minima ​of the elevation patch graph.
  
 ===== Inputs ===== ===== Inputs =====
  
 ^ Name  ^ Type  ^ Description ​ ^ ^ Name  ^ Type  ^ Description ​ ^
-| Elevation Graph | [[Elevation Graph Type]] ​ | Graph of elevation patches ​created from the neighborhood relationships and their properties. ​ |+| Elevation Graph | [[Elevation Graph Type]] ​ | Elevation patch graph created from neighborhood relationships and their properties. ​ |
  
 ===== Optional Inputs ===== ===== Optional Inputs =====
Line 17: Line 17:
  
 ^ Name  ^ Type  ^ Description ​ ^ ^ Name  ^ Type  ^ Description ​ ^
-| Tops  | [[Table Type]] ​ | List of properties ​of elevation patches ​corresponding to local maxima. The table has format "id*:​real, ​elevation:​real, ​area:​real, ​slope:​real"​. ​ | +| Tops | [[Table Type]] ​ | Set of elevation patch properties corresponding to local maxima. The table has the format "Top_Id*:​real, ​Top_Elevation:​real, ​Top_Area:​real, ​Top_Slope:​real,​ Top_Y:real, Top_X:real, Top_Children:​real"​. ​ | 
-| Bases  | [[Table Type]] ​ | List of properties ​of elevation patches ​corresponding to local minima. The table has format "id*:​real, ​elevation:​real, ​area:​real, ​slope:​real"​. ​ |+| Bases | [[Table Type]] ​ | Set of elevation patch properties corresponding to local minima. The table has the format "Base_Id*:​real, ​Base_Elevation:​real,​ Base_Area:​real,​ Base_Combined_Area:​real,​ Base_Slope:​real,​ Base_Y:​real, ​Base_X:​real, ​Base_Parents:​real"​. ​ |
  
 ===== Group ===== ===== Group =====
Line 26: Line 26:
 ===== Notes ===== ===== Notes =====
  
-Retrieves the list of patches that correspond to local maxima and minima ​from the elevation patch graph.+Retrieves the relationship ​of patches that correspond to local maxima and minima ​of the elevation patch graph.
  
 ===== Internal Name ===== ===== Internal Name =====
  
 GetElevationGraphTopsAndBases GetElevationGraphTopsAndBases
-