vtk-m2/vtkm/worklet
Kenneth Moreland 76ce9c87f0 Support using Token calling PrepareForExecution in ExecutionObject
The old version of ExecutionObject (that only takes a device) is still
supported, but you will get a deprecated warning if that is what is
defined.

Supporing this also included sending vtkm::cont::Token through the
vtkm::cont::arg::Transport mechanism, which was a change that propogated
through a lot of code.
2020-02-25 07:41:39 -07:00
..
cellmetrics Correct double to float warning in CellAspectFrobeniusMetric 2020-01-14 11:18:22 -05:00
clip
colorconversion Convert uses of ListTagBase to List 2019-12-06 15:37:46 -07:00
connectivities Convert uses of ListTagBase to List 2019-12-06 15:37:46 -07:00
contour rename MarchingCubes to Contour 2019-08-17 19:10:57 -06:00
contourtree Replace C-tyle casts with C++ style 2020-02-24 11:19:37 -08:00
contourtree_augmented Fix bug in ActiveGraph DebugPrint 2020-01-29 12:30:18 -08:00
cosmotools Make BinaryOperators/Predicates more flexible. 2019-12-18 15:51:59 -05:00
gradient Support using Token calling PrepareForExecution in ExecutionObject 2020-02-25 07:41:39 -07:00
histogram Use ArrayGetValue where possible in worklets. 2019-08-22 16:42:17 -04:00
internal Support using Token calling PrepareForExecution in ExecutionObject 2020-02-25 07:41:39 -07:00
lcs Addressing Ken's review suggestions 2019-09-06 12:06:15 -06:00
moments Remove instances of ListTag in favor of List 2019-12-06 21:32:36 -07:00
particleadvection Mark virtual destructors as override where applicable 2020-01-13 15:54:33 -05:00
spatialstructure Increase CUDA stack size for ParticleAdvection worklets. 2019-09-09 16:06:23 -04:00
splatkernels
testing Fix layout of array definition in unit test 2020-01-30 16:45:59 -08:00
tetrahedralize CellSet classes don't require a name 2019-09-02 10:39:58 -04:00
triangulate CellSet classes don't require a name 2019-09-02 10:39:58 -04:00
wavelets Use ArrayGetValue where possible in worklets. 2019-08-22 16:42:17 -04:00
zfp Removed unnecessary increment and decrement from ZFPDecode 2020-01-01 10:08:35 -05:00
AverageByKey.h
CellAverage.h
CellDeepCopy.h Refactor CellSetExplicit to remove NumIndices. 2019-09-30 12:27:13 -04:00
CellMeasure.h Deprecate ListTag operations 2019-12-05 11:27:31 -05:00
Clip.h Convert uses of ListTagBase to List 2019-12-06 15:37:46 -07:00
CMakeLists.txt VTK-m use a jobs pool for compiling large compilation units. 2019-11-29 15:49:54 -05:00
Contour.h Add missing constructors/assignment operators 2020-01-14 11:18:22 -05:00
ContourTreeUniform.h
ContourTreeUniformAugmented.h Update docs for ContourTreeUniformAugmented worklet 2020-01-27 03:13:26 -08:00
CoordinateSystemTransform.h
CosmoTools.h
CrossProduct.h Remove unneeded ExecutionSignatures 2019-10-09 14:56:07 -04:00
DispatcherMapField.h Renamed to SchedulingRange to follow VTK-m naming convention 2020-01-29 10:39:41 -05:00
DispatcherMapTopology.h Renamed to SchedulingRange to follow VTK-m naming convention 2020-01-29 10:39:41 -05:00
DispatcherPointNeighborhood.h Renamed to SchedulingRange to follow VTK-m naming convention 2020-01-29 10:39:41 -05:00
DispatcherReduceByKey.h Renamed to SchedulingRange to follow VTK-m naming convention 2020-01-29 10:39:41 -05:00
DispatcherStreamingMapField.h Support using Token calling PrepareForExecution in ExecutionObject 2020-02-25 07:41:39 -07:00
DotProduct.h Remove unneeded ExecutionSignatures 2019-10-09 14:56:07 -04:00
ExternalFaces.h Refactor CellSetExplicit to remove NumIndices. 2019-09-30 12:27:13 -04:00
ExtractGeometry.h Improve Threshold runtime and compile performance 2019-11-26 16:53:56 -05:00
ExtractPoints.h Improve Threshold runtime and compile performance 2019-11-26 16:53:56 -05:00
ExtractStructured.h Merge topic 'improve_extract_structured_compile_overhead' 2019-12-12 11:36:37 -05:00
FieldEntropy.h
FieldHistogram.h Use ArrayGetValue where possible in worklets. 2019-08-22 16:42:17 -04:00
FieldStatistics.h Use ArrayGetValue where possible in worklets. 2019-08-22 16:42:17 -04:00
Gradient.h Remove vtkm::BaseComponent 2019-09-09 13:01:03 -06:00
KdTree3D.h
KernelSplatter.h
Keys.h Support using Token calling PrepareForExecution in ExecutionObject 2020-02-25 07:41:39 -07:00
Keys.hxx Improve VTK-m compilation times by compiling more keys<T> types 2019-09-13 16:17:11 -04:00
KeysSignedTypes.cxx Improve VTK-m compilation times by compiling more keys<T> types 2019-09-13 16:17:11 -04:00
KeysUnsignedTypes.cxx Improve VTK-m compilation times by compiling more keys<T> types 2019-09-13 16:17:11 -04:00
LagrangianStructures.h Correct warnings found by GCC 9.2 2019-12-02 09:33:35 -05:00
Magnitude.h Remove unneeded ExecutionSignatures 2019-10-09 14:56:07 -04:00
Mask.h Improve Threshold runtime and compile performance 2019-11-26 16:53:56 -05:00
MaskIndices.h vtkm::cont::Invoker supports both Masks and Scatter 2019-09-27 17:11:18 -04:00
MaskNone.h vtkm::cont::Invoker supports both Masks and Scatter 2019-09-27 17:11:18 -04:00
MaskPoints.h CellSet classes don't require a name 2019-09-02 10:39:58 -04:00
MaskSelect.cxx optimization for mask select for all masks active. 2019-10-10 16:56:26 -04:00
MaskSelect.h Convert uses of ListTagBase to List 2019-12-06 15:37:46 -07:00
MeshQuality.h fix cast warning 2019-09-29 12:03:15 -07:00
NDimsEntropy.h
NDimsHistMarginalization.h Use ArrayGetValue where possible in worklets. 2019-08-22 16:42:17 -04:00
NDimsHistogram.h Update lists in TypeListTag.h 2019-12-05 11:05:19 -07:00
Normalize.h Remove unneeded ExecutionSignatures 2019-10-09 14:56:07 -04:00
OrientCellNormals.h vtkm::cont::Invoker supports both Masks and Scatter 2019-09-27 17:11:18 -04:00
OrientNormals.h
OrientPointAndCellNormals.h
OrientPointNormals.h
OscillatorSource.h
ParticleAdvection.h cleanup for LCS filter. 2019-12-11 13:32:40 -07:00
PointAverage.h
PointElevation.h
PointMerge.h Refactor CellSetExplicit to remove NumIndices. 2019-09-30 12:27:13 -04:00
PointTransform.h Make PointTransform actually transform the points 2019-08-26 12:29:24 -06:00
Probe.h Convert uses of ListTagBase to List 2019-12-06 15:37:46 -07:00
RemoveDegenerateCells.h CellSet classes don't require a name 2019-09-02 10:39:58 -04:00
RemoveUnusedPoints.h Refactor CellSetExplicit to remove NumIndices. 2019-09-30 12:27:13 -04:00
ScalarsToColors.h
ScalarsToColors.hxx Remove vtkm::BaseComponent 2019-09-09 13:01:03 -06:00
ScatterCounting.cxx
ScatterCounting.h Convert uses of ListTagBase to List 2019-12-06 15:37:46 -07:00
ScatterIdentity.h
ScatterPermutation.h
ScatterUniform.h
SplitSharpEdges.h Refactor CellSetExplicit to remove NumIndices. 2019-09-30 12:27:13 -04:00
StableSortIndices.h
StreamLineUniformGrid.h Refactor CellSetExplicit to remove NumIndices. 2019-09-30 12:27:13 -04:00
StreamSurface.h
SurfaceNormals.h Update lists in TypeListTag.h 2019-12-05 11:05:19 -07:00
Tetrahedralize.h
Threshold.h Improve Threshold runtime and compile performance 2019-11-26 16:53:56 -05:00
ThresholdPoints.h Improve Threshold runtime and compile performance 2019-11-26 16:53:56 -05:00
TriangleWinding.h Refactor CellSetExplicit to remove NumIndices. 2019-09-30 12:27:13 -04:00
Triangulate.h Remove unneeded ExecutionSignatures 2019-10-09 14:56:07 -04:00
Tube.h Fix compiler warning in Tube worklet 2019-11-06 17:06:11 -07:00
VertexClustering.h Convert uses of ListTagBase to List 2019-12-06 15:37:46 -07:00
WarpScalar.h
WarpVector.h
WaveletCompressor.h Use ArrayGetValue where possible in worklets. 2019-08-22 16:42:17 -04:00
WorkletMapField.h Update lists in TypeListTag.h 2019-12-05 11:05:19 -07:00
WorkletMapTopology.h Mark deprecated superclasses of WorkletMapTopology with VTKM_DEPRECATED 2020-02-06 20:30:21 -06:00
WorkletPointNeighborhood.h Update lists in TypeListTag.h 2019-12-05 11:05:19 -07:00
WorkletReduceByKey.h
ZFP1DCompressor.h
ZFP1DDecompress.h
ZFP2DCompressor.h
ZFP2DDecompress.h
ZFPCompressor.h
ZFPDecompress.h