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

Method SizeHandles

Interaction/Widgets/vtkBrokenLineWidget.cxx:1190–1197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1188}
1189
1190void vtkBrokenLineWidget::SizeHandles()
1191{
1192 double radius = this->vtk3DWidget::SizeHandles(this->HandleSizeFactor);
1193 for (int i = 0; i < this->NumberOfHandles; ++i)
1194 {
1195 this->HandleGeometry[i]->SetRadius(radius);
1196 }
1197}
1198
1199double vtkBrokenLineWidget::GetSummedLength()
1200{

Callers 6

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

Calls 1

SetRadiusMethod · 0.45

Tested by

no test coverage detected