vtk-m/vtkm/worklet
Li-Ta Lo 8113d15ef7 Merge branch 'master' into field_conversion
# Conflicts:
#	benchmarking/BenchmarkFilters.cxx
#	vtkm/filter/CMakeLists.txt
#	vtkm/filter/testing/UnitTestSplitSharpEdgesFilter.cxx
2022-01-31 14:08:02 -07:00
..
cellmetrics clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
colorconversion Update CellSetExtrude to not specify exec types by device 2021-02-08 16:57:16 -07:00
contourtree Deprecate ArrayHandle::ExecutionTypes 2021-02-08 12:17:37 -07:00
contourtree_augmented Fix slow ArrayCopy calls 2022-01-24 14:15:45 -07:00
contourtree_distributed Prefer ArrayHandle::Fill over Algorithm::Fill 2022-01-04 08:50:57 -07:00
cosmotools Consolidate count-to-offset algorithms 2021-09-16 14:24:41 -06:00
histogram Pasing range explicitly to NDHistogram worklet for ALPINE 2D sampling milestone 2020-09-05 00:45:19 -06:00
internal Deprecate DynamicCellSet and remove from code 2022-01-04 15:38:18 -07:00
lcs Deprecate old methods from DynamicCellSet 2022-01-05 08:18:17 -07:00
mir Updating portal types to newer 1.6 requirements 2021-08-10 13:36:37 -07:00
moments Deprecate DynamicCellSet and remove from code 2022-01-04 15:38:18 -07:00
particleadvection Fix slow ArrayCopy calls 2022-01-24 14:15:45 -07:00
spatialstructure Deprecate KdTree3D worklets 2021-08-02 09:50:41 -06:00
splatkernels
testing Merge branch 'master' into field_conversion 2022-01-31 14:08:02 -07:00
tetrahedralize Make triangulate implementation more general 2021-09-08 12:49:11 -06:00
triangulate Make triangulate implementation more general 2021-09-08 12:49:11 -06:00
wavelets Deprecate ArrayHandle::Shrink 2021-02-01 08:07:40 -07:00
zfp clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
AverageByKey.h Fix slow ArrayCopy calls 2022-01-24 14:15:45 -07:00
AveragePointNeighborhood.h Implement and test Image Comparison Filters and Worklets 2020-12-02 16:24:06 +00:00
BoundaryTypes.h Add CellNeighborhood 2020-07-15 14:41:32 -06:00
CellDeepCopy.h Deprecate DynamicCellSet and remove from code 2022-01-04 15:38:18 -07:00
CellMeasure.h CellMetrics return vtkm::ErrorCode instead of raising errors 2020-04-16 17:27:42 -04:00
CMakeLists.txt Merge branch 'master' into field_conversion 2022-01-31 14:08:02 -07:00
ContourTreeUniform.h
ContourTreeUniformAugmented.h Minor fixed for performane logging 2020-12-02 14:29:15 -08:00
CoordinateSystemTransform.h
CosmoTools.h
DescriptiveStatistics.h Fix issues of calling __host__ from __device__ 2020-06-17 14:55:43 -06:00
DispatcherCellNeighborhood.h reverse #include on CellNeighborhood 2020-07-21 18:49:57 -06:00
DispatcherMapField.h Deprecate VariantArrayHandle 2021-04-07 16:12:38 -06:00
DispatcherMapTopology.h Reverse Invoker, Dispatcher and Worklet dependency 2020-07-21 17:25:43 -06:00
DispatcherPointNeighborhood.h Reverse Invoker, Dispatcher and Worklet dependency 2020-07-21 17:25:43 -06:00
DispatcherReduceByKey.h Reverse Invoker, Dispatcher and Worklet dependency 2020-07-21 17:25:43 -06:00
FieldStatistics.h
ImageDifference.h General: remove warnings in the CI 2021-06-26 18:12:56 -04:00
KdTree3D.h Deprecate KdTree3D worklets 2021-08-02 09:50:41 -06:00
KernelSplatter.h clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
Keys.h Make deprecated tags more descriptive 2021-02-09 09:45:41 -07:00
Keys.hxx ConvertNumComponentsToOffsets using ScanExtented vs. ScanExclusive 2020-03-05 10:57:34 -05:00
KeysSignedTypes.cxx Optionally remove all use of ArrayHandleVirtual 2020-09-04 22:52:45 -06:00
KeysUnsignedTypes.cxx Optionally remove all use of ArrayHandleVirtual 2020-09-04 22:52:45 -06:00
LagrangianStructures.h Deprecate DynamicCellSet and remove from code 2022-01-04 15:38:18 -07:00
MaskIndices.h Deprecate VariantArrayHandle 2021-04-07 16:12:38 -06:00
MaskNone.h vtkm::cont::Invoker supports both Masks and Scatter 2019-09-27 17:11:18 -04:00
MaskSelect.cxx Deprecate VariantArrayHandle 2021-04-07 16:12:38 -06:00
MaskSelect.h Deprecate VariantArrayHandle 2021-04-07 16:12:38 -06:00
MeshQuality.h CellMetrics return vtkm::ErrorCode instead of raising errors 2020-04-16 17:27:42 -04:00
MIR.h migrate Contour, ClipWithField and Slice 2022-01-10 20:39:43 -07:00
NDimsHistMarginalization.h clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
Normalize.h Remove unneeded ExecutionSignatures 2019-10-09 14:56:07 -04:00
ParticleAdvection.h template advection filters with particle type 2021-11-22 15:10:08 -05:00
PointElevation.h
PointTransform.h
Probe.h Deprecate DynamicCellSet and remove from code 2022-01-04 15:38:18 -07:00
ScalarsToColors.h
ScalarsToColors.hxx
ScatterCounting.cxx Deprecate VariantArrayHandle 2021-04-07 16:12:38 -06:00
ScatterCounting.h Deprecate VariantArrayHandle 2021-04-07 16:12:38 -06:00
ScatterIdentity.h
ScatterPermutation.h
ScatterUniform.h
SplitSharpEdges.h Convert filters to use precompiled field map functions where applicable 2020-05-21 08:34:32 -06:00
StableSortIndices.h Deprecate ArrayHandle::ExecutionTypes 2021-02-08 12:17:37 -07:00
StreamLineUniformGrid.h Deprecate old methods from DynamicCellSet 2022-01-05 08:18:17 -07:00
StreamSurface.h Deprecate old methods from DynamicCellSet 2022-01-05 08:18:17 -07:00
Tetrahedralize.h Make triangulate implementation more general 2021-09-08 12:49:11 -06:00
TriangleWinding.h Deprecate DynamicCellSet and remove from code 2022-01-04 15:38:18 -07:00
Triangulate.h Make triangulate implementation more general 2021-09-08 12:49:11 -06:00
Tube.h Deprecate old methods from DynamicCellSet 2022-01-05 08:18:17 -07:00
VertexClustering.h Deprecate DynamicCellSet and remove from code 2022-01-04 15:38:18 -07:00
WarpScalar.h
WarpVector.h
WaveletCompressor.h
WorkletCellNeighborhood.h clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
WorkletMapField.h Reverse Invoker, Dispatcher and Worklet dependency 2020-07-21 17:25:43 -06:00
WorkletMapTopology.h Reverse Invoker, Dispatcher and Worklet dependency 2020-07-21 17:25:43 -06:00
WorkletNeighborhood.h Extract WorkletNeighborhood base class 2020-07-20 17:50:14 -06:00
WorkletPointNeighborhood.h clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
WorkletReduceByKey.h Reverse Invoker, Dispatcher and Worklet dependency 2020-07-21 17:25:43 -06:00
ZFP1DCompressor.h
ZFP1DDecompress.h
ZFP2DCompressor.h
ZFP2DDecompress.h
ZFPCompressor.h
ZFPDecompress.h