Omnidome
Fulldome Mapping Software Toolkit
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ProjectorViewMode.h
Go to the documentation of this file.
1 
2 /* Copyright (c) 2014-2015 "Omnidome" by cr8tr
3  * Dome Mapping Projection Software (http://omnido.me).
4  * Omnidome was created by Michael Winkelmann aka Wilston Oreo (@WilstonOreo)
5  *
6  * This file is part of Omnidome.
7  *
8  * Omnidome is free software: you can redistribute it and/or modify
9  * it under the terms of the GNU Affero General Public License as
10  * published by the Free Software Foundation, either version 3 of the
11  * License, or (at your option) any later version.
12  *
13  * This program is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16  * GNU Affero General Public License for more details.
17  * You should have received a copy of the GNU Affero General Public License
18  * along with this program. If not, see <http://www.gnu.org/licenses/>.
19  */
20 
21 #ifndef OMNI_VISUAL_PROJECTORVIEWMODE_H_
22 #define OMNI_VISUAL_PROJECTORVIEWMODE_H_
23 
25 
26 namespace omni {
27  namespace visual {
28  enum class ProjectorViewMode {
29  INSIDE,
30  OUTSIDE,
31  BOTH
32  };
33  }
34 
36 }
37 
39 
40 #endif /* OMNI_VISUAL_PROJECTORVIEWMODE_H_ */
#define OMNI_DECL_ENUM_STREAM_OPERATORS(ENUM)
Definition: Interface.h:65
ProjectorViewMode
Definition: ProjectorViewMode.h:28