Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
node-factory.cpp
Go to the documentation of this file.
1/*
2 NodeFactory - Service for creating processing nodes of various kinds
3
4 Copyright (C)
5 2008, Hermann Vosseler <Ichthyostega@web.de>
6
7  **Lumiera** is free software; you can redistribute it and/or modify it
8  under the terms of the GNU General Public License as published by the
9  Free Software Foundation; either version 2 of the License, or (at your
10  option) any later version. See the file COPYING for further details.
11
12* *****************************************************************/
13
14
28
29//#include "steam/engine/nodewiring-obsolete.hpp"
30
31namespace steam {
32namespace engine {
33
35 ExitNode ExitNode::NIL{};
36
37
38 namespace { // Details of node fabrication
39
41
42 } // (END) Details of node fabrication
43
44
45
46
47}} // namespace engine
Memory management for the low-level model (render nodes network).
static ExitNode NIL
storage for the »inactive« ExitNode marker
Definition exit-node.hpp:94
Effective top-level exit point to pull rendered data from the nodes network.
Steam-Layer implementation namespace root.
A factory to build processing nodes.