- Timestamp:
- Jun 5, 2014, 4:02:53 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140423/psModules/src/extras/pmVisual.h
r30623 r36816 52 52 */ 53 53 bool pmVisualAskUser(bool *plotFlag); 54 55 56 /** Ask the user how to proceed. 57 * At the user's request, this will disable diagnostic plotting. 58 * @param plotFlag, set to false if this plot should be disabled in the future 59 * @param dumpData, set to true if user requests a data dump 60 */ 61 bool pmVisualAskUserOrDump(bool *plotFlag, bool *dumpData); 54 62 55 63 … … 138 146 bool pmVisualInitGraph (int kapa, void *section, void *graphdata); 139 147 bool pmVisualAskUser(bool *plotFlag); 148 bool pmVisualAskUserOrDump(bool *plotFlag, bool *dumpData); 140 149 bool pmVisualScaleImage(int kapaFD, psImage *inImage, 141 150 const char *name, int channel, bool clip);
Note:
See TracChangeset
for help on using the changeset viewer.
