------------------------------------------------------------------------------
| 1556 | |
| 1557 | //------------------------------------------------------------------------------ |
| 1558 | void vtkAxisActor::SetGridlinesProperty(vtkProperty* prop) |
| 1559 | { |
| 1560 | this->GridlinesActor->SetProperty(prop); |
| 1561 | this->Modified(); |
| 1562 | } |
| 1563 | |
| 1564 | //------------------------------------------------------------------------------ |
| 1565 | vtkProperty* vtkAxisActor::GetGridlinesProperty() |
no test coverage detected