vtk-m/vtkm/worklet
Kenneth Moreland c6fdceaf46 Fix an error in the clip tables
There was an error in the clip tables for clipping lines. It was
referring to edge 1 for one of the case, but of course a line has only 1
edge at index 0. Fix the error in the clipping table and also add a
check for if we get an index to an invalid line.
2017-01-24 13:23:47 -07:00
..
contourtree Compiler warnings 2017-01-12 14:35:34 -07:00
internal Fix an error in the clip tables 2017-01-24 13:23:47 -07:00
splatkernels Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
testing Merge branch 'reduce-by-key-worklet' into 'master' 2017-01-19 16:25:06 -05:00
wavelets Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
AverageByKey.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
CellAverage.h Simplify the implementation of the average worklets. 2016-12-15 09:10:53 -05:00
CellDeepCopy.h Make it not possible to create a cell set without specifying num points 2017-01-12 13:02:10 -07:00
Clip.h Fix an error in the clip tables 2017-01-24 13:23:47 -07:00
CMakeLists.txt Merge branch 'reduce-by-key-worklet' into 'master' 2017-01-19 16:25:06 -05:00
ContourTreeUniform.h Fix warnings 2017-01-12 15:44:41 -07:00
DispatcherMapField.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
DispatcherMapTopology.h Add passing input domain to transport operator 2016-12-19 17:03:15 -07:00
DispatcherReduceByKey.h Add WorkletReduceByKey and dispatcher 2017-01-17 15:53:06 -07:00
DispatcherStreamingMapField.h Add passing input domain to transport operator 2016-12-19 17:03:15 -07:00
ExternalFaces.h Make it not possible to create a cell set without specifying num points 2017-01-12 13:02:10 -07:00
FieldHistogram.h Refactor MinAndMax to use vtkm::Vec<T,2> instead of Pair. 2016-11-25 13:11:19 -05:00
FieldStatistics.h Refactor MinAndMax to use vtkm::Vec<T,2> instead of Pair. 2016-11-25 13:11:19 -05:00
Gradient.h Fix warnings on GCC6. 2017-01-10 14:22:22 -05:00
KernelSplatter.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
Keys.h Remove static assert from templated function 2017-01-17 15:53:15 -07:00
Magnitude.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
MarchingCubes.h Make it not possible to create a cell set without specifying num points 2017-01-12 13:02:10 -07:00
MarchingCubesDataTables.h Move marching cubes edge table out of the worklet. 2015-12-02 15:33:52 -05:00
PointAverage.h Simplify the implementation of the average worklets. 2016-12-15 09:10:53 -05:00
PointElevation.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
RemoveUnusedPoints.h Make it not possible to create a cell set without specifying num points 2017-01-12 13:02:10 -07:00
ScatterCounting.h Add RemoveUnusedPoints class 2016-11-22 17:11:52 -07:00
ScatterIdentity.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
ScatterUniform.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
StreamLineUniformGrid.h Make it not possible to create a cell set without specifying num points 2017-01-12 13:02:10 -07:00
TetrahedralizeExplicitGrid.h Make it not possible to create a cell set without specifying num points 2017-01-12 13:02:10 -07:00
TetrahedralizeUniformGrid.h Make it not possible to create a cell set without specifying num points 2017-01-12 13:02:10 -07:00
Threshold.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
TriangulateExplicitGrid.h Make it not possible to create a cell set without specifying num points 2017-01-12 13:02:10 -07:00
TriangulateUniformGrid.h Make it not possible to create a cell set without specifying num points 2017-01-12 13:02:10 -07:00
VertexClustering.h Make it not possible to create a cell set without specifying num points 2017-01-12 13:02:10 -07:00
WaveletCompressor.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
WorkletMapField.h Add in-place (in-out) arrays to worklets. 2015-08-12 14:41:56 -06:00
WorkletMapTopology.h Add passing input domain to transport operator 2016-12-19 17:03:15 -07:00
WorkletReduceByKey.h Add ReducedValues[In][Out] tags to WorkletReduceByKey 2017-01-17 15:53:13 -07:00