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

Method GetPlotSymbol

Rendering/Annotation/vtkXYPlotActor.cxx:2398–2401  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2396
2397//------------------------------------------------------------------------------
2398vtkPolyData* vtkXYPlotActor::GetPlotSymbol(int i)
2399{
2400 return this->LegendActor->GetEntrySymbol(i);
2401}
2402
2403//------------------------------------------------------------------------------
2404void vtkXYPlotActor::SetPlotLabel(int i, const char* label)

Callers

nothing calls this directly

Calls 1

GetEntrySymbolMethod · 0.80

Tested by

no test coverage detected