Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
conmanager.hpp
Go to the documentation of this file.
1/*
2 CONMANAGER.hpp - manages the creation of data/control connections when building the Renderengine
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 STEAM_MOBJECT_BUILDER_CONMANAGER_H
21#define STEAM_MOBJECT_BUILDER_CONMANAGER_H
22
23
24
25namespace steam {
26namespace mobject {
27namespace builder {
28
29
42 {
43 public:
47 int getConnection ();
48 };
49
50
51
52}}} // namespace steam::mobject::builder
53#endif
Connection Manager: used to build the connections between render engine nodes if these nodes need to ...
Steam-Layer implementation namespace root.