vtk-m/vtkm/worklet
2018-04-05 10:55:43 -04:00
..
colorconversion Introduce vtkm::cont::ColorTable replacing vtkm::rendering::ColorTable 2018-03-28 16:11:23 -04:00
connectivities Remove unneeded semicolon after closing parentheses on a some methods. 2018-04-05 10:55:12 -04:00
contour MarchingCubes now uses Gradient fast paths when possible. 2017-09-25 14:25:28 -04:00
contourtree Merge branch 'master' into vtk-m-cmake_refactor 2018-02-23 14:52:00 -05:00
cosmotools Worklets can't be in anonymous namespace as CUDA 7.5 doesn't support those. 2018-02-26 16:42:00 -05:00
gradient Remove VS2013 workarounds from VTK-m. 2018-02-23 15:39:39 -05:00
histogram Merge branch 'master' into vtk-m-cmake_refactor 2018-02-23 14:52:00 -05:00
internal Suppress more CUDA host function from a host/device function warnings 2018-04-05 10:55:43 -04:00
particleadvection Correct warnings found after disabling all warning when CUDA is enabled. 2018-04-04 11:00:12 -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 Merge branch 'master' into vtk-m-cmake_refactor 2018-03-29 22:51:26 -04:00
tetrahedralize VTK-m uses static const/constexpr when supported ( so not on cuda 7.5 ) 2018-02-26 16:41:29 -05:00
triangulate VTK-m uses static const/constexpr when supported ( so not on cuda 7.5 ) 2018-02-26 16:41:29 -05:00
wavelets Merge branch 'master' into vtk-m-cmake_refactor 2018-02-23 14:52:00 -05: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 adding the ability to invert clips 2018-03-08 18:28:08 -08:00
CMakeLists.txt Add Probe worklet and filter 2018-01-30 10:43:18 -05: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 vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
DispatcherMapTopology.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
DispatcherPointNeighborhood.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
DispatcherReduceByKey.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
DispatcherStreamingMapField.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
DotProduct.h Better type signatures. 2017-12-29 06:48:39 -05:00
ExternalFaces.h Resurrect function to get face indices 2018-03-22 22:37:33 -06: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 vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
FieldHistogram.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
FieldStatistics.h Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
Gradient.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
KdTree3D.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
KernelSplatter.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05: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 vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05: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 vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05: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
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 vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05: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 vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
StableSortIndices.h Add StableSortIndices worklet. 2017-09-28 13:02:33 -04:00
StreamLineUniformGrid.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
SurfaceNormals.h Enable highest level of warnings(W4) under MSVC 2017-09-22 13:04:28 -04:00
Tetrahedralize.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05: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 vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
VertexClustering.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
WaveletCompressor.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05: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 Remove VS2013 workarounds from VTK-m. 2018-02-23 15:39:39 -05:00
WorkletReduceByKey.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00