------------------------------------------------------------------------------
| 152 | |
| 153 | //------------------------------------------------------------------------------ |
| 154 | vtkDataObject* vtkParallelCoordinatesActor::GetInput() |
| 155 | { |
| 156 | return this->ConnectionHolder->GetInputDataObject(0, 0); |
| 157 | } |
| 158 | |
| 159 | //------------------------------------------------------------------------------ |
| 160 | // Plot scalar data for each input dataset. |
no test coverage detected