vtk-m2/vtkm/worklet/connectivities
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
..
CellSetConnectivity.h Merge worklet testing executables into a device dependent shared library 2018-11-23 10:13:56 -05:00
CellSetDualGraph.h Merge worklet testing executables into a device dependent shared library 2018-11-23 10:13:56 -05:00
CMakeLists.txt add installation of header files in CMakeLists.txt 2018-04-27 11:32:27 -06:00
GraphConnectivity.h Merge worklet testing executables into a device dependent shared library 2018-11-23 10:13:56 -05:00
ImageConnectivity.h Change WorkletPointNeighborhood to specify neighborhood at runtime 2018-12-03 12:45:23 -07:00
InnerJoin.h Merge worklet testing executables into a device dependent shared library 2018-11-23 10:13:56 -05:00
UnionFind.h Change function signatures to use 'using' aliases. 2018-05-25 17:18:41 -04:00