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

Method IsPointerIndexSet

Rendering/Core/vtkRenderWindowInteractor.cxx:356–363  ·  view source on GitHub ↗

------------------------------------------------------------------------------ This function is used to return an index given an ID

Source from the content-addressed store, hash-verified

354//------------------------------------------------------------------------------
355// This function is used to return an index given an ID
356bool vtkRenderWindowInteractor::IsPointerIndexSet(int i)
357{
358 if (i < VTKI_MAX_POINTERS)
359 {
360 return (this->PointerIndexLookup[i] != 0);
361 }
362 return false;
363}
364
365//------------------------------------------------------------------------------
366// Creates an instance of vtkPropPicker by default

Callers 1

HandleMotionEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected