Home
last modified time | relevance | path

Searched refs:CellOffsetsPortal (Results 1 – 2 of 2) sorted by relevance

/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/rendering/raytracing/
H A DMeshConnectivityBase.h148 IdConstPortal CellOffsetsPortal; variable
163 , CellOffsetsPortal(cellOffsets.PrepareForInput(Device())) in MeshConnUnstructured()
184 BOUNDS_CHECK(CellOffsetsPortal, cellId); in GetCellIndices()
185 const vtkm::Id cellOffset = CellOffsetsPortal.Get(cellId); in GetCellIndices()
217 CountingPortal CellOffsetsPortal; variable
237 , CellOffsetsPortal(cellOffsets.PrepareForInput(Device())) in MeshConnSingleType()
250 BOUNDS_CHECK(CellOffsetsPortal, cellId); in GetConnectingCell()
259 BOUNDS_CHECK(CellOffsetsPortal, cellId); in GetCellIndices()
260 const vtkm::Id cellOffset = CellOffsetsPortal.Get(cellId); in GetCellIndices()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/rendering/raytracing/
H A DMeshConnectivityBase.h170 IdConstPortal CellOffsetsPortal; variable
186 , CellOffsetsPortal(cellOffsets.PrepareForInput(Device(), token)) in MeshConnUnstructured()
207 BOUNDS_CHECK(CellOffsetsPortal, cellId); in GetCellIndices()
208 const vtkm::Id cellOffset = CellOffsetsPortal.Get(cellId); in GetCellIndices()
240 CountingPortal CellOffsetsPortal; variable
261 , CellOffsetsPortal(cellOffsets.PrepareForInput(Device(), token)) in MeshConnSingleType()
274 BOUNDS_CHECK(CellOffsetsPortal, cellId); in GetConnectingCell()
283 BOUNDS_CHECK(CellOffsetsPortal, cellId); in GetCellIndices()
284 const vtkm::Id cellOffset = CellOffsetsPortal.Get(cellId); in GetCellIndices()