vtk-m/vtkm/worklet
2018-05-08 14:52:23 -04:00
..
colorconversion Introduce vtkm::cont::ColorTable replacing vtkm::rendering::ColorTable 2018-03-28 16:11:23 -04:00
connectivities Merge topic 'connected_component' 2018-05-08 11:08:54 -04:00
contour MarchingCubes now uses Gradient fast paths when possible. 2017-09-25 14:25:28 -04:00
contourtree Worklet Dispatcher calls now consistently specify a device adapter 2018-05-04 15:12:49 -04:00
cosmotools Worklet Dispatcher calls now consistently specify a device adapter 2018-05-04 15:12:49 -04:00
gradient changes typechecks for execution objects 2018-05-03 14:45:21 -06:00
histogram Merge branch 'master' into vtk-m-cmake_refactor 2018-02-23 14:52:00 -05:00
internal Changed how TriangulateTables.h was creating ExecutionObjects 2018-05-03 14:59:54 -06:00
particleadvection ParticleAdvection run method now obeys the passed in device adapter 2018-05-04 15:12:49 -04:00
spatialstructure Correct warnings found after disabling all warning when CUDA is enabled. 2018-04-04 11:00:12 -04:00
splatkernels Remove VS2013 workarounds from VTK-m. 2018-02-23 15:39:39 -05:00
testing UnitTestPointTransform: fix errors when using double as float type. 2018-05-08 14:52:23 -04:00
tetrahedralize Changed how TriangulateTables.h was creating ExecutionObjects 2018-05-03 14:59:54 -06:00
triangulate Changed how TriangulateTables.h was creating ExecutionObjects 2018-05-03 14:59:54 -06:00
wavelets Move VTK-m Cuda backend over to a grid-stride iteration pattern. 2018-04-30 17:29:26 -04:00
AverageByKey.h Merge branch 'master' into vtk-m-cmake_refactor 2018-02-23 14:52:00 -05:00
CellAverage.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
CellDeepCopy.h Enable highest level of warnings(W4) under MSVC 2017-09-22 13:04:28 -04:00
Clip.h Removed template for device from execution object 2018-05-03 14:59:54 -06:00
CMakeLists.txt Create a new worklet for point transformations. Also provide a unitest. 2018-05-03 10:53:11 -04:00
ContourTreeUniform.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
CosmoTools.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
CrossProduct.h Better type signatures. 2017-12-29 06:48:39 -05:00
DispatcherMapField.h Move Scatter from Worklet to Dispatcher 2018-04-27 00:43:51 -04:00
DispatcherMapTopology.h Move Scatter from Worklet to Dispatcher 2018-04-27 00:43:51 -04:00
DispatcherPointNeighborhood.h Move Scatter from Worklet to Dispatcher 2018-04-27 00:43:51 -04:00
DispatcherReduceByKey.h Move Scatter from Worklet to Dispatcher 2018-04-27 00:43:51 -04:00
DispatcherStreamingMapField.h Move Scatter from Worklet to Dispatcher 2018-04-27 00:43:51 -04:00
DotProduct.h Better type signatures. 2017-12-29 06:48:39 -05:00
ExternalFaces.h Move Scatter from Worklet to Dispatcher 2018-04-27 00:43:51 -04:00
ExtractGeometry.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
ExtractPoints.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
ExtractStructured.h Update CoordinateSystem to use the Virtual Array 2018-01-10 10:19:19 -05:00
FieldEntropy.h Worklet Dispatcher calls now consistently specify a device adapter 2018-05-04 15:12:49 -04:00
FieldHistogram.h Worklet Dispatcher calls now consistently specify a device adapter 2018-05-04 15:12:49 -04:00
FieldStatistics.h Worklet Dispatcher calls now consistently specify a device adapter 2018-05-04 15:12:49 -04:00
Gradient.h changes typechecks for execution objects 2018-05-03 14:45:21 -06:00
KdTree3D.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
KernelSplatter.h Worklet Dispatcher calls now consistently specify a device adapter 2018-05-04 15:12:49 -04:00
Keys.h Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
Magnitude.h FloatPointReturnType is float if 'T' is < 32bytes instead of being double. 2018-01-04 13:22:31 -05:00
MarchingCubes.h Worklet Dispatcher calls now consistently specify a device adapter 2018-05-04 15:12:49 -04:00
Mask.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
MaskPoints.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
NDimsEntropy.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
NDimsHistMarginalization.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
NDimsHistogram.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
Normalize.h Normalize worklet (both in place, and copy). 2017-12-19 11:44:30 -05:00
ParticleAdvection.h ParticleAdvection run method now obeys the passed in device adapter 2018-05-04 15:12:49 -04:00
PointAverage.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
PointElevation.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
PointTransform.h Create a new worklet for point transformations. Also provide a unitest. 2018-05-03 10:53:11 -04:00
Probe.h Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
RemoveUnusedPoints.h Misc. typos 2018-01-30 06:51:47 -05:00
ScalarsToColors.h Make sure ScalarsToColors actually updates the Range it stores 2018-02-01 10:28:38 -05:00
ScalarsToColors.hxx Add ScalarsToColors worklet(s) 2018-01-16 13:03:41 -05:00
ScatterCounting.h Move Scatter from Worklet to Dispatcher 2018-04-27 00:43:51 -04:00
ScatterIdentity.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
ScatterPermutation.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
ScatterUniform.h Move Scatter from Worklet to Dispatcher 2018-04-27 00:43:51 -04:00
StableSortIndices.h Add StableSortIndices worklet. 2017-09-28 13:02:33 -04:00
StreamLineUniformGrid.h Worklet Dispatcher calls now consistently specify a device adapter 2018-05-04 15:12:49 -04:00
SurfaceNormals.h Enable highest level of warnings(W4) under MSVC 2017-09-22 13:04:28 -04:00
Tetrahedralize.h Move Scatter from Worklet to Dispatcher 2018-04-27 00:43:51 -04:00
Threshold.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
ThresholdPoints.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
Triangulate.h Move Scatter from Worklet to Dispatcher 2018-04-27 00:43:51 -04:00
VertexClustering.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
WaveletCompressor.h Worklet Dispatcher calls now consistently specify a device adapter 2018-05-04 15:12:49 -04:00
WorkletMapField.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
WorkletMapTopology.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
WorkletPointNeighborhood.h Move Scatter from Worklet to Dispatcher 2018-04-27 00:43:51 -04:00
WorkletReduceByKey.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00