|
| template<vtkm::IdComponent Dimension> |
| VTKM_EXEC | ThreadIndicesPointNeighborhood (const vtkm::Id3 &threadIndex3D, vtkm::Id threadIndex1D, const vtkm::exec::ConnectivityStructured< vtkm::TopologyElementTagPoint, vtkm::TopologyElementTagCell, Dimension > &connectivity) |
| |
| template<vtkm::IdComponent Dimension> |
| VTKM_EXEC | ThreadIndicesPointNeighborhood (const vtkm::Id3 &threadIndex3D, vtkm::Id threadIndex1D, vtkm::Id inputIndex, vtkm::IdComponent visitIndex, vtkm::Id outputIndex, const vtkm::exec::ConnectivityStructured< vtkm::TopologyElementTagPoint, vtkm::TopologyElementTagCell, Dimension > &connectivity) |
| |
| template<vtkm::IdComponent Dimension> |
| VTKM_EXEC | ThreadIndicesPointNeighborhood (vtkm::Id threadIndex, vtkm::Id inputIndex, vtkm::IdComponent visitIndex, vtkm::Id outputIndex, const vtkm::exec::ConnectivityStructured< vtkm::TopologyElementTagPoint, vtkm::TopologyElementTagCell, Dimension > &connectivity) |
| |
| VTKM_EXEC | ThreadIndicesNeighborhood (vtkm::Id threadIndex1D, const vtkm::exec::BoundaryState &state) |
| |
| VTKM_EXEC | ThreadIndicesNeighborhood (vtkm::Id threadIndex1D, vtkm::Id inputIndex, vtkm::IdComponent visitIndex, vtkm::Id outputIndex, const vtkm::exec::BoundaryState &state) |
| |
| const VTKM_EXEC vtkm::exec::BoundaryState & | GetBoundaryState () const |
| |
| VTKM_EXEC vtkm::Id | GetThreadIndex () const |
| |
| VTKM_EXEC vtkm::Id | GetInputIndex () const |
| |
| VTKM_EXEC vtkm::Id3 | GetInputIndex3D () const |
| |
| VTKM_EXEC vtkm::Id | GetOutputIndex () const |
| |
| VTKM_EXEC vtkm::IdComponent | GetVisitIndex () const |
| |
Container for thread information in a WorkletPointNeighborhood.