0022650: Exception in Primitive Array during Redisplay of Presentable Object
[occt.git] / src / OpenGl / OpenGl_tgl_utilgr.hxx
1 /***********************************************************************
2
3 FONCTION :
4 ----------
5 file OpenGl_tgl_utilgr.h :
6
7
8 REMARQUES:
9 ---------- 
10
11
12 HISTORIQUE DES MODIFICATIONS   :
13 --------------------------------
14 xx-xx-xx : xxx ; Creation.
15 30-01-97 : FMN ; Suppression call_util_init_indexes()
16
17 ************************************************************************/
18
19 #ifndef  OPENGL_TGL_UTILGR_H
20 #define  OPENGL_TGL_UTILGR_H
21
22 #include <InterfaceGraphic_Graphic3d.hxx>
23
24 extern  Tint  call_util_context_group_place(CALL_DEF_GROUP *); /* agroup */
25 extern  Tint  call_util_osd_putenv(Tchar *, Tchar *); /* symbol, value */
26 extern  Tint  call_util_rgbindex(Tfloat, Tfloat, Tfloat); /* r, g, b */
27
28 #endif