------------------------------------------------------------------------------
| 546 | |
| 547 | //------------------------------------------------------------------------------ |
| 548 | void vtkDistanceWidget::SetWidgetStateToStart() |
| 549 | { |
| 550 | this->WidgetState = vtkDistanceWidget::Start; |
| 551 | this->CurrentHandle = -1; |
| 552 | this->ReleaseFocus(); |
| 553 | this->GetRepresentation()->BuildRepresentation(); // update this->Distance |
| 554 | this->SetEnabled(this->GetEnabled()); // show/hide the handles properly |
| 555 | } |
| 556 | |
| 557 | //------------------------------------------------------------------------------ |
| 558 | void vtkDistanceWidget::SetWidgetStateToManipulate() |
nothing calls this directly
no test coverage detected