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