------------------------------------------------------------------------------
| 552 | |
| 553 | //------------------------------------------------------------------------------ |
| 554 | unsigned int vtkXYPlotActor::GetNumberOfDataSetInputConnections() |
| 555 | { |
| 556 | return this->InputConnectionHolder->GetNumberOfInputConnections(0); |
| 557 | } |
| 558 | |
| 559 | //------------------------------------------------------------------------------ |
| 560 | void vtkXYPlotActor::AddDataObjectInputConnection(vtkAlgorithmOutput* aout) |
no test coverage detected