vtk-m2/vtkm/filter
Kenneth Moreland a62eb7eb88 Update the interface and documentation of GhostCellRemove
The `GhostCellRemove` filter had some methods inconsistent with the naming
convention elsewhere in VTK-m. The class itself was also in need of some
updated documentation. Both of these issues have been fixed.

Additionally, there were some conditions that could lead to unexpected
behavior. For example, if the filter was asked to remove only ghost cells
and a cell was both a ghost cell and blank, it would not be removed. This
has been updated to be more consistent with expectations.
2023-08-08 21:43:38 -04:00
..
clean_grid Implement Flying Edges for all structured CellSets 2023-05-10 15:20:53 +02:00
connected_components Merge topic 'source-point-dims' 2022-12-04 09:27:21 -05:00
contour Simplify MarchingCells execute method 2023-06-27 09:07:44 -04:00
density_estimate Add new ContinuousScatterPlot filter 2023-04-14 10:00:33 +02:00
entity_extraction Update the interface and documentation of GhostCellRemove 2023-08-08 21:43:38 -04:00
field_conversion Change PointAverage to work on fields of any type 2023-02-03 14:52:04 -05:00
field_transform Compile CompositeVectors filter with regular compiler 2023-07-09 20:17:53 -04:00
flow kick the dashboards. 2023-06-29 08:25:13 -04:00
geometry_refinement remove unused variables 2023-08-07 14:51:06 -04:00
image_processing Allow ComputeMoments to operate on any scalar field 2023-06-05 08:44:03 -04:00
mesh_info Advanced Compute Range 2023-07-04 11:54:56 -04:00
multi_block Merge topic 'source-point-dims' 2022-12-04 09:27:21 -05:00
resampling add histsampling filter 2023-06-30 03:57:49 +00:00
scalar_topology added fix using read portal after sort and unit test using on the fly dataset 2023-07-31 23:45:32 -04:00
testing Make source parameters more clear 2022-12-01 08:13:58 -07:00
vector_analysis Add support for CastAndCallVariableVecField in FilterField 2023-05-22 10:14:59 -06:00
zfp Rename NewFilter base classes to Filter 2022-12-01 13:07:56 -07:00
CMakeLists.txt cmake: namespace vtkm export targets 2022-12-09 18:46:56 -05:00
FieldSelection.cxx Allow FieldSelection to simultaneously include and exclude fields 2022-11-03 12:57:59 -06:00
FieldSelection.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
Filter.cxx Fix the passing of fields in filters 2023-02-13 14:06:43 -07:00
Filter.h Fix the passing of fields in filters 2023-02-13 14:06:43 -07:00
FilterField.cxx Rename NewFilter base classes to Filter 2022-12-01 13:07:56 -07:00
FilterField.h Add support for CastAndCallVariableVecField in FilterField 2023-05-22 10:14:59 -06:00
MapFieldMergeAverage.cxx Deprecate old filter base classes and supporting classes 2022-09-27 06:52:44 -06:00
MapFieldMergeAverage.h migrate clean_grid and extract_entity filters 2022-01-13 11:14:48 -07:00
MapFieldPermutation.cxx Clean up point mapping in CleanGrid 2023-02-02 12:13:54 -05:00
MapFieldPermutation.h Clean up point mapping in CleanGrid 2023-02-02 12:13:54 -05:00
TaskQueue.h Address reviewer comments and suggestions. 2022-08-11 13:43:49 -04:00
vtkm.module Fix some deprecated hacks in modules 2022-10-27 10:24:28 -06:00