------------------------------------------------------------------------------
| 194 | |
| 195 | //------------------------------------------------------------------------------ |
| 196 | vtkDataObject* vtkSpiderPlotActor::GetInput() |
| 197 | { |
| 198 | return this->ConnectionHolder->GetInputDataObject(0, 0); |
| 199 | } |
| 200 | |
| 201 | //------------------------------------------------------------------------------ |
| 202 | // Free-up axes and related stuff |
no test coverage detected