|
void vtkfig::XYPlot::GridLine::SetXLine |
( |
double |
yrange[2], |
|
|
double |
x |
|
) |
| |
Definition at line 289 of file vtkfigXYPlot.cxx.
291 X->InsertTuple1(0,x); 292 Y->InsertTuple1(0,yrange[0]); 294 X->InsertTuple1(1,x); 295 Y->InsertTuple1(1,yrange[1]); vtkSmartPointer< vtkDoubleArray > X
vtkSmartPointer< vtkDoubleArray > Y
|