------------------------------------------------------------------------------
| 547 | |
| 548 | //------------------------------------------------------------------------------ |
| 549 | vtkTable* vtkPlot::GetInput() |
| 550 | { |
| 551 | return this->Data->GetInput(); |
| 552 | } |
| 553 | |
| 554 | //------------------------------------------------------------------------------ |
| 555 | vtkAlgorithmOutput* vtkPlot::GetInputConnection() |
no outgoing calls
no test coverage detected