The R Project SVN R

Rev

Rev 34747 | Rev 36317 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 34747 Rev 34785
Line 35... Line 35...
35
 * that compile against these headers (graphics systems such as
35
 * that compile against these headers (graphics systems such as
36
 * graphics and grid;  graphics devices such as gtkDevice, RSvgDevice)
36
 * graphics and grid;  graphics devices such as gtkDevice, RSvgDevice)
37
 * can detect any version mismatch.
37
 * can detect any version mismatch.
38
 *
38
 *
39
 * Version 1:  Introduction of the version number.
39
 * Version 1:  Introduction of the version number.
-
 
40
 * Version 2:  GEDevDesc *dd dropped from GEcontourLines().
40
 */
41
 */
41
 
42
 
42
#define R_GE_version 1
43
#define R_GE_version 2
43
 
44
 
44
int R_GE_getVersion();
45
int R_GE_getVersion();
45
 
46
 
46
void R_GE_checkVersionOrDie(int version);
47
void R_GE_checkVersionOrDie(int version);
47
 
48
 
Line 328... Line 329...
328
 
329
 
329
/* 
330
/* 
330
 * From plot3d.c 
331
 * From plot3d.c 
331
 */
332
 */
332
SEXP GEcontourLines(double *x, int nx, double *y, int ny,
333
SEXP GEcontourLines(double *x, int nx, double *y, int ny,
333
		    double *z, double *levels, int nl,
334
		    double *z, double *levels, int nl);
334
		    GEDevDesc *dd);
-
 
335
/* 
335
/* 
336
 * (End from plot3d.c)
336
 * (End from plot3d.c)
337
 */
337
 */
338
 
338
 
339
/* 
339
/*