|
void vtkfig::XYPlot::GridLine::SetYLine |
( |
double |
xrange[2], |
|
|
double |
y |
|
) |
| |
Definition at line 281 of file vtkfigXYPlot.cxx.
283 X->InsertTuple1(0,xrange[0]); 284 Y->InsertTuple1(0,y); 286 X->InsertTuple1(1,xrange[1]); 287 Y->InsertTuple1(1,y); vtkSmartPointer< vtkDoubleArray > X
vtkSmartPointer< vtkDoubleArray > Y
|