Lines Matching refs:pointIdx

252     for (vtkIdType pointIdx = 0; pointIdx < cellSize; ++pointIdx)  in benchmarkPointIdIteration()  local
254 range[0] = std::min(range[0], cellPtr[pointIdx]); in benchmarkPointIdIteration()
255 range[1] = std::max(range[1], cellPtr[pointIdx]); in benchmarkPointIdIteration()
282 for (vtkIdType pointIdx = 0; pointIdx < cellSize; ++pointIdx) in benchmarkPointIdIteration() local
284 range[0] = std::min(range[0], cellPtr[pointIdx]); in benchmarkPointIdIteration()
285 range[1] = std::max(range[1], cellPtr[pointIdx]); in benchmarkPointIdIteration()
347 for (vtkIdType pointIdx = 0; pointIdx < cellSize; ++pointIdx) in benchmarkPointsIteration() local
349 point = pointData + 3 * cellPtr[pointIdx]; in benchmarkPointsIteration()
383 for (vtkIdType pointIdx = 0; pointIdx < cellSize; ++pointIdx) in benchmarkPointsIteration() local
385 points->GetPoint(cellPtr[pointIdx], point); in benchmarkPointsIteration()
512 for (vtkIdType pointIdx = 0; pointIdx < cellSize; ++pointIdx) in benchmarkPiecewiseIteration() local
515 ptIdRange[0] = std::min(ptIdRange[0], cellArrayPtr[pointIdx]); in benchmarkPiecewiseIteration()
516 ptIdRange[1] = std::max(ptIdRange[1], cellArrayPtr[pointIdx]); in benchmarkPiecewiseIteration()
519 point = pointData + 3 * cellArrayPtr[pointIdx]; in benchmarkPiecewiseIteration()
579 for (vtkIdType pointIdx = 0; pointIdx < cellSize; ++pointIdx) in benchmarkPiecewiseIteration() local
582 ptIdRange[0] = std::min(ptIdRange[0], cellPtIdPtr[pointIdx]); in benchmarkPiecewiseIteration()
583 ptIdRange[1] = std::max(ptIdRange[1], cellPtIdPtr[pointIdx]); in benchmarkPiecewiseIteration()
586 points->GetPoint(cellPtIdPtr[pointIdx], point); in benchmarkPiecewiseIteration()