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