Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
calc_cumulative_flow_map [2015/10/12 16:42] admin |
calc_cumulative_flow_map [2026/07/08 17:23] (current) chrystian [Optional Inputs] Fix input ports info |
||
|---|---|---|---|
| Line 8: | Line 8: | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | Flow | [[Map Type]] | This map defines the flow directions between cells. | | + | | Flow Directions | [[Map Type]] | This map defines the flow directions between cells. | |
| ===== Optional Inputs ===== | ===== Optional Inputs ===== | ||
| Line 16: | Line 16: | ||
| | Flow Partition | [[Map Type]] | This parameter defines the percentage of the flow transfered among cells. If the functor does not receive this map, it is assumed that the flow is equally divided among the cells pointed by the "Flow Directions" map. | None | | | Flow Partition | [[Map Type]] | This parameter defines the percentage of the flow transfered among cells. If the functor does not receive this map, it is assumed that the flow is equally divided among the cells pointed by the "Flow Directions" map. | None | | ||
| | Cell Type | [[Cell Type Type]] | Defines the output map cell type. | Signed 32 Bit Integer | | | Cell Type | [[Cell Type Type]] | Defines the output map cell type. | Signed 32 Bit Integer | | ||
| - | | Null Accumulation | [[Integer Value Type]] | Defines the output map null value. | -2147483648 | | + | | Null Value | [[Null Value Type]] | Defines the output map null value. | -2147483648 | |
| - | | Accumulation Is Sparse | [[Integer Value Type]] | If true, the map is loaded as a sparse image. Sparse images have the advantage of storing only the cells containing non-null values, yet have diminished access time. | False | | + | | Accumulation Is Sparse | [[Boolean Value Type]] | If true, the map is loaded as a sparse image. Sparse images have the advantage of storing only the cells containing non-null values, yet have diminished access time. | False | |
| ===== Outputs ===== | ===== Outputs ===== | ||