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

Method OnRightButtonUp

Interaction/Widgets/vtkPointWidget.cxx:430–444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

428}
429
430void vtkPointWidget::OnRightButtonUp()
431{
432 if (this->State == vtkPointWidget::Outside || this->State == vtkPointWidget::Start)
433 {
434 return;
435 }
436
437 this->State = vtkPointWidget::Start;
438 this->Highlight(0);
439
440 this->EventCallbackCommand->SetAbortFlag(1);
441 this->EndInteraction();
442 this->InvokeEvent(vtkCommand::EndInteractionEvent, nullptr);
443 this->Interactor->Render();
444}
445
446void vtkPointWidget::OnMouseMove()
447{

Callers 1

ProcessEventsMethod · 0.95

Calls 4

HighlightMethod · 0.95
InvokeEventMethod · 0.80
RenderMethod · 0.65
EndInteractionMethod · 0.45

Tested by

no test coverage detected