Phoxonics  1.0
Object Oriented FDTD Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Visualizers.hpp
Go to the documentation of this file.
1 /*
2  * Visualizers.hpp
3  *
4  * Created on: Jul 15, 2014
5  * Author: nano
6  */
7 
8 #ifndef VISUALIZERS_HPP_
9 #define VISUALIZERS_HPP_
10 
11 namespace phoxonics {
12 namespace visual {
13 
14 enum class Visualizers {
15  OPENGL,
16  GNUPLOT,
17  DATA
18 };
19 
20 }
21 }
22 
23 #endif /* VISUALIZERS_HPP_ */
Definition: CommonBase.hpp:14
Visualizers
Definition: Visualizers.hpp:14