MCPcopy Create free account
hub / github.com/Kitware/VTK / GetPlotColor

Method GetPlotColor

Rendering/Annotation/vtkSpiderPlotActor.cxx:891–894  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

GetEntryColorMethod · 0.80

Tested by

no test coverage detected