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

Method SizeHandles

Interaction/Widgets/vtkSplineWidget.cxx:1270–1277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1268}
1269
1270void vtkSplineWidget::SizeHandles()
1271{
1272 double radius = this->vtk3DWidget::SizeHandles(1.0);
1273 for (int i = 0; i < this->NumberOfHandles; ++i)
1274 {
1275 this->HandleGeometry[i]->SetRadius(radius);
1276 }
1277}
1278
1279double vtkSplineWidget::GetSummedLength()
1280{

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