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

Method Pick

Interaction/Style/vtkInteractorStyleImage.cxx:516–519  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

514
515//------------------------------------------------------------------------------
516void vtkInteractorStyleImage::Pick()
517{
518 this->InvokeEvent(vtkCommand::PickEvent, this);
519}
520
521//------------------------------------------------------------------------------
522void vtkInteractorStyleImage::Slice()

Callers 5

OnMouseMoveMethod · 0.95
FindPickedActorMethod · 0.45
OnLeftButtonDownMethod · 0.45
FindPickedActorMethod · 0.45
OnCharMethod · 0.45

Calls 1

InvokeEventMethod · 0.80

Tested by

no test coverage detected