#include <plot.h>
Data Fields | |
| char | chPType [NDPLOT][5] |
| bool | lgPlotON |
| realnum | pltxmn [NDPLOT] |
| realnum | pltxmx [NDPLOT] |
| long int | nplot |
| bool | lgPltTrace [NDPLOT] |
Definition at line 15 of file plot.h.
| char t_plotCom::chPType[NDPLOT][5] |
which type of plot
Definition at line 18 of file plot.h.
Referenced by InitDefaultsPreparse(), ParsePlot(), plot(), pltcon(), and pltopc().
| bool t_plotCom::lgPlotON |
lgPlotON is flag set when plot turned on
Definition at line 21 of file plot.h.
Referenced by InitDefaultsPreparse(), ParseCommands(), ParsePlot(), and plot().
| bool t_plotCom::lgPltTrace[NDPLOT] |
flag set with plot trace command
Definition at line 30 of file plot.h.
Referenced by InitDefaultsPreparse(), ParsePlot(), pltcon(), pltmap(), and pltopc().
| long int t_plotCom::nplot |
number of plots
Definition at line 27 of file plot.h.
Referenced by ParseCommands(), ParsePlot(), ParsePlotRangeContin(), ParsePlotRangeOption(), and plot().
| realnum t_plotCom::pltxmn[NDPLOT] |
Definition at line 23 of file plot.h.
Referenced by ParsePlotRangeContin(), ParsePlotRangeOption(), pltcon(), pltmap(), and pltopc().
| realnum t_plotCom::pltxmx[NDPLOT] |
Definition at line 23 of file plot.h.
Referenced by ParsePlotRangeContin(), ParsePlotRangeOption(), pltcon(), pltmap(), and pltopc().
1.6.1