This file is indexed.

/usr/include/opencascade/OpenGl_tgl_pick.hxx is in libopencascade-visualization-dev 6.5.0.dfsg-2build1.

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
#ifndef  OPENGL_TGL_PICK_H
#define  OPENGL_TGL_PICK_H

typedef  struct
{
  Tint  number;
  Tint *integers;
} Tintlst;

/* Primitive pick and name set ids. */ /* defined in tgl/util */
extern  Tintlst  inc_pick_filter;
extern  Tintlst  exc_pick_filter;

/* Primitive highlight and name set ids. */ /* defined in tgl/util */
extern  Tintlst  inc_highl_filter;
extern  Tintlst  exc_highl_filter;

#define CALL_MAX_DEPTH_LENGTH 128

#endif