Lumiera  0.pre.03
»edit your freedom«
segment.cpp
Go to the documentation of this file.
1 /*
2  Segment - Segment of the timeline for rendering.
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 
22 
23 
24 
25 namespace steam {
26 namespace fixture {
27 
32 }} // namespace steam::fixture
Core abstraction: completely resolved placement of an MObject Within the session model, all media objects are attached with the help of mobject::Placement elements.
Building block of the backbone of the low-level (render node) model.
Steam-Layer implementation namespace root.