|
VTKFIG
0.20.20181114
Easy VTK based in situ visualization
|
Subclass holding a grid line. More...
Public Member Functions | |
| int | GetDataSetNumber () |
| Return dataset number in XYPLotActor. More... | |
| void | SetYLine (double xrange[2], double y) |
| void | SetXLine (double yrange[2], double x) |
| GridLine (vtkSmartPointer< vtkXYPlotActor > plot, int &ds_num, double rgb[3]) | |
Private Attributes | |
| vtkSmartPointer< vtkDoubleArray > | X |
| vtkSmartPointer< vtkDoubleArray > | Y |
| vtkSmartPointer< vtkRectilinearGrid > | curve |
| const int | ds_num |
Subclass holding a grid line.
The idea is to plot a grid line just as another curv in the plot.
Definition at line 191 of file vtkfigXYPlot.h.
1.8.11