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

Comparing ray/src/meta/mgvars.h (file contents):
Revision 1.2 by schorsch, Mon Jul 14 22:24:00 2003 UTC vs.
Revision 1.3 by schorsch, Fri Nov 14 00:14:40 2003 UTC

# Line 11 | Line 11
11  
12   #include <errno.h>
13  
14 + #include "calcomp.h"
15 +
16   #ifdef __cplusplus
17   extern "C" {
18   #endif
# Line 108 | Line 110 | extern VARIABLE  cparam[MAXCUR][NCVARS];       /* the curve
110  
111   extern VARIABLE  *vlookup();
112  
111 extern double  varvalue(), funvalue();
112
113   #define  mgclear(vname)         undefine(vlookup(vname))
114 +
115 + extern void mgclearall(void);
116 + extern void mgload(char *file);
117 + extern void mgsave(char *file);
118 + extern void setmgvar(char *fname, FILE *fp, char *string);
119 + extern int mgcurve(int c, int (*f)());
120 + extern void mgtoa(register char *s, VARIABLE *vp);
121  
122  
123   #ifdef __cplusplus

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines