/usr/include/oce/OpenGl_telem_highlight.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 | #ifndef OPENGL_TELEM_HIGHLIGHT_H
#define OPENGL_TELEM_HIGHLIGHT_H
#include <OpenGl_telem.hxx>
typedef struct
{
THighlightType type;
TEL_COLOUR col;
} TEL_HIGHLIGHT, *tel_highlight;
/* currently, the routines ignore wsid */
/* ws, hid, highlighrep */
extern TStatus TelSetHighlightRep( Tint, Tint, tel_highlight );
/* ws, hid, highlighrep */
extern TStatus TelGetHighlightRep( Tint, Tint, tel_highlight );
extern void TelPrintHighlightRep( Tint, Tint ); /* ws, hid */
extern TStatus TelDeleteHighlightsForWS( Tint wsid );
#endif
|