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

Method SizeHandles

Interaction/Widgets/vtkBoxWidget.cxx:476–483  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

474}
475
476void vtkBoxWidget::SizeHandles()
477{
478 double radius = this->vtk3DWidget::SizeHandles(1.5);
479 for (int i = 0; i < 7; i++)
480 {
481 this->HandleGeometry[i]->SetRadius(radius);
482 }
483}
484
485int vtkBoxWidget::HighlightHandle(vtkProp* prop)
486{

Callers 4

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

Calls 1

SetRadiusMethod · 0.45

Tested by

no test coverage detected