------------------------------------------------------------------------------
| 388 | |
| 389 | //------------------------------------------------------------------------------ |
| 390 | void vtkPlotBag::SetInputData(vtkTable* table) |
| 391 | { |
| 392 | this->Data->SetInputData(table); |
| 393 | this->Modified(); |
| 394 | } |
| 395 | |
| 396 | //------------------------------------------------------------------------------ |
| 397 | void vtkPlotBag::SetInputData( |
nothing calls this directly
no test coverage detected