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