Lumiera
0.pre.03
»edit your freedom«
|
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>
Classes | |
class | CombiningMould |
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 | SourceChainMould |
class | WiringMould |
Namespaces | |
steam | |
Steam-Layer implementation namespace root. | |
steam::mobject | |
Media-Objects, edit operations and high-level session. | |
steam::mobject::builder | |
Namespace of the Builder, transforming high-level into low-level. | |