VTKFIG
0.20.20181114
Easy VTK based in situ visualization
|
Subclass holding plot data. More...
Public Member Functions | |
void | FixSize () |
Fix curve size to X size. More... | |
int | GetDataSetNumber () |
PlotData (vtkSmartPointer< vtkXYPlotActor > plot, int &ds_num) | |
Public Attributes | |
vtkSmartPointer< vtkDoubleArray > | X |
vtkSmartPointer< vtkDoubleArray > | Y |
Private Attributes | |
vtkSmartPointer< vtkRectilinearGrid > | curve |
const int | ds_num |
Subclass holding plot data.
Definition at line 212 of file vtkfigXYPlot.h.