#include "cddefines.h"#include "plot.h"#include "rfield.h"#include "parser.h"Go to the source code of this file.
Functions | |
| STATIC void | ParsePlotRangeOption (Parser &p) |
| STATIC void | ParsePlotRangeContin (Parser &p) |
| void | ParsePlot (Parser &p) |
| void ParsePlot | ( | Parser & | p | ) |
ParsePlot parse the plot command
Definition at line 16 of file parse_plot.cpp.
References cdEXIT, t_plotCom::chPType, DEBUG_ENTRY, ioQQQ, t_plotCom::lgPlotON, t_plotCom::lgPltTrace, NDPLOT, Parser::nMatch(), t_plotCom::nplot, ParsePlotRangeContin(), ParsePlotRangeOption(), and plotCom.
Referenced by ParseCommands().
| STATIC void ParsePlotRangeContin | ( | Parser & | p | ) |
Definition at line 232 of file parse_plot.cpp.
References cdEXIT, DEBUG_ENTRY, t_rfield::egamry, t_rfield::emm, Parser::FFmtRead(), ioQQQ, Parser::lgEOL(), Parser::nMatch(), t_plotCom::nplot, plotCom, t_plotCom::pltxmn, t_plotCom::pltxmx, and rfield.
Referenced by ParsePlot().
| STATIC void ParsePlotRangeOption | ( | Parser & | p | ) |
Definition at line 135 of file parse_plot.cpp.
References cdEXIT, DEBUG_ENTRY, Parser::FFmtRead(), ioQQQ, Parser::lgEOL(), Parser::nMatch(), t_plotCom::nplot, plotCom, t_plotCom::pltxmn, and t_plotCom::pltxmx.
Referenced by ParsePlot().
1.6.1