| 1188 | } |
| 1189 | |
| 1190 | void 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 | |
| 1199 | double vtkBrokenLineWidget::GetSummedLength() |
| 1200 | { |
no test coverage detected