| 296 | } |
| 297 | |
| 298 | void vtkInteractorStyleTreeMapHover::SetSelectionWidth(double lw) |
| 299 | { |
| 300 | this->SelectionActor->GetProperty()->SetLineWidth(lw); |
| 301 | } |
| 302 | |
| 303 | double vtkInteractorStyleTreeMapHover::GetSelectionWidth() |
| 304 | { |
nothing calls this directly
no test coverage detected