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

Method GetPieceColor

Rendering/Annotation/vtkPieChartActor.cxx:683–686  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

681
682//------------------------------------------------------------------------------
683double* vtkPieChartActor::GetPieceColor(int i)
684{
685 return this->LegendActor->GetEntryColor(i);
686}
687
688//------------------------------------------------------------------------------
689void vtkPieChartActor::PrintSelf(ostream& os, vtkIndent indent)

Callers

nothing calls this directly

Calls 1

GetEntryColorMethod · 0.80

Tested by

no test coverage detected