Differences

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

Link to this comparison view

Next revision
Previous revision
get_all_regions_info [2026/01/29 20:24]
admin created
get_all_regions_info [2026/08/28 03:20] (current)
hermann Sync from local documentation review
Line 2: Line 2:
  
 ===== 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  ^ ^ Name  ^ Type  ^ Description ​ ^ Default Value  ^
-| Region Manager ​ | [[Region Manager Type]] ​ | Manager where the coverage maps of each region ​are maintainedThis port automatically associates with the innermost compatible ​container. This port is advanced.  |  |+| Region Manager ​ | [[Region Manager Type]] ​ | The region ​manager to readWhen this functor is placed inside a [[Region Manager]], [[Region]], or [[For Each Region]] container, this port connects to that container's region manager automatically.  | Provided automatically ​ | 
 + 
 +===== Outputs =====
  
-===== Output ===== 
 ^ Name  ^ Type  ^ Description ​ ^ ^ Name  ^ Type  ^ Description ​ ^
-| Regions Info  | [[Table Type]] ​ | Table containing boundary details for all regions. The table has the format "​RegionId:​realRegionLines:​realRegionColumns:​realRegionTopYCoordinate:​realRegionLeftXCoordinate:​realRegionBottomYCoordinate:​realRegionRightXCoordinate:​real",​ representing ​the number of lines, ​number ​of columns, upper boundary in Y, left boundary in Xlower boundary in Y, and right boundary in X.  |+| Regions Info  | [[Table Type]] ​ | Table with one row per region, with the columns Region Id (key)Region LinesRegion ColumnsRegion Top Y CoordinateRegion Left X CoordinateRegion Bottom Y Coordinateand Region Right X Coordinate — the number of lines and columns of the region'​s mapand the coordinates ​of its top, left, bottom, and right boundaries.  |
  
 ===== Group ===== ===== Group =====
 +
 [[Functor List#Region | Region]] [[Functor List#Region | Region]]
  
 ===== Notes ===== ===== Notes =====
-Retrieves information for all regions simultaneously.+ 
 +None.
  
 ===== Internal Name ===== ===== Internal Name =====
 +
 GetAllRegionsInfo GetAllRegionsInfo