ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/gen/mkillum.h
(Generate patch)

Comparing ray/src/gen/mkillum.h (file contents):
Revision 1.5 by greg, Fri Aug 23 12:30:31 1991 UTC vs.
Revision 2.6 by greg, Fri Nov 21 07:15:30 2003 UTC

# Line 1 | Line 1
1 < /* Copyright (c) 1991 Regents of the University of California */
2 <
3 < /* SCCSid "$SunId$ LBL" */
4 <
1 > /* RCSid: $Id$ */
2   /*
3   * Common definitions for mkillum
4   */
5 + #ifndef _RAD_MKILLUM_H_
6 + #define _RAD_MKILLUM_H_
7  
8   #include  "standard.h"
10
9   #include  "object.h"
10 + #include  "rtprocess.h"
11  
12 < #include  "otypes.h"
13 <
12 > #ifdef __cplusplus
13 > extern "C" {
14 > #endif
15                                  /* illum flags */
16   #define  IL_LIGHT       0x1             /* light rather than illum */
17   #define  IL_COLDST      0x2             /* use color distribution */
# Line 31 | Line 31 | struct illum_args {
31   };                              /* illum options */
32  
33   struct rtproc {
34 <        int     pd[3];                  /* rtrace pipe descriptors */
34 >        SUBPROC pd;                     /* rtrace pipe descriptors */
35          float   *buf;                   /* rtrace i/o buffer */
36          int     bsiz;                   /* maximum rays for rtrace buffer */
37          float   **dest;                 /* destination for each ray result */
38          int     nrays;                  /* current length of rtrace buffer */
39   };                              /* rtrace process */
40 +
41 + extern void printobj(char  *mod, register OBJREC  *obj);
42 + extern int average(register struct illum_args  *il, float  *da, int  n);
43 + extern void flatout(struct illum_args  *il, float  *da, int  n, int  m,
44 +        FVECT  u, FVECT  v, FVECT  w);
45 + extern void illumout(register struct illum_args  *il, OBJREC  *ob);
46 + extern void roundout(struct illum_args  *il, float  *da, int  n, int  m);
47 +
48 + #ifdef __cplusplus
49 + }
50 + #endif
51 +
52 + #define FUN_ARGLIST     OBJREC *, struct illum_args *, struct rtproc *, char *
53 + #include  "otypes.h"
54 +
55 + #endif /* _RAD_MKILLUM_H_ */
56 +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines