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
23
#include "
steam/engine/renderengine.hpp
"
24
25
26
namespace
steam
{
27
namespace
mobject {
28
namespace
builder {
29
30
36
class
Assembler
37
{
38
public
:
39
engine::RenderEngine
&
40
build ();
41
// TODO: allocation, GC???
42
};
43
44
45
46
}}}
// namespace steam::mobject::builder
47
#endif
steam::engine::RenderEngine
Definition:
renderengine.hpp:48
renderengine.hpp
(Planned) access point to the render engine as service.
steam::mobject::builder::Assembler
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
Steam-Layer implementation namespace root.
Definition:
dummy-player-facade.h:37
steam
mobject
builder
assembler.hpp
Generated on Fri Dec 13 2024 05:05:32 for Lumiera by
1.8.13