vtk-m/vtkm/worklet/testing
Kenneth Moreland b8febd1c01 DataSet now holds DynamicCellSet instead of smart_ptr<CellSet>
The Invoke of the topology dispatcher is also changed to expect a
concrete cell set (which the DynamicCellSet is automatically cast to)
rather than a connectivity structure. The dispatcher calls the
GetNodeToCellConnectivity method for you. (That is currently the only
one supported.)
2015-07-28 17:33:52 -06:00
..
CMakeLists.txt Correct issues compiling on OSX 10.8 with CUDA 6.5 2015-07-16 14:38:56 -04:00
UnitTestCellAverage.cxx DataSet now holds DynamicCellSet instead of smart_ptr<CellSet> 2015-07-28 17:33:52 -06:00
UnitTestPointElevation.cxx DataSet now holds DynamicCellSet instead of smart_ptr<CellSet> 2015-07-28 17:33:52 -06:00
UnitTestVertexClustering.cxx DataSet now holds DynamicCellSet instead of smart_ptr<CellSet> 2015-07-28 17:33:52 -06:00
UnitTestWorkletMapField.cxx Correct issues compiling on OSX 10.8 with CUDA 6.5 2015-07-16 14:38:56 -04:00
UnitTestWorkletMapFieldExecArg.cxx Correct issues compiling on OSX 10.8 with CUDA 6.5 2015-07-16 14:38:56 -04:00
UnitTestWorkletMapTopologyExplicit.cxx DataSet now holds DynamicCellSet instead of smart_ptr<CellSet> 2015-07-28 17:33:52 -06:00
UnitTestWorkletMapTopologyRegular.cxx DataSet now holds DynamicCellSet instead of smart_ptr<CellSet> 2015-07-28 17:33:52 -06:00