Changeset 1857 in Sophya for trunk/SophyaPI/PIGcont/gp_contour.h


Ignore:
Timestamp:
Jan 14, 2002, 2:42:24 PM (24 years ago)
Author:
perderos
Message:

1) correction de fuites de memoire
2) integration de glpc_set.* ds gp_contour (variables en commun)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIGcont/gp_contour.h

    r1844 r1857  
    7777
    7878extern char contour_format[];
    79 extern t_contour_kind contour_kind;
    80 extern t_contour_levels_kind contour_levels_kind;
    81 extern int contour_levels;
    82 extern int contour_order;
    83 extern int contour_pts;
     79/***********************************************/
     80/* VARIABLES MAINTENANT STATIQUES - OP 01/2002 */
     81/*extern t_contour_kind contour_kind;*/
     82/*extern t_contour_levels_kind contour_levels_kind;*/
     83/*extern int contour_levels;*/
     84/*extern int contour_order;*/
     85/*extern int contour_pts;*/
     86/***********************************************/
    8487
    8588/* storage for z levels to draw contours at */
     
    9497int Get_Num_Of_Z_Levels();
    9598
     99/* seting de variables OP 01/2002 */
     100
     101void set_contour_kind(t_contour_kind);
     102t_contour_kind get_contour_kind();
     103
     104void set_contour_levels_kind(t_contour_levels_kind);
     105t_contour_levels_kind get_contour_levels_kind();
     106
     107void set_contour_levels(int);
     108int get_contour_levels();
     109void set_contour_levels_list(double *);
     110double * get_contour_levels_list();
     111
     112
     113
    96114#endif /* GNUPLOT_CONTOUR_H */
Note: See TracChangeset for help on using the changeset viewer.