vtk-m/examples/game_of_life
Kenneth Moreland 01a9e85416 Change WorkletPointNeighborhood to specify neighborhood at runtime
Previously, WorkletPointNeighborhood had a template argument to select
the size of the neighborhood. This change removes that template
argument. Instead, the vtkm::exec::arg::BoundaryState methods now take
in a size parameter when determining when it overlaps the boundary.

If in the future we want to add the ability to select the neighborhood
size at compile-time (for performance reasons), I suggest adding this
template argument to the OnBoundary tag for ExecutionSignature.
2018-12-03 12:45:23 -07:00
..
CMakeLists.txt Use CMake to automatically set policies to NEW. 2018-06-19 16:12:48 -04:00
GameOfLife.cu Update copyright for Sandia 2017-09-20 15:33:44 -06:00
GameOfLife.cxx Change WorkletPointNeighborhood to specify neighborhood at runtime 2018-12-03 12:45:23 -07:00
LoadShaders.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00