VTKFIG  0.20.20181114
Easy VTK based in situ visualization
void vtkfig::XYPlot::SetPlotLineType ( const std::string  type)

Set the line type of the next plot.

If it is "none" or "off", no line is plotted. Otherwise, currently the only value is "-"

Definition at line 147 of file vtkfigXYPlot.cxx.

148  {
149  strncpy(NextPlotInfo.line_type,type.c_str(),desclen);
150  }
PlotInfo NextPlotInfo
"finite state machine" struture accumulating repective info for next plot
Definition: vtkfigXYPlot.h:278
static const int desclen
Fixed length string size.
Definition: vtkfigXYPlot.h:184