------------------------------------------------------------------------------
| 349 | |
| 350 | //------------------------------------------------------------------------------ |
| 351 | vtkPlot* vtkChartBox::GetPlot(vtkIdType) |
| 352 | { |
| 353 | return this->Storage->Plot; |
| 354 | } |
| 355 | |
| 356 | //------------------------------------------------------------------------------ |
| 357 | vtkIdType vtkChartBox::GetNumberOfPlots() |
no outgoing calls
no test coverage detected