------------------------------------------------------------------------------
| 714 | |
| 715 | //------------------------------------------------------------------------------ |
| 716 | void vtkSphereWidget::SizeHandles() |
| 717 | { |
| 718 | double radius = this->vtk3DWidget::SizeHandles(1.25); |
| 719 | this->HandleSource->SetRadius(radius); |
| 720 | } |
| 721 | |
| 722 | //------------------------------------------------------------------------------ |
| 723 | void vtkSphereWidget::RegisterPickers() |
no test coverage detected