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

Method ClearPointerIndex

Rendering/Core/vtkRenderWindowInteractor.cxx:346–352  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

344
345//------------------------------------------------------------------------------
346void vtkRenderWindowInteractor::ClearPointerIndex(int i)
347{
348 if (i < VTKI_MAX_POINTERS)
349 {
350 this->PointerIndexLookup[i] = 0;
351 }
352}
353
354//------------------------------------------------------------------------------
355// This function is used to return an index given an ID

Callers 2

HandleMotionEventMethod · 0.80
OnTouchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected