Home
last modified time | relevance | path

Searched defs:cellStartIndex (Results 1 – 3 of 3) sorted by relevance

/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/rendering/raytracing/
H A DMeshConnectivityBase.h172 vtkm::Id cellStartIndex = FaceOffsetsPortal.Get(cellId); in GetConnectingCell() local
251 vtkm::Id cellStartIndex = cellId * NumFaces; in GetConnectingCell() local
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/rendering/raytracing/
H A DMeshConnectivityBase.h195 vtkm::Id cellStartIndex = FaceOffsetsPortal.Get(cellId); in GetConnectingCell() local
275 vtkm::Id cellStartIndex = cellId * NumFaces; in GetConnectingCell() local
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/exec/
H A DCellLocatorTwoLevel.h135 const vtkm::cont::ArrayHandle<vtkm::Id>& cellStartIndex, in CellLocatorTwoLevel()