vtk-m/vtkm/worklet
2017-09-10 21:36:08 -04:00
..
contourtree Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
gradient Adds WorkletPointNeighborhood and DispatcherPointNeighborhood types. 2017-08-23 16:42:00 -04:00
internal Adds WorkletPointNeighborhood and DispatcherPointNeighborhood types. 2017-08-23 16:42:00 -04:00
particleadvection Particle advection changing method inputs 2017-09-10 21:36:08 -04:00
spatialstructure Refactor KDTree3D worklet 2017-08-17 15:25:08 -04:00
splatkernels Remove lines that only contain a semi-colon. 2017-08-16 14:31:17 -04:00
testing Expand usage of AverageByKey 2017-08-24 17:20:21 -06:00
tetrahedralize Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
triangulate Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
wavelets Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
AverageByKey.h Fix issue where auto type was not resolving template parameters 2017-08-29 09:34:32 -07:00
CellAverage.h Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
CellDeepCopy.h Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
Clip.h Fix missing DeviceAdapter in dispatchers 2017-08-22 13:00:28 -04:00
CMakeLists.txt Adds WorkletPointNeighborhood and DispatcherPointNeighborhood types. 2017-08-23 16:42:00 -04:00
ContourTreeUniform.h Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
DispatcherMapField.h Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
DispatcherMapTopology.h clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
DispatcherPointNeighborhood.h Adds WorkletPointNeighborhood and DispatcherPointNeighborhood types. 2017-08-23 16:42:00 -04:00
DispatcherReduceByKey.h Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
DispatcherStreamingMapField.h Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
ExternalFaces.h Fix spelling error of canonical 2017-08-30 09:23:02 -06:00
ExtractGeometry.h Extract geometry celldata refactor. 2017-06-16 14:34:26 -04:00
ExtractPoints.h Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
ExtractStructured.h Simplify ArrayHandleImplicit template 2017-06-08 16:46:45 -04:00
FieldEntropy.h resolve the code review issue (2nd) 2017-05-23 12:35:37 -06:00
FieldHistogram.h Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
FieldStatistics.h Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
Gradient.h Gradient fast paths now works on cellset permutations. 2017-09-04 12:06:21 -04:00
KdTree3D.h Refactor KDTree3D worklet 2017-08-17 15:25:08 -04:00
KernelSplatter.h Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
Keys.h Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
Magnitude.h clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
MarchingCubes.h Update MarchingCubes to use the new gradient API. 2017-07-05 16:32:31 -04:00
MarchingCubesDataTables.h clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
Mask.h Refactor field processing for Mask worklet/filter. 2017-06-15 13:17:52 -04:00
MaskPoints.h Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
ParticleAdvection.h fix for particle advection build issue 2017-08-10 20:34:05 -04:00
PointAverage.h Update CellToPoint worklets 2017-08-04 12:43:26 -04:00
PointElevation.h clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
RemoveUnusedPoints.h Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
ScatterCounting.h Provide default constructor for ScatterCounting 2017-08-31 16:49:20 -06:00
ScatterIdentity.h All scatters VisitIndex now are zero based. 2017-08-08 09:38:04 -04:00
ScatterPermutation.h All scatters VisitIndex now are zero based. 2017-08-08 09:38:04 -04:00
ScatterUniform.h Simplify ArrayHandleImplicit template 2017-06-08 16:46:45 -04:00
StreamLineUniformGrid.h Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
SurfaceNormals.h Update CellToPoint worklets 2017-08-04 12:43:26 -04:00
Tetrahedralize.h Refactor tetrahedralize filter's field processing. 2017-06-15 14:14:27 -04:00
Threshold.h Refactor the Threshold worklet field mapping. 2017-06-21 09:09:46 -04:00
ThresholdPoints.h Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
Triangulate.h Refactor Triangulate worklet/filter for field mapping. 2017-06-19 14:50:06 -04:00
VertexClustering.h Expand usage of AverageByKey 2017-08-24 17:20:21 -06:00
WaveletCompressor.h Merge branch 'master' of gitlab.kitware.com:vtk/vtk-m 2017-05-30 10:39:46 -06:00
WorkletMapField.h clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
WorkletMapTopology.h Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
WorkletPointNeighborhood.h Adds WorkletPointNeighborhood and DispatcherPointNeighborhood types. 2017-08-23 16:42:00 -04:00
WorkletReduceByKey.h Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00