Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| en:toolworks:docs:apparatus:enchaining [2021/09/01 16:32] – [C++ Workflow] vladius | en:toolworks:docs:apparatus:enchaining [2022/07/18 15:12] (current) – Fix trouble. jispar | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Enchaining ====== | ====== Enchaining ====== | ||
| - | Enchaining is the process of selecting a subset of Chunks (or Belts) based on a certain Filter criteria. Once enchained | + | Enchaining is a process of selecting a subset of Chunks (or Belts) based on a certain |
| ===== C++ Workflow ===== | ===== C++ Workflow ===== | ||
| Line 8: | Line 8: | ||
| <code cpp> | <code cpp> | ||
| - | FChain* Chain = Mechanism-> | + | FChain& Chain = Mechanism-> |
| </ | </ | ||
| Line 21: | Line 21: | ||
| <code cpp> | <code cpp> | ||
| - | FSolidChain* Chain = Mechanism-> | + | FSolidChain& Chain = Mechanism-> |
| </ | </ | ||
| + | |||
| + | ==== Chunks Proxies ==== | ||
| + | |||
| + | If you want to Iterate the Chunks directly, you would have to Enchain them into a list of Chunks Proxies. | ||
| + | |||
| + | In order to do that, a special overloaded [[appi> | ||
| + | It accepts an [[ue> | ||