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

Method GetEntrySymbol

Rendering/Annotation/vtkLegendBoxActor.cxx:494–504  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

492
493//------------------------------------------------------------------------------
494vtkPolyData* vtkLegendBoxActor::GetEntrySymbol(int i)
495{
496 if (i < 0 || i >= this->NumberOfEntries)
497 {
498 return nullptr;
499 }
500 else
501 {
502 return this->Symbol[i];
503 }
504}
505
506//------------------------------------------------------------------------------
507vtkImageData* vtkLegendBoxActor::GetEntryIcon(int i)

Callers 5

RenderOpaqueGeometryMethod · 0.80
CreatePlotDataMethod · 0.80
GetPlotSymbolMethod · 0.80
ComputeGlyphScaleMethod · 0.80
ShallowCopyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected