Lumiera 0.pre.04
»edit your freedom«
Loading...
Searching...
No Matches
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 "lib/frameid.hpp"
22
23namespace lumiera {
24
27}
28
29
30namespace steam {
31namespace engine {
32
38}} // namespace engine
Marker tuple to identify a specific frame.
unsigned long int ulong
Definition integral.hpp:31
Lumiera public interface.
Definition advice.hpp:102
Steam-Layer implementation namespace root.
static ulong currID
storage for the unique node-ID counter
Definition frameid.hpp:65