------------------------------------------------------------------------------
| 2521 | |
| 2522 | //------------------------------------------------------------------------------ |
| 2523 | void vtkAxisActor::UpdateExponentActorProperty() |
| 2524 | { |
| 2525 | this->ExponentProp->SetTextProperty(this->TitleTextProperty, this->GetProperty()); |
| 2526 | } |
| 2527 | |
| 2528 | //------------------------------------------------------------------------------ |
| 2529 | void vtkAxisActor::GetTranslucentProps(vtkPropCollection* collection) |
no test coverage detected