![]() |
Lumiera 0.pre.04
»edit your freedom«
|
Builder tool kit. More...
Go to the source code of this file.
Builder tool kit.
On the basic level, the builder works by wiring up new processing nodes, guided by a small number of preconfigured building patterns. For each such basic wiring situation, there is a builder::Mould, which acts as a fixed counterpart for the node network in construction to hinge on.
Definition in file mould.hpp.
#include "steam/asset/procpatt.hpp"#include "steam/mobject/builder/operationpoint.hpp"#include <vector>Namespaces | |
| namespace | steam |
| Steam-Layer implementation namespace root. | |
| namespace | steam::mobject |
| Media-Objects, edit operations and high-level session. | |
| namespace | steam::mobject::builder |
| Namespace of the Builder, transforming high-level into low-level. | |
Classes | |
| class | Mould |
| Interface: a workbench-like tool used by the builder for wiring up a specific building situation, followed by the application/execution of a single building step. More... | |
| class | PipeMould |
| class | CombiningMould |
| class | SourceChainMould |
| class | WiringMould |