Omnidome
Fulldome Mapping Software Toolkit
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
namespaces.h
Go to the documentation of this file.
1 /* Copyright (c) 2014-2016 "Omnidome" by cr8tr
2  * Dome Mapping Projection Software (http://omnido.me).
3  * Omnidome was created by Michael Winkelmann aka Wilston Oreo (@WilstonOreo)
4  *
5  * This file is part of Omnidome.
6  *
7  * Omnidome is free software: you can redistribute it and/or modify
8  * it under the terms of the GNU Affero General Public License as
9  * published by the Free Software Foundation, either version 3 of the
10  * License, or (at your option) any later version.
11  *
12  * This program is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15  * GNU Affero General Public License for more details.
16  * You should have received a copy of the GNU Affero General Public License
17  * along with this program. If not, see <http://www.gnu.org/licenses/>.
18  */
19 
20 /// Header to document namespaces
21 
22 /// Main namespace
23 namespace omni {
24  /// Namespace for canvases
25  namespace canvas {
26  }
27 
28  /// Namespace for inputs
29  namespace input {
30 
31  }
32 
33  /// Namespace for mappings
34  namespace mapping {
35 
36  }
37 
38  /// Namespace for projector related classes
39  namespace proj {
40 
41  }
42 
43  /// Namespace for serialization functionality
44  namespace serialization {
45 
46  }
47 
48  /// Namespace for geometry functionality
49  namespace geometry {
50 
51  }
52 
53  /// Namespace for user interface elements and widgets
54  namespace ui {
55  /// Namespace for projector related widgets
56  namespace proj {
57 
58  }
59 
60  /// Namespace for helper classes and mixins
61  namespace mixin {
62 
63  }
64 
65  }
66 
67  /// Namespace for OpenGL visualization
68  namespace visual {
69 
70  }
71 }