[BACK]Return to ifplot.h CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / plot

Diff for /OpenXM_contrib2/asir2000/plot/ifplot.h between version 1.15 and 1.16

version 1.15, 2013/12/19 05:48:24 version 1.16, 2014/03/25 19:24:43
Line 45 
Line 45 
  * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE,   * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE,
  * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE.   * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE.
  *   *
  * $OpenXM: OpenXM_contrib2/asir2000/plot/ifplot.h,v 1.14 2011/08/10 04:51:58 saito Exp $   * $OpenXM: OpenXM_contrib2/asir2000/plot/ifplot.h,v 1.15 2013/12/19 05:48:24 saito Exp $
 */  */
 #if defined(VISUAL)  #if defined(VISUAL)
 /* for Visual C++ */  /* for Visual C++ */
Line 252  struct xcolorForPS {
Line 252  struct xcolorForPS {
 void calc(double **,struct canvas *,int);  void calc(double **,struct canvas *,int);
 double usubstrp(P,double);  double usubstrp(P,double);
 void qcalc(char **,struct canvas *);  void qcalc(char **,struct canvas *);
   void calcb(double **,struct canvas *,int);
   void calcq(double **,struct canvas *,int);
   void polarplotcalc(struct canvas *);
 void sturmseq(VL,P,VECT *);  void sturmseq(VL,P,VECT *);
 void seproot(VECT,int,int,int *);  void seproot(VECT,int,int,int *);
 int numch(VECT,Q,Q);  int numch(VECT,Q,Q);
Line 268  int plotoverD(NODE);
Line 271  int plotoverD(NODE);
 int drawcircle(NODE);  int drawcircle(NODE);
 int draw_obj(NODE);  int draw_obj(NODE);
 int clear_canvas(NODE);  int clear_canvas(NODE);
   void popup_canvas(int);
 int arrayplot(NODE);  int arrayplot(NODE);
 int ineqnover(NODE);  int ineqnover(NODE);
 int ineqnand(NODE);  int ineqnand(NODE);
Line 302  void con_print(DISPLAY *,double **,struct canvas *);
Line 306  void con_print(DISPLAY *,double **,struct canvas *);
 void memory_con_print(double **,struct canvas *,BYTEARRAY *);  void memory_con_print(double **,struct canvas *,BYTEARRAY *);
 void qif_print(DISPLAY *,char **,struct canvas *);  void qif_print(DISPLAY *,char **,struct canvas *);
 void plot_print(DISPLAY *,struct canvas *);  void plot_print(DISPLAY *,struct canvas *);
   void set_drawcolor(unsigned int);
   void draw_character_string(DISPLAY *,struct canvas *,int,int,char *,int);
 void draw_point(DISPLAY *,struct canvas *,int,int,int);  void draw_point(DISPLAY *,struct canvas *,int,int,int);
 void draw_line(DISPLAY *,struct canvas *,int,int,int,int,int);  void draw_line(DISPLAY *,struct canvas *,int,int,int,int,int);
 void pline(DISPLAY *,struct canvas *,DRAWABLE);  void pline(DISPLAY *,struct canvas *,DRAWABLE);

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>