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

Comparing ray/src/meta/plot.h (file contents):
Revision 1.3 by schorsch, Mon Jul 14 22:24:00 2003 UTC vs.
Revision 1.4 by schorsch, Sat Nov 15 02:13:37 2003 UTC

# Line 20 | Line 20 | extern int  pati[];
20  
21   extern unsigned char  pattern[][PATSIZE/8][PATSIZE];    /* fill patterns */
22  
23 < extern void set(int  attrib, char  *value);
24 < extern void reset(int  attrib);
25 < extern void unset(int  attrib);
23 >        /* macplot.c, plot.c, psplot.c */
24 > extern void set(int attrib, char *value);
25 > extern void reset(int attrib);
26 > extern void unset(int attrib);
27 >
28 >        /* xxxplot.c */
29 > extern void plot(FILE *fp);
30 > extern void fillpoly(PRIMITIVE *p);
31 > extern void filltri(PRIMITIVE *p);
32 > extern void printstr(PRIMITIVE *p);
33 > extern void fillrect(PRIMITIVE *p);
34 > extern void plotlseg(PRIMITIVE *p);
35 >
36 >        /* meta2tga.c <-> rplot.c */
37 > extern void nextblock(void);
38 > extern void outputblock(void);
39 > extern void printblock(void);
40 >
41 >        /* primout.c */
42 > extern void pglob(int co, int a0, char *s);
43 > extern void pprim(int co,int a0,int xmin,int ymin,int xmax,int ymax,char *s);
44 > extern void plseg(int a0, int xstart, int ystart, int xend, int yend);
45 >
46 >        /* psplot, x11plot.c, xplot.c */
47 > extern void thispage(void);
48 > extern void nextpage(void);
49 > extern void contpage(void);
50 > extern void printspan(void);
51 > extern void endpage(void);
52 >
53  
54   #ifdef __cplusplus
55   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines