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

Method ClearContact

Rendering/Core/vtkRenderWindowInteractor.cxx:333–343  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

331
332//------------------------------------------------------------------------------
333void vtkRenderWindowInteractor::ClearContact(size_t dwID)
334{
335 for (int i = 0; i < VTKI_MAX_POINTERS; i++)
336 {
337 if (this->PointerIndexLookup[i] == dwID + 1)
338 {
339 this->PointerIndexLookup[i] = 0;
340 return;
341 }
342 }
343}
344
345//------------------------------------------------------------------------------
346void vtkRenderWindowInteractor::ClearPointerIndex(int i)

Callers 1

HandleMotionEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected