GrayPlot.h

Go to the documentation of this file.
00001 /*------------------------------------------------------------------------*/
00002 /* file: GrayPlot.h                                                       */
00003 /* Copyright INRIA 2007                                                   */
00004 /* Authors : Jean-Baptiste Silvy                                          */
00005 /* desc : Functions to compute and draw a grayplot                        */
00006 /*------------------------------------------------------------------------*/
00007 
00008 #ifndef _GRAY_PLOT_H_
00009 #define _GRAY_PLOT_H_
00010 
00023 int C2F(xgray)(double *x, double *y, double *z, integer *n1, integer *n2, char *strflag, double *brect, integer *aaint, BOOL flagNax, long int l1) ;
00024 
00025 
00032 int C2F(xgray1)(double *z, integer *n1, integer *n2, char *strflag, double *brect, integer *aaint, BOOL flagNax, long int l1) ;
00033 
00034 
00040 int C2F(xgray2)(double *z, integer *n1, integer *n2, double *xrect) ;
00041 
00042 #endif /* _GRAY_PLOT_H_ */

Generated on Sun Mar 4 15:03:49 2007 for Scilab [trunk] by  doxygen 1.5.1