------------------------------------------------------------------------------
| 649 | |
| 650 | //------------------------------------------------------------------------------ |
| 651 | unsigned int vtkXYPlotActor::GetNumberOfDataObjectInputConnections() |
| 652 | { |
| 653 | return this->DataObjectInputConnectionHolder->GetNumberOfInputConnections(0); |
| 654 | } |
| 655 | |
| 656 | //------------------------------------------------------------------------------ |
| 657 | // Plot scalar data for each input dataset. |
no test coverage detected