Differences

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

Link to this comparison view

number_and_name_map [2026/08/28 03:00] (current)
hermann Create new page from functor_docs documentation
Line 1: Line 1:
 +====== Number And Name Map ======
 +
 +===== Description =====
 +
 +Placeholder used to register a map under both a number and a name in the environment of the container it is placed inside. This functor produces no output itself: the enclosing container inspects its input ports and performs the actual registration.
 +
 +This functor can be placed inside [[Create Cube Map]].
 +
 +===== Inputs =====
 +
 +^ Name  ^ Type  ^ Description ​ ^
 +| Map  | [[Map Type]] ​ | Map to register in the environment. ​ |
 +| Map Number ​ | [[Non Negative Integer Value Type]] ​ | Number under which the map will be known inside the container. ​ |
 +| Map Name  | [[Name Type]] ​ | Name under which the map will be known in the environment. ​ |
 +
 +===== Optional Inputs =====
 +
 +None.
 +
 +===== Outputs =====
 +
 +None.
 +
 +===== Group =====
 +
 +[[Functor List#Map Algebra Supplementary | Map Algebra Supplementary]]
 +
 +===== Notes =====
 +
 +This functor'​s banner shows "​Map"​ followed by the values of Map Number and Map Name.
 +
 +Placing this functor inside a container it is not designed for reports a warning, since it has no effect there.
 +
 +===== Internal Name =====
 +
 +NumberAndNameMap