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

Method GetBarColor

Rendering/Annotation/vtkBarChartActor.cxx:632–635  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

630
631//------------------------------------------------------------------------------
632double* vtkBarChartActor::GetBarColor(int i)
633{
634 return this->LegendActor->GetEntryColor(i);
635}
636
637//------------------------------------------------------------------------------
638void vtkBarChartActor::PrintSelf(ostream& os, vtkIndent indent)

Callers

nothing calls this directly

Calls 1

GetEntryColorMethod · 0.80

Tested by

no test coverage detected