f8af880f6e0337d6627189eaa874e39c0559e00b
[occt.git] / src / OpenGl / OpenGl_graduatedtrihedron.hxx
1 #ifndef __OPENGL_GRADUATEDTRIHEDRON_H_
2 #define __OPENGL_GRADUATEDTRIHEDRON_H_
3
4 #include <OpenGl_tgl_all.hxx>
5 #include <OpenGl_tsm_ws.hxx>
6 #include <OpenGl_telem_view.hxx>
7
8 #include <InterfaceGraphic_Graphic3d.hxx>
9 #include <InterfaceGraphic_Aspect.hxx>
10 #include <InterfaceGraphic_Visual3d.hxx>
11
12 extern TStatus call_graduatedtrihedron_get(int WsId, CALL_DEF_GRADUATEDTRIHEDRON* data);
13 extern TStatus call_graduatedtrihedron_display(int WsId, CALL_DEF_GRADUATEDTRIHEDRON* data);
14 extern TStatus call_graduatedtrihedron_redraw(int WsId);
15 extern TStatus call_graduatedtrihedron_erase(int WsId);
16 extern TStatus call_graduatedtrihedron_minmaxvalues(const float xMin,
17                                                     const float yMin,
18                                                     const float zMin,
19                                                     const float xMax,
20                                                     const float yMax,
21                                                     const float zMax);
22
23 #endif /* __OPENGL_GRADUATEDTRIHEDRON_H_ */