RCS Header
Included Files
- #include "illuminator.h"
- #include </usr/lib/petsc/include/petscda.h>
- #include </usr/include/glib-2.0/glib.h>
- #include </usr/include/gtk-2.0/gtk/gtk.h>
- #include <X11/Xlib.h>
- #include <Imlib2.h>
Preprocessor definitions
#define PNG_NO_MMX_CODE 1
#define ORBIT2 1
#define IMLIB2_EXISTS 1
#define DPRINTF( fmt, args... )
#define MAX_TRIANGLES 10000000
#define __FUNCT__ "ISurfCreate"
#define __FUNCT__ "ISurfDestroy"
#define __FUNCT__ "ISurfClear"
#define __FUNCT__ "storetri"
#define __FUNCT__ "DrawTetWithPlane"
#define COORD( c1, c2, index )
#define __FUNCT__ "DrawTet"
#define __FUNCT__ "DrawHex"
#define __FUNCT__ "Draw3DBlock"
int Draw3DBlock ( ISurface Surf, int xd, int yd, int zd, int xs, int ys, int zs, int xm, int ym, int zm, PetscScalar* minmax, PetscScalar* vals, int skip, int n_quants, PetscScalar* isoquants, PetscScalar* colors )
- int Draw3DBlock
-
- ISurface Surf
-
- int xd
-
- int yd
-
- int zd
-
- int xs
-
- int ys
-
- int zs
-
- int xm
-
- int ym
-
- int zm
-
- PetscScalar* minmax
-
- PetscScalar* vals
-
- int skip
-
- int n_quants
-
- PetscScalar* isoquants
-
- PetscScalar* colors
-
int DrawHex ( ISurface Surf, PetscScalar* coords, PetscScalar* vals, PetscScalar isoquant, PetscScalar* color )
- int DrawHex
-
- ISurface Surf
-
- PetscScalar* coords
-
- PetscScalar* vals
-
- PetscScalar isoquant
-
- PetscScalar* color
-
int DrawTet ( ISurface Surf, PetscScalar* coords, PetscScalar* vals, PetscScalar isoquant, PetscScalar* color )
- int DrawTet
-
- ISurface Surf
-
- PetscScalar* coords
-
- PetscScalar* vals
-
- PetscScalar isoquant
-
- PetscScalar* color
-
int ISurfDestroy ( ISurface Surf )
- int ISurfDestroy
-
- ISurface Surf
-
int SurfClear ( ISurface Surf )
- int SurfClear
-
- ISurface Surf
-
int SurfCreate ( ISurface* newsurf )
- int SurfCreate
-
static inline int DrawTetWithPlane ( PetscScalar x0, PetscScalar y0, PetscScalar z0, PetscScalar f0, PetscScalar x1, PetscScalar y1, PetscScalar z1, PetscScalar f1, PetscScalar x2, PetscScalar y2, PetscScalar z2, PetscScalar f2, PetscScalar x3, PetscScalar y3, PetscScalar z3, PetscScalar f3, PetscScalar isoquant, PetscScalar edge0, PetscScalar edge1, PetscScalar edge3, int whichplane, PetscScalar* color, struct isurface* thesurf )
- int DrawTetWithPlane
-
- PetscScalar x0
-
- PetscScalar y0
-
- PetscScalar z0
-
- PetscScalar f0
-
- PetscScalar x1
-
- PetscScalar y1
-
- PetscScalar z1
-
- PetscScalar f1
-
- PetscScalar x2
-
- PetscScalar y2
-
- PetscScalar z2
-
- PetscScalar f2
-
- PetscScalar x3
-
- PetscScalar y3
-
- PetscScalar z3
-
- PetscScalar f3
-
- PetscScalar isoquant
-
- PetscScalar edge0
-
- PetscScalar edge1
-
- PetscScalar edge3
-
- int whichplane
-
- PetscScalar* color
-
- struct isurface* thesurf
-
static inline int storetri ( PetscScalar x0, PetscScalar y0, PetscScalar z0, PetscScalar x1, PetscScalar y1, PetscScalar z1, PetscScalar x2, PetscScalar y2, PetscScalar z2, PetscScalar* color, struct isurface* thesurf )
- int storetri
-
- PetscScalar x0
-
- PetscScalar y0
-
- PetscScalar z0
-
- PetscScalar x1
-
- PetscScalar y1
-
- PetscScalar z1
-
- PetscScalar x2
-
- PetscScalar y2
-
- PetscScalar z2
-
- PetscScalar* color
-
- struct isurface* thesurf
-