Home
last modified time | relevance | path

Searched defs:UpdateLifeState (Results 1 – 2 of 2) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/examples/game_of_life/
H A DGameOfLife.cxx56 struct UpdateLifeState : public vtkm::worklet::WorkletPointNeighborhood struct
58 using CountingHandle = vtkm::cont::ArrayHandleCounting<vtkm::Id>;
60 using ControlSignature = void(CellSetIn,
65 using ExecutionSignature = void(_2, _3, _4);
68 VTKM_EXEC void operator()(const NeighIn& prevstate, in operator ()()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/examples/game_of_life/
H A DGameOfLife.cxx77 struct UpdateLifeState : public vtkm::worklet::WorkletPointNeighborhood3x3x3 struct
79 using CountingHandle = vtkm::cont::ArrayHandleCounting<vtkm::Id>;
81 using ControlSignature = void(CellSetIn,
86 using ExecutionSignature = void(_2, _3, _4);
89 VTKM_EXEC void operator()(const NeighIn& prevstate, in operator ()()