------------------------------------------------------------------------------
| 344 | |
| 345 | //------------------------------------------------------------------------------ |
| 346 | void 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 |
no outgoing calls
no test coverage detected