VTKFIG  0.20.20181114
Easy VTK based in situ visualization
vtkfig::XYPlot::XYPlot ( )

Definition at line 11 of file vtkfigXYPlot.cxx.

11  :Figure()
12  {
13  this->XYPlotActor=vtkSmartPointer<vtkXYPlotActor>::New();
14  this->LegendActor=vtkSmartPointer<vtkLegendBoxActor>::New();
15  this->LegendActor->SetNumberOfEntries(0);
16  }
vtkSmartPointer< vtkXYPlotActor > XYPlotActor
The main graphics actor.
Definition: vtkfigXYPlot.h:175
vtkSmartPointer< vtkLegendBoxActor > LegendActor
We create our own legend box.
Definition: vtkfigXYPlot.h:180
Figure()
Construct empty figure.