Lumiera  0.pre.03
»edit your freedom«
rendergraph.cpp
Go to the documentation of this file.
1 /*
2  RenderGraph - render network corresponding to one segment of the timeline
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 
21 #include "steam/engine/state-closure-obsolete.hpp"
22 #include "lib/frameid.hpp"
23 
24 namespace lumiera {
25 
27  ulong NodeID::currID (0);
28 }
29 
30 
31 namespace steam {
32 namespace engine {
33 
39 }} // namespace engine
Marker tuple to identify a specific frame.
Steam-Layer implementation namespace root.
static ulong currID
storage for the unique node-ID counter
Definition: frameid.hpp:58
Lumiera public interface.
Definition: advice.cpp:104