summaryrefslogtreecommitdiff
path: root/inc/InterfaceGraphic_degeneration.hxx
blob: 7c9146088d3968313e49608d4e64acd133ab491d (plain)
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 */