vtk-m/vtkm/worklet/testing
Kenneth Moreland 72cd0107ee Deprecate Execute with policy
The version of `Filter::Execute` that takes a policy as an argument is now
deprecated. Filters are now able to specify their own fields and types,
which is often why you want to customize the policy for an execution. The
other reason is that you are compiling VTK-m into some other source that
uses a particular types of storage. However, there is now a mechanism in
the CMake configuration to allow you to provide a header that customizes
the "default" types used in filters. This is a much more convenient way to
compile filters for specific types.

One thing that filters were not able to do was to customize what cell sets
they allowed using. This allows filters to self-select what types of cell
sets they support (beyond simply just structured or unstructured). To
support this, the lists `SupportedCellSets`, `SupportedStructuredCellSets`,
and `SupportedUnstructuredCellSets` have been added to `Filter`. When you
apply a policy to a cell set, you now have to also provide the filter.
2020-05-18 12:38:41 -06:00
..
CMakeLists.txt Remove ArrayHandleStreaming capabilities 2020-03-24 15:01:56 -06:00
UnitTestAverageByKey.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestBoundingIntervalHierarchy.cxx Remove deprecation warnings throughout the project. 2020-04-30 08:12:04 -04:00
UnitTestCellAverage.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestCellDeepCopy.cxx Refactor CellSetExplicit to remove NumIndices. 2019-09-30 12:27:13 -04:00
UnitTestCellGradient.cxx Deprecate ReadPortal().Get pattern. 2020-05-12 15:43:40 -04:00
UnitTestCellMeasure.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestCellSetConnectivity.cxx CellSet classes don't require a name 2019-09-02 10:39:58 -04:00
UnitTestCellSetDualGraph.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestClipping.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestClippingWithFunction.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestContour.cxx Flying Edges now works with multiple contours 2020-04-14 09:21:27 -04:00
UnitTestContourTreeUniform.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestContourTreeUniformAugmented.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestCoordinateSystemTransform.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestCosmoTools.cxx Deprecate ReadPortal().Get pattern. 2020-05-12 15:43:40 -04:00
UnitTestCrossProduct.cxx Remove no_discard warnings from unneeded calls of a rng 2020-05-12 09:38:18 -04:00
UnitTestDotProduct.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestExternalFaces.cxx Test that no warnings are generated and tests pass. 2020-04-29 11:30:18 -04:00
UnitTestExtractGeometry.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestExtractPoints.cxx Remove multiple vtkm::cont::CellSet from vtkm::cont::DataSet 2019-09-02 09:04:51 -04:00
UnitTestExtractStructured.cxx Remove multiple vtkm::cont::CellSet from vtkm::cont::DataSet 2019-09-02 09:04:51 -04:00
UnitTestFieldHistogram.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestFieldStatistics.cxx CellSet classes don't require a name 2019-09-02 10:39:58 -04:00
UnitTestGraphConnectivity.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestImageConnectivity.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestInnerJoin.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestKdTreeBuildNNS.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestKeys.cxx ConvertNumComponentsToOffsets using ScanExtented vs. ScanExclusive 2020-03-05 10:57:34 -05:00
UnitTestMagnitude.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestMask.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestMaskIndices.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestMaskPoints.cxx Remove multiple vtkm::cont::CellSet from vtkm::cont::DataSet 2019-09-02 09:04:51 -04:00
UnitTestMaskSelect.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestNDimsEntropy.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestNDimsHistMarginalization.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestNDimsHistogram.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestNormalize.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestOrientNormals.cxx Deprecate Execute with policy 2020-05-18 12:38:41 -06:00
UnitTestParticleAdvection.cxx ReadPortal().Get(idx) is slow in a loop. 2020-05-08 11:30:59 -04:00
UnitTestPointElevation.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestPointGradient.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestPointTransform.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestProbe.cxx Introduce vtkm::ErrorCode 2020-03-13 18:58:33 -06:00
UnitTestRemoveUnusedPoints.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestScalarsToColors.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestScatterAndMask.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestScatterAndMaskWithTopology.cxx Merge topic 'fix-cuda-runtime-errors' 2020-03-25 12:04:11 -04:00
UnitTestScatterCounting.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestScatterPermutation.cxx Remove locking control ArrayPortals 2020-03-16 07:10:10 -06:00
UnitTestSplatKernels.cxx Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
UnitTestSplitSharpEdges.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestStreamLineUniformGrid.cxx CellSet classes don't require a name 2019-09-02 10:39:58 -04:00
UnitTestStreamSurface.cxx Test that no warnings are generated and tests pass. 2020-04-29 11:30:18 -04:00
UnitTestSurfaceNormals.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestTemporalAdvection.cxx Test that no warnings are generated and tests pass. 2020-04-29 11:30:18 -04:00
UnitTestTetrahedralize.cxx Remove multiple vtkm::cont::CellSet from vtkm::cont::DataSet 2019-09-02 09:04:51 -04:00
UnitTestThreshold.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestThresholdPoints.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestTriangleWinding.cxx ConvertNumComponentsToOffsets using ScanExtented vs. ScanExclusive 2020-03-05 10:57:34 -05:00
UnitTestTriangulate.cxx Remove multiple vtkm::cont::CellSet from vtkm::cont::DataSet 2019-09-02 09:04:51 -04:00
UnitTestTube.cxx Test that no warnings are generated and tests pass. 2020-04-29 11:30:18 -04:00
UnitTestVertexClustering.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestWarpScalar.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestWarpVector.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestWaveletCompressor.cxx ReadPortal().Get(idx) is slow in a loop. 2020-05-08 11:30:59 -04:00
UnitTestWholeCellSetIn.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestWorkletMapField3d.cxx relaxes ThreadIndicesType across multiple worklets fetchs 2020-04-24 17:39:31 -04:00
UnitTestWorkletMapField.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestWorkletMapFieldExecArg.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestWorkletMapFieldWholeArray.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestWorkletMapFieldWholeArrayAtomic.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestWorkletMapPointNeighborhood.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestWorkletMapTopologyExplicit.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestWorkletMapTopologyUniform.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestWorkletReduceByKey.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestZFPCompressor.cxx Remove locking control ArrayPortals 2020-03-16 07:10:10 -06:00