Differences

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

Link to this comparison view

struct [2026/08/28 03:00] (current)
hermann Create new page from functor_docs documentation
Line 1: Line 1:
 +====== Struct ======
 +
 +===== Description =====
 +
 +Carries a struct — a collection of values organized by identifier, such as the result produced by [[Calculate R Expression]] or [[Calculate Python Expression]] — so it can be reused as the input to more than one functor.
 +
 +===== Inputs =====
 +
 +^ Name  ^ Type  ^ Description ​ ^
 +| Constant ​ | [[Struct Type]] ​ | A previously initialized struct. This port must be connected to another functor'​s output; it cannot be set to a constant typed directly into the model. ​ |
 +
 +===== Optional Inputs =====
 +
 +None.
 +
 +===== Outputs =====
 +
 +^ Name  ^ Type  ^ Description ​ ^
 +| Object ​ | [[Struct Type]] ​ | Struct provided by the input port.  |
 +
 +===== Group =====
 +
 +[[Functor List#Map Algebra Supplementary | Map Algebra Supplementary]]
 +
 +===== Notes =====
 +
 +None.
 +
 +===== Internal Name =====
 +
 +Struct