RCS Header
Included Files
Preprocessor definitions
#define _REENTRANT 1
#define ORBIT2 1
#define IMLIB2_EXISTS 1
#define SURFACE_H
struct isurface
| struct isurface
|
|
| {
|
|
|
int num_triangles;
|
|
|
int vertisize;
|
|
|
PetscScalar* vertices;
|
|
| }
|
|
typedef struct {...} zbuffer
| struct
|
|
| {
|
|
|
guchar r;
|
|
|
guchar g;
|
|
|
guchar b;
|
|
|
guchar a;
|
|
|
float z;
|
|
| }
|
|
struct idisplay
| struct idisplay
|
|
| {
|
|
|
FILE* to_geomview;
|
|
|
guchar* rgb;
|
|
|
int rgb_width;
|
|
|
int rgb_height;
|
|
|
int rgb_rowskip;
|
|
|
int rgb_bpp;
|
|
|
zbuffer* zbuf;
|
|
|
int zbuf_width;
|
|
|
int zbuf_height;
|
|
|
int zbuf_rowskip;
|
|
|
int zbuf_depth;
|
|
| }
|
|