Lumiera  0.pre.03
»edit your freedom«
assembler.hpp
Go to the documentation of this file.
1 /*
2  ASSEMBLER.hpp - building facility (implementation of the build process)
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 #ifndef MOBJECT_BUILDER_ASSEMBLER_H
21 #define MOBJECT_BUILDER_ASSEMBLER_H
22 
24 
25 
26 namespace steam {
27 namespace mobject {
28 namespace builder {
29 
30 
36  class Assembler
37  {
38  public:
40  build ();
41  // TODO: allocation, GC???
42  };
43 
44 
45 
46 }}} // namespace steam::mobject::builder
47 #endif
(Planned) access point to the render engine as service.
This is the actual building facility: provided the correct tools and associations, it serves to build and connect the individual ProcNode objects.
Definition: assembler.hpp:36
Steam-Layer implementation namespace root.