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

Comparing ray/src/rt/func.h (file contents):
Revision 2.1 by greg, Mon Nov 25 09:49:47 1991 UTC vs.
Revision 2.7 by schorsch, Tue Mar 30 16:13:01 2004 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   * Header file for modifiers using function files.
4 < * Include after standard.h.
4 > *
5 > * Include after ray.h
6   */
7 + #ifndef _RAD_FUNC_H_
8 + #define _RAD_FUNC_H_
9  
10 + #include  "ray.h"
11 + #include  "object.h"
12   #include  "calcomp.h"
13  
14 + #ifdef __cplusplus
15 + extern "C" {
16 + #endif
17 +
18   #define  MAXEXPR        9       /* maximum expressions in modifier */
19  
20   typedef struct {
# Line 20 | Line 26 | typedef struct {
26   extern XF  unitxf;              /* identity transform */
27   extern XF  funcxf;              /* current transform */
28  
29 < extern MFUNC  *getfunc();       /* get MFUNC structure for modifier */
29 >
30 > extern MFUNC *getfunc(OBJREC *m, int ff, unsigned int ef, int dofwd);
31 > extern void     freefunc(OBJREC *m);
32 > extern int      setfunc(OBJREC *m, RAY *r);
33 > extern void     loadfunc(char *fname);
34 >
35 >        /* defined in noise3.c */
36 > extern void setnoisefuncs(void);
37 >
38 >        /* defined in fprism.c */
39 > extern void setprismfuncs(void);
40 >
41 >
42 >
43 > #ifdef __cplusplus
44 > }
45 > #endif
46 > #endif /* _RAD_FUNC_H_ */
47 >

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines