Differences

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

Link to this comparison view

get_all_regions_info [2026/01/29 20:24]
admin created
get_all_regions_info [2026/08/27 03:48] (current)
hermann
Line 1: Line 1:
 ====== Get All Regions Info ====== ====== Get All Regions Info ======
  
-===== Description ​===== +=== Description ​=== 
-This functor retrieves information for all regions simultaneously.+ 
 +Returns a table with the boundaries of every region held by a region manager, one row per region. 
 + 
 +=== Inputs ​===
  
-===== Inputs ===== 
 None. None.
  
-===== Optional Inputs ===== +=== Optional Inputs ===
-^ Name  ^ Type  ^ Description ​ ^ Default Value  ^ +
-| Region Manager ​ | [[Region Manager Type]] ​ | Manager where the coverage maps of each region are maintained. This port automatically associates with the innermost compatible container. This port is advanced. ​ | -  |+
  
-===== Output ===== +^ Name ^ Type ^ Default ​^ Description ^ 
-^ Name  ^ Type  ^ Description ​ +Region Manager ​| [[region_manager_type|Region Manager ​Type]] | Provided automatically | The region manager to read. When this functor is placed inside a [[Region Manager]][[Region]]or [[For Each Region]] containerthis port connects to that container'​s region manager automatically. |
-Regions Info  ​| [[Table Type]] ​ Table containing boundary details for all regions. ​The table has the format "​RegionId:​realRegionLines:​real,​ RegionColumns:​real,​ RegionTopYCoordinate:​realRegionLeftXCoordinate:​real,​ RegionBottomYCoordinate:​real,​ RegionRightXCoordinate:​real",​ representing the number of lines, number of columns, upper boundary in Y, left boundary in X, lower boundary in Yand right boundary in X |+
  
-===== Group ===== +=== Outputs ​=== 
-[[Functor List#Region ​| Region]]+ 
 +^ Name ^ Type ^ Description ^ 
 +| Regions Info | [[table_type|Table Type]] | Table with one row per region, with the columns Region Id (key), Region Lines, Region Columns, Region Top Y Coordinate, Region Left X Coordinate, Region Bottom Y Coordinate, and Region Right X Coordinate — the number of lines and columns of the region'​s map, and the coordinates of its top, left, bottom, and right boundaries. | 
 + 
 +=== Group === 
 + 
 +[[functor_list#region|Region]] 
 + 
 +=== Notes === 
 + 
 +None.
  
-===== Notes ===== +=== Internal Name ===
-Retrieves information for all regions simultaneously.+
  
-===== Internal Name ===== 
 GetAllRegionsInfo GetAllRegionsInfo