cli.parsing

Undocumented in source.

Members

Aliases

Event
alias Event = void delegate(PlotState plot)
Undocumented in source.

Functions

applyColumnData
ParsedRow applyColumnData(ColumnData[] cMs, size_t columnID)

Turn columns into drawable results. If no x or y value is present then columnID is used as the x or y value;

handleMessage
void handleMessage(string msg, Settings settings)
Undocumented in source. Be warned that the author may not have intended to support it.
saveFigures
void saveFigures(string baseName)
Undocumented in source. Be warned that the author may not have intended to support it.
toEvents
Event[] toEvents(Point[] points)
Undocumented in source. Be warned that the author may not have intended to support it.
toLineEvents
Event[] toLineEvents(Point[] points, Point[] previousPoints)
Undocumented in source. Be warned that the author may not have intended to support it.
toPoints
Point[] toPoints(double[] coords)
Undocumented in source. Be warned that the author may not have intended to support it.
toRange
double[] toRange(string line)
Undocumented in source. Be warned that the author may not have intended to support it.
updateFormat
Formats updateFormat(double[] floats, Formats formats)

Check whether current RowMode makes sense for new data.

Structs

ParsedRow
struct ParsedRow

Struct to hold the different points etc

Variables

figures
Figure[string] figures;
Undocumented in source.

Meta