/usr/include/oce/InterfaceGraphic_degeneration.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 29 30 31 32 33 34 35 36 | #ifndef __INTERFACEGRAPHIC_DEGENERATION_H
# define __INTERFACEGRAPHIC_DEGENERATION_H
/*
Created by EUG
16/06/2000 : ATS : G005 : Copied from OpenGl to InterfaceGraphic to support required
for InterfaceGraphic_Parray.hxx definitions
*/
#include <InterfaceGraphic_telem.hxx>
struct _degeneration
{
int mode;
float skipRatio;
IMPLEMENT_MEMORY_OPERATORS
};
typedef _degeneration DEGENERATION;
typedef _degeneration* PDEGENERATION;
struct _ds_internal
{
unsigned int list;
unsigned int dlist;
int degMode;
int model;
float skipRatio;
unsigned char* bDraw;
IMPLEMENT_MEMORY_OPERATORS
};
typedef _ds_internal DS_INTERNAL;
typedef _ds_internal* PDS_INTERNAL;
#endif /* __INTERFACEGRAPHIC_DEGENERATION_H */
|