| 286 | } |
| 287 | |
| 288 | void vtkInteractorStyleTreeMapHover::SetHighLightWidth(double lw) |
| 289 | { |
| 290 | this->HighlightActor->GetProperty()->SetLineWidth(lw); |
| 291 | } |
| 292 | |
| 293 | double vtkInteractorStyleTreeMapHover::GetHighLightWidth() |
| 294 | { |
nothing calls this directly
no test coverage detected