This file is indexed.

/usr/include/oce/OpenGl_tgl_utilgr.hxx is in liboce-visualization-dev 0.9.1-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/***********************************************************************

FONCTION :
----------
file OpenGl_tgl_utilgr.h :


REMARQUES:
---------- 


HISTORIQUE DES MODIFICATIONS   :
--------------------------------
xx-xx-xx : xxx ; Creation.
30-01-97 : FMN ; Suppression call_util_init_indexes()

************************************************************************/

#ifndef  OPENGL_TGL_UTILGR_H
#define  OPENGL_TGL_UTILGR_H

#include <InterfaceGraphic_Graphic3d.hxx>

extern  Tint  call_util_context_group_place(CALL_DEF_GROUP *); /* agroup */
extern  Tint  call_util_osd_putenv(Tchar *, Tchar *); /* symbol, value */
extern  Tint  call_util_rgbindex(Tfloat, Tfloat, Tfloat); /* r, g, b */

#endif