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

Method GetEntryString

Rendering/Annotation/vtkLegendBoxActor.cxx:520–530  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

518
519//------------------------------------------------------------------------------
520const char* vtkLegendBoxActor::GetEntryString(int i)
521{
522 if (i < 0 || i >= this->NumberOfEntries)
523 {
524 return nullptr;
525 }
526 else
527 {
528 return this->TextMapper[i]->GetInput();
529 }
530}
531
532//------------------------------------------------------------------------------
533double* vtkLegendBoxActor::GetEntryColor(int i)

Callers 3

RenderOpaqueGeometryMethod · 0.80
GetPlotLabelMethod · 0.80
ShallowCopyMethod · 0.80

Calls 1

GetInputMethod · 0.45

Tested by

no test coverage detected