Changeset 1857 in Sophya for trunk/SophyaPI/PIGcont/gp_contour.h
- Timestamp:
- Jan 14, 2002, 2:42:24 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIGcont/gp_contour.h
r1844 r1857 77 77 78 78 extern 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 /***********************************************/ 84 87 85 88 /* storage for z levels to draw contours at */ … … 94 97 int Get_Num_Of_Z_Levels(); 95 98 99 /* seting de variables OP 01/2002 */ 100 101 void set_contour_kind(t_contour_kind); 102 t_contour_kind get_contour_kind(); 103 104 void set_contour_levels_kind(t_contour_levels_kind); 105 t_contour_levels_kind get_contour_levels_kind(); 106 107 void set_contour_levels(int); 108 int get_contour_levels(); 109 void set_contour_levels_list(double *); 110 double * get_contour_levels_list(); 111 112 113 96 114 #endif /* GNUPLOT_CONTOUR_H */
Note:
See TracChangeset
for help on using the changeset viewer.