Lumiera  0.pre.03
»edit your freedom«
renderengine.cpp
Go to the documentation of this file.
1 /*
2  RenderEngine - a complete network of processing nodes usable 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 
20 #include "lib/error.hpp"
22 
23 namespace steam {
24 namespace engine {
25 
26 
27  RenderEngine::RenderEngine()
28  : RenderGraph()
29  {
30  UNIMPLEMENTED("wtf... a video editor without implemented render engine??");
31  }
32 
33 
38 }} // namespace engine
(Planned) access point to the render engine as service.
Steam-Layer implementation namespace root.
Lumiera error handling (C++ interface).