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

Method SizeHandles

Interaction/Widgets/vtkLineWidget.cxx:455–460  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

453
454//------------------------------------------------------------------------------
455void vtkLineWidget::SizeHandles()
456{
457 double radius = this->vtk3DWidget::SizeHandles(1.0);
458 this->HandleGeometry[0]->SetRadius(radius);
459 this->HandleGeometry[1]->SetRadius(radius);
460}
461
462//------------------------------------------------------------------------------
463int vtkLineWidget::HighlightHandle(vtkProp* prop)

Callers 5

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

Calls 1

SetRadiusMethod · 0.45

Tested by

no test coverage detected