------------------------------------------------------------------------------
| 889 | |
| 890 | //------------------------------------------------------------------------------ |
| 891 | double* vtkSpiderPlotActor::GetPlotColor(int i) |
| 892 | { |
| 893 | return this->LegendActor->GetEntryColor(i); |
| 894 | } |
| 895 | |
| 896 | //------------------------------------------------------------------------------ |
| 897 | void vtkSpiderPlotActor::PrintSelf(ostream& os, vtkIndent indent) |
nothing calls this directly
no test coverage detected