vtk-m2/vtkm/worklet
Kenneth Moreland 3e251de469 The CellShape fetch returns a tag rather than ID.
Previously, when you requested a CellShape in the ExecutionSignature,
you just got an ID stored in a vtkm::IdComponent. This change returns a
cell shape tag of the appropriate type (or generic if the type is not
known at compile time). This will allow functions called from the
worklet to specialize on the cell type better.
2015-08-27 16:31:06 -06:00
..
internal Rename pragma header guard so it makes sense for tbb and thrust. 2015-08-13 09:04:23 -04:00
testing The CellShape fetch returns a tag rather than ID. 2015-08-27 16:31:06 -06:00
AverageByKey.h Add vtkm/BinaryPredicates header. 2015-08-04 16:55:53 -04:00
CellAverage.h two small code fixes. 2015-08-26 14:51:20 -04:00
CMakeLists.txt Prepare for vertex clustering algorithm 2015-06-24 14:55:21 -04:00
DispatcherMapField.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
DispatcherMapTopology.h two small code fixes. 2015-08-26 14:51:20 -04:00
Magnitude.h Add Magnitude worklet. Used in OpenGL testing. 2015-08-21 11:17:10 -07:00
PointElevation.h Have CoordinateSystem inherit from Field 2015-08-25 14:38:41 -06:00
VertexClustering.h Roll connectivity information into CellSet in control environment 2015-08-02 15:59:44 -06:00
WorkletMapField.h Add in-place (in-out) arrays to worklets. 2015-08-12 14:41:56 -06:00
WorkletMapTopology.h removing explicit from/to topology template types for dispatcher. 2015-08-25 15:56:24 -04:00