vtk-m/vtkm/filter/testing
Kenneth Moreland 7be44c847f Enable setting invalid value in probe filter
Initially, the probe filter would simply not set a value if a sample was
outside the input `DataSet`. This is not great as the memory could be
left uninitalized and lead to unpredictable results. The testing
compared these invalid results to 0, which seemed to work but is
probably unstable.

This was partially fixed by a previous change that consolidated to
mapping of cell data with a general routine that permuted data. However,
the fix did not extend to point data in the input, and it was not
possible to specify a particular invalid value.

This change specifically updates the probe filter so that invalid values
are set to a user-specified value.
2020-06-03 15:29:37 -06:00
..
CMakeLists.txt Add MapFieldPermutation function 2020-05-21 08:34:28 -06:00
UnitTestCellAverageFilter.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestCellMeasuresFilter.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestCellSetConnectivityFilter.cxx CellSetConnectivity now inherits from FilterDataSet 2019-09-30 08:50:40 -04:00
UnitTestCleanGrid.cxx Update Contour tests to be aware of flying edge output 2020-03-25 08:23:10 -04:00
UnitTestClipWithFieldFilter.cxx Deprecate DataSetFieldAdd. 2020-05-27 15:27:47 -04:00
UnitTestClipWithImplicitFunctionFilter.cxx Deprecate DataSetFieldAdd. 2020-05-27 15:27:47 -04:00
UnitTestContourFilter.cxx use the new VTKDataSetReader 2020-05-08 11:14:47 -06:00
UnitTestContourFilterNormals.cxx Deprecate DataSetFieldAdd. 2020-05-27 15:27:47 -04:00
UnitTestContourTreeUniformAugmentedFilter.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestContourTreeUniformFilter.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestCoordinateSystemTransform.cxx Output CoordinateSystemTransforms results in Coordinates 2020-03-05 15:21:47 -05:00
UnitTestCrossProductFilter.cxx Deprecate DataSetFieldAdd. 2020-05-27 15:27:47 -04:00
UnitTestDotProductFilter.cxx Deprecate DataSetFieldAdd. 2020-05-27 15:27:47 -04:00
UnitTestEntropyFilter.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestExternalFacesFilter.cxx Remove multiple vtkm::cont::CellSet from vtkm::cont::DataSet 2019-09-02 09:04:51 -04:00
UnitTestExtractGeometryFilter.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestExtractPointsFilter.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestExtractStructuredFilter.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestFieldMetadata.cxx Remove multiple vtkm::cont::CellSet from vtkm::cont::DataSet 2019-09-02 09:04:51 -04:00
UnitTestFieldSelection.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestFieldToColors.cxx Deprecate DataSetFieldAdd. 2020-05-27 15:27:47 -04:00
UnitTestGhostCellClassify.cxx Deprecate DataSetFieldAdd. 2020-05-27 15:27:47 -04:00
UnitTestGhostCellRemove.cxx Deprecate DataSetFieldAdd. 2020-05-27 15:27:47 -04:00
UnitTestGradientExplicit.cxx Improve parallelization when compiling filter tests 2020-03-26 13:40:47 -04:00
UnitTestGradientUniform.cxx Deprecate DataSetFieldAdd. 2020-05-27 15:27:47 -04:00
UnitTestHistogramFilter.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestImageConnectivityFilter.cxx Deprecate DataSetFieldAdd. 2020-05-27 15:27:47 -04:00
UnitTestImageMedianFilter.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestLagrangianFilter.cxx Deprecate DataSetFieldAdd. 2020-05-27 15:27:47 -04:00
UnitTestLagrangianStructuresFilter.cxx Deprecate DataSetFieldAdd. 2020-05-27 15:27:47 -04:00
UnitTestMapFieldMergeAverage.cxx Silence warning about cast losing precision 2020-05-21 08:34:33 -06:00
UnitTestMapFieldPermutation.cxx Add MapFieldPermutation function 2020-05-21 08:33:48 -06:00
UnitTestMaskFilter.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestMaskPointsFilter.cxx Remove multiple vtkm::cont::CellSet from vtkm::cont::DataSet 2019-09-02 09:04:51 -04:00
UnitTestMeshQualityFilter.cxx Remove deprecation warnings throughout the project. 2020-04-30 08:12:04 -04:00
UnitTestNDEntropyFilter.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestNDHistogramFilter.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestPartitionedDataSetFilters.cxx Deprecate DataSetFieldAdd. 2020-05-27 15:27:47 -04:00
UnitTestPartitionedDataSetHistogramFilter.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestPointAverageFilter.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestPointElevationFilter.cxx Deprecate Execute with policy 2020-05-18 12:38:41 -06:00
UnitTestPointTransform.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestProbe.cxx Enable setting invalid value in probe filter 2020-06-03 15:29:37 -06:00
UnitTestSplitSharpEdgesFilter.cxx Deprecate DataSetFieldAdd. 2020-05-27 15:27:47 -04:00
UnitTestStreamlineFilter.cxx Deprecate DataSetFieldAdd. 2020-05-27 15:27:47 -04:00
UnitTestStreamSurfaceFilter.cxx Deprecate DataSetFieldAdd. 2020-05-27 15:27:47 -04:00
UnitTestSurfaceNormalsFilter.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestTetrahedralizeFilter.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestThresholdFilter.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestThresholdPointsFilter.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestTriangulateFilter.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestTubeFilter.cxx Deprecate DataSetFieldAdd. 2020-05-27 15:27:47 -04:00
UnitTestVectorMagnitudeFilter.cxx Deprecate DataSetFieldAdd. 2020-05-27 15:27:47 -04:00
UnitTestVertexClusteringFilter.cxx Deprecate ReadPortal().Get pattern. 2020-05-12 15:43:40 -04:00
UnitTestWarpScalarFilter.cxx Deprecate DataSetFieldAdd. 2020-05-27 15:27:47 -04:00
UnitTestWarpVectorFilter.cxx Deprecate DataSetFieldAdd. 2020-05-27 15:27:47 -04:00
UnitTestZFP.cxx Deprecate DataSetFieldAdd. 2020-05-27 15:27:47 -04:00