------------------------------------------------------------------------------
| 883 | |
| 884 | //------------------------------------------------------------------------------ |
| 885 | void vtkSpiderPlotActor::SetPlotColor(int i, double r, double g, double b) |
| 886 | { |
| 887 | this->LegendActor->SetEntryColor(i, r, g, b); |
| 888 | } |
| 889 | |
| 890 | //------------------------------------------------------------------------------ |
| 891 | double* vtkSpiderPlotActor::GetPlotColor(int i) |
nothing calls this directly
no test coverage detected