Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
lookup_table [2011/07/31 18:34] 127.0.0.1 external edit |
lookup_table [2026/08/28 03:25] (current) hermann Sync from local documentation review |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Lookup Table ====== | + | ====== Lookup Table ====== |
| ===== Description ===== | ===== Description ===== | ||
| - | This functor is a structure used as a link to other functors. | + | Declares a lookup table value that can be reused as the input to more than one functor, or used as a constant. |
| ===== Inputs ===== | ===== Inputs ===== | ||
| - | ^ Name ^ Type ^ Description ^ | + | ^ Name ^ Type ^ Description ^ |
| - | | Constant | [[Lookup Table Type|Lookup Table]] | Data carrier for lookup table. | | + | | Constant | [[Lookup Table Type]] | Lookup table value carried by this functor. | |
| ===== Optional Inputs ===== | ===== Optional Inputs ===== | ||
| + | |||
| + | None. | ||
| ===== Outputs ===== | ===== Outputs ===== | ||
| - | + | ||
| - | ^ Name ^ Type ^ Description ^ | + | ^ Name ^ Type ^ Description ^ |
| - | | Object | [[Lookup Table Type|Lookup Table]] | The object is a lookup table. | | + | | Object | [[Lookup Table Type]] | The lookup table value provided as this functor's input. | |
| ===== Group ===== | ===== Group ===== | ||
| - | [[Functor List#Table | Table]] | + | [[Functor List#Lookup Table | Lookup Table]] |
| ===== Notes ===== | ===== Notes ===== | ||
| - | ===== Internal Name ===== | + | This functor passes its input value to its output unmodified, and can be used to feed the same lookup table into more than one functor, or to hold a constant lookup table. |
| + | |||
| + | ===== Internal Name ===== | ||
| LookupTable | LookupTable | ||