VTKFIG  0.20.20181114
Easy VTK based in situ visualization
std::string vtkfig::XYPlot::SubClassName ( )
finaloverridevirtual

Get subclass name (for s-c communication, should be replaced by tag.

Reimplemented from vtkfig::Figure.

Definition at line 25 of file vtkfigXYPlot.cxx.

26  {
27  return std::string("XYPlot");
28  }