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

Method MoveAction

Rendering/VR/vtkVRMenuWidget.cxx:206–217  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

204
205//------------------------------------------------------------------------------
206void vtkVRMenuWidget::MoveAction(vtkAbstractWidget* w)
207{
208 vtkVRMenuWidget* self = reinterpret_cast<vtkVRMenuWidget*>(w);
209
210 if (self->WidgetState != vtkVRMenuWidget::Active)
211 {
212 return;
213 }
214
215 self->WidgetRep->ComplexInteraction(
216 self->Interactor, self, vtkWidgetEvent::Move3D, self->CallData);
217}
218
219//------------------------------------------------------------------------------
220void vtkVRMenuWidget::SetRepresentation(vtkVRMenuRepresentation* rep)

Callers

nothing calls this directly

Calls 1

ComplexInteractionMethod · 0.45

Tested by

no test coverage detected