![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Meta node that evaluates an optional then-node when a bool edge is true, and an optional else-node when false. More...
Go to the source code of this file.
Classes | |
| class | shamrock::solvergraph::OperationIf |
| Conditional meta node: if condition is true, evaluate then_node when one was provided; otherwise evaluate else_node when one was provided. More... | |
Namespaces | |
| namespace | shamrock |
| namespace for the main framework | |
Macros | |
| #define | NODE_EDGES(X_RO, X_RW) |
Meta node that evaluates an optional then-node when a bool edge is true, and an optional else-node when false.
Definition in file OperationIf.hpp.
| #define NODE_EDGES | ( | X_RO, | |
| X_RW ) |
Definition at line 23 of file OperationIf.hpp.