MCPcopy Create free account
hub / github.com/Kitware/VTK / SizeHandles

Method SizeHandles

Interaction/Widgets/vtkSphereWidget.cxx:716–720  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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

Callers 4

SetEnabledMethod · 0.95
OnLeftButtonUpMethod · 0.95
OnRightButtonUpMethod · 0.95
PlaceWidgetMethod · 0.95

Calls 1

SetRadiusMethod · 0.45

Tested by

no test coverage detected