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

Set the information for the legend entry for the next plot.

Definition at line 152 of file vtkfigXYPlot.cxx.

153  {
154  strncpy(NextPlotInfo.legend,legend.c_str(),desclen);
155  }
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