------------------------------------------------------------------------------
| 2408 | |
| 2409 | //------------------------------------------------------------------------------ |
| 2410 | const char* vtkXYPlotActor::GetPlotLabel(int i) |
| 2411 | { |
| 2412 | return this->LegendActor->GetEntryString(i); |
| 2413 | } |
| 2414 | |
| 2415 | //------------------------------------------------------------------------------ |
| 2416 | void vtkXYPlotActor::GenerateClipPlanes(int* pos, int* pos2) |
nothing calls this directly
no test coverage detected