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

Method GetPlotColor

Rendering/Annotation/vtkXYPlotActor.cxx:2386–2389  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2384
2385//------------------------------------------------------------------------------
2386double* vtkXYPlotActor::GetPlotColor(int i)
2387{
2388 return this->LegendActor->GetEntryColor(i);
2389}
2390
2391//------------------------------------------------------------------------------
2392void vtkXYPlotActor::SetPlotSymbol(int i, vtkPolyData* input)

Callers

nothing calls this directly

Calls 1

GetEntryColorMethod · 0.80

Tested by

no test coverage detected