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

Set marker type.

For possible types, see vtkfig::XYPlot::marker_types

Definition at line 175 of file vtkfigXYPlot.cxx.

176  {
177  strncpy(NextPlotInfo.marker_type,type.c_str(),desclen);
178  }
char marker_type[desclen]
Definition: vtkfigXYPlot.h:266
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