0030364: Visualization, TKOpenGl - allow initializing a Surface-less EGL context
[occt.git] / src / V3d / V3d_TypeOfOrientation.hxx
1 // Created on: 1992-11-13
2 // Created by: GG
3 // Copyright (c) 1992-1999 Matra Datavision
4 // Copyright (c) 1999-2014 OPEN CASCADE SAS
5 //
6 // This file is part of Open CASCADE Technology software library.
7 //
8 // This library is free software; you can redistribute it and/or modify it under
9 // the terms of the GNU Lesser General Public License version 2.1 as published
10 // by the Free Software Foundation, with special exception defined in the file
11 // OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
12 // distribution for complete text of the license and disclaimer of any warranty.
13 //
14 // Alternatively, this file may be used under the terms of Open CASCADE
15 // commercial license or contractual agreement.
16
17 #ifndef _V3d_TypeOfOrientation_HeaderFile
18 #define _V3d_TypeOfOrientation_HeaderFile
19
20 //! Determines the type of orientation.
21 enum V3d_TypeOfOrientation
22 {
23 V3d_Xpos,
24 V3d_Ypos,
25 V3d_Zpos,
26 V3d_Xneg,
27 V3d_Yneg,
28 V3d_Zneg,
29 V3d_XposYpos,
30 V3d_XposZpos,
31 V3d_YposZpos,
32 V3d_XnegYneg,
33 V3d_XnegYpos,
34 V3d_XnegZneg,
35 V3d_XnegZpos,
36 V3d_YnegZneg,
37 V3d_YnegZpos,
38 V3d_XposYneg,
39 V3d_XposZneg,
40 V3d_YposZneg,
41 V3d_XposYposZpos,
42 V3d_XposYnegZpos,
43 V3d_XposYposZneg,
44 V3d_XnegYposZpos,
45 V3d_XposYnegZneg,
46 V3d_XnegYposZneg,
47 V3d_XnegYnegZpos,
48 V3d_XnegYnegZneg
49 };
50
51 #endif // _V3d_TypeOfOrientation_HeaderFile