vtk-m2/vtkm/filter
Kenneth Moreland 8ae8394690 Merge topic 'fix-inefficient-component-extract'
9e0a38f5d Remove unused typedef
5063527bb Document that an inefficient component extract warning is expected
e16fa28d6 Fix range warning in ArrayHandleCast
2aed0b81c Avoid inefficient component extractions in serialization test
c3b6febb2 Fix ArrayHandleMultiplexer exec test
4b30939dd Fix inefficient copy when extracting rectilinear grids

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2697
2022-02-02 16:56:23 -05:00
..
clean_grid tidy-up language usage 2022-02-02 12:44:00 -07:00
connected_components tidy-up language usage 2022-02-02 12:44:00 -07:00
contour tidy-up language usage 2022-02-02 12:44:00 -07:00
density_estimate tidy-up language usage 2022-02-02 12:44:00 -07:00
entity_extraction Merge topic 'fix-inefficient-component-extract' 2022-02-02 16:56:23 -05:00
field_conversion tidy-up language usage 2022-02-02 12:44:00 -07:00
field_transform Add CreateResult to NewFilter and absorb field mapping 2022-01-27 13:27:39 -07:00
internal Reduce compiler memory usage by removing auto hxx inclusion 2020-11-19 09:59:25 -05:00
particleadvection undo some errant changes. 2021-11-22 13:56:08 -05:00
testing Merge topic 'mir-float-fix' 2022-02-02 11:48:31 -05:00
vector_analysis tidy-up language usage 2022-02-02 12:44:00 -07:00
AmrArrays.h add amr capability as filter 2021-12-13 09:33:47 -07:00
AmrArrays.hxx Deprecate old methods from DynamicCellSet 2022-01-05 08:18:17 -07:00
CellAverage.h Migrate FieldConversion filters 2022-01-29 13:12:01 -07:00
CellMeasures.h Update filters that use FieldCell to use FieldFilter instead 2020-08-10 17:25:55 -06:00
CellMeasures.hxx Deprecate DynamicCellSet and remove from code 2022-01-04 15:38:18 -07:00
CellSetConnectivity.h migrate connected components filters 2022-01-16 12:15:03 -07:00
CleanGrid.h migrate clean_grid and extract_entity filters 2022-01-13 11:14:48 -07:00
ClipWithField.h migrate Contour, ClipWithField and Slice 2022-01-10 20:39:43 -07:00
ClipWithImplicitFunction.h migrate ClipWithImplicitFunction 2022-01-11 05:58:47 -07:00
CMakeLists.txt remove vtkm_filter_common 2022-01-31 14:29:34 -07:00
ComputeMoments.h ComputeMoments: use FilterField instead of FilterCell 2020-08-31 16:51:12 -04:00
ComputeMoments.hxx
Contour.h migrate Contour, ClipWithField and Slice 2022-01-10 20:39:43 -07:00
ContourTreeUniform.h Update filters that use FieldCell to use FieldFilter instead 2020-08-10 17:25:55 -06:00
ContourTreeUniform.hxx Deprecate old methods from DynamicCellSet 2022-01-05 08:18:17 -07:00
ContourTreeUniformAugmented.h Update filters that use FieldCell to use FieldFilter instead 2020-08-10 17:25:55 -06:00
ContourTreeUniformAugmented.hxx Refactored ContourTreeMesh based on Ken Moreland's suggestions 2021-06-28 15:44:43 -07:00
ContourTreeUniformDistributed.h Started adding DIY code for HierarchicalAugmenter 2021-10-20 14:46:21 -07:00
ContourTreeUniformDistributed.hxx Improve comments 2021-11-08 15:24:07 -08:00
CoordinateSystemTransform.h
CoordinateSystemTransform.hxx
CreateResult.h Add CreateResult to NewFilter and absorb field mapping 2022-01-27 13:27:39 -07:00
CrossProduct.h renamve vector_calculus -> vector_analysis 2022-01-31 08:58:38 -07:00
DotProduct.h renamve vector_calculus -> vector_analysis 2022-01-31 08:58:38 -07:00
Entropy.h migrate Entropy and ND filters 2022-01-19 07:20:48 -07:00
ExternalFaces.h migrate clean_grid and extract_entity filters 2022-01-13 11:14:48 -07:00
ExtractGeometry.h migrate ExtractGeometry 2022-01-20 15:02:59 -07:00
ExtractPoints.h migrate clean_grid and extract_entity filters 2022-01-13 11:14:48 -07:00
ExtractStructured.h Migrate ExtractStructured 2022-01-20 15:10:20 -07:00
FieldMetadata.h Deprecate VariantArrayHandle 2021-04-07 16:12:38 -06:00
FieldSelection.h
FieldToColors.h
FieldToColors.hxx Move ColorTable mapping to its own header 2020-09-14 16:40:26 -06:00
Filter.h remove vtkm_filter_common 2022-01-31 14:29:34 -07:00
Filter.hxx Consolidate count-to-offset algorithms 2021-09-16 14:24:41 -06:00
FilterCell.h Deprecate FilterCell 2020-08-10 17:19:06 -06:00
FilterDataSet.h Deprecate DynamicCellSet and remove from code 2022-01-04 15:38:18 -07:00
FilterDataSet.hxx Suppress warning when logging is turned off 2021-09-17 05:34:26 -06:00
FilterDataSetWithField.h Deprecate DynamicCellSet and remove from code 2022-01-04 15:38:18 -07:00
FilterDataSetWithField.hxx
FilterField.h Add threaded filters for multiblock dataset. 2021-08-04 14:27:41 -04:00
FilterField.hxx
FilterParticleAdvection.h template advection filters with particle type 2021-11-22 15:10:08 -05:00
FilterParticleAdvection.hxx Merge topic 'cell-centered-advection' 2022-01-28 12:45:08 -05:00
FilterTemporalParticleAdvection.h template advection filters with particle type 2021-11-22 15:10:08 -05:00
FilterTemporalParticleAdvection.hxx Merge topic 'cell-centered-advection' 2022-01-28 12:45:08 -05:00
FilterTraits.h Fix deprecation warnings 2021-01-26 07:56:39 -07:00
GenerateIds.h restore deprecated filter::GenerateIds 2021-12-13 09:28:17 -07:00
GhostCellClassify.h
GhostCellClassify.hxx Deprecate old methods from DynamicCellSet 2022-01-05 08:18:17 -07:00
GhostCellRemove.h migrate GhostCellRemove and Threshold 2022-01-20 15:10:22 -07:00
Gradient.h renamve vector_calculus -> vector_analysis 2022-01-31 08:58:38 -07:00
Histogram.h migrate Histogram filter 2022-01-17 09:18:42 -07:00
ImageConnectivity.h migrate connected components filters 2022-01-16 12:15:03 -07:00
ImageDifference.h change arg ordering, support setting number of error pixels allowed 2021-01-06 20:50:49 +00:00
ImageDifference.hxx Update code to use ArrayCopyShallowIfPossible 2021-07-15 08:53:52 -06:00
ImageMedian.h Update filters that use FieldCell to use FieldFilter instead 2020-08-10 17:25:55 -06:00
ImageMedian.hxx Deprecate DynamicCellSet and remove from code 2022-01-04 15:38:18 -07:00
Instantiations.h Filters: Add cmake instantiations generator 2021-08-14 13:39:53 -04:00
InstantiationTemplate.cxx.in Filters: Add cmake instantiations generator 2021-08-14 13:39:53 -04:00
Lagrangian.h
Lagrangian.hxx Deprecate old methods from DynamicCellSet 2022-01-05 08:18:17 -07:00
LagrangianStructures.h Removing virtuals v1 2021-03-22 23:00:36 -07:00
LagrangianStructures.hxx Deprecate DynamicCellSet and remove from code 2022-01-04 15:38:18 -07:00
MapFieldMergeAverage.cxx migrate clean_grid and extract_entity filters 2022-01-13 11:14:48 -07:00
MapFieldMergeAverage.h migrate clean_grid and extract_entity filters 2022-01-13 11:14:48 -07:00
MapFieldPermutation.cxx Implement permutation mapping in vtkm_cont 2022-01-24 12:17:23 -07:00
MapFieldPermutation.h migrate clean_grid and extract_entity filters 2022-01-13 11:14:48 -07:00
Mask.h migrate Mask 2022-01-20 15:14:37 -07:00
MaskPoints.h migrate clean_grid and extract_entity filters 2022-01-13 11:14:48 -07:00
MeshQuality.h Fix MeshQuality to work with CellSetSingleType 2021-08-12 12:42:56 -06:00
MeshQuality.hxx Deprecate DynamicCellSet and remove from code 2022-01-04 15:38:18 -07:00
MIRFilter.h Adding missing header 2021-09-01 12:04:31 -07:00
MIRFilter.hxx Merge topic 'mir-float-fix' 2022-02-02 11:48:31 -05:00
NDEntropy.h migrate Entropy and ND filters 2022-01-19 07:20:48 -07:00
NDHistogram.h migrate Entropy and ND filters 2022-01-19 07:20:48 -07:00
NewFilter.cxx Add CreateResult to NewFilter and absorb field mapping 2022-01-27 13:27:39 -07:00
NewFilter.h Add CreateResult to NewFilter and absorb field mapping 2022-01-27 13:27:39 -07:00
NewFilterField.cxx Add CreateResult to NewFilter and absorb field mapping 2022-01-27 13:27:39 -07:00
NewFilterField.h Add CreateResult to NewFilter and absorb field mapping 2022-01-27 13:27:39 -07:00
ParticleAdvection.h Create typedefs for existing filters with same name. 2021-11-22 22:20:38 -05:00
ParticleAdvection.hxx Create typedefs for existing filters with same name. 2021-11-22 22:20:38 -05:00
ParticleDensityCloudInCell.h migrate particle density filters 2022-01-19 10:34:43 -07:00
ParticleDensityNearestGridPoint.h migrate particle density filters 2022-01-19 10:34:43 -07:00
Pathline.h Create typedefs for existing filters with same name. 2021-11-22 22:20:38 -05:00
Pathline.hxx Create typedefs for existing filters with same name. 2021-11-22 22:20:38 -05:00
PathParticle.h Create typedefs for existing filters with same name. 2021-11-22 22:20:38 -05:00
PathParticle.hxx Create typedefs for existing filters with same name. 2021-11-22 22:20:38 -05:00
PointAverage.h Migrate FieldConversion filters 2022-01-29 13:12:01 -07:00
PointElevation.h
PointElevation.hxx
PointTransform.h
PointTransform.hxx
PolicyBase.h Deprecate DynamicCellSet and remove from code 2022-01-04 15:38:18 -07:00
PolicyDefault.h
Probe.h Enable setting invalid value in probe filter 2020-06-03 15:29:37 -06:00
Probe.hxx Fix probe filter field mapping 2021-08-09 12:56:28 -04:00
Slice.h migrate Contour, ClipWithField and Slice 2022-01-10 20:39:43 -07:00
SplitSharpEdges.h
SplitSharpEdges.hxx Deprecate DynamicCellSet and remove from code 2022-01-04 15:38:18 -07:00
Streamline.h Create typedefs for existing filters with same name. 2021-11-22 22:20:38 -05:00
Streamline.hxx Create typedefs for existing filters with same name. 2021-11-22 22:20:38 -05:00
StreamSurface.h Removing virtuals v1 2021-03-22 23:00:36 -07:00
StreamSurface.hxx Deprecate DynamicCellSet and remove from code 2022-01-04 15:38:18 -07:00
SurfaceNormal.h renamve vector_calculus -> vector_analysis 2022-01-31 08:58:38 -07:00
TaskQueue.h Add threaded filters for multiblock dataset. 2021-08-04 14:27:41 -04:00
Tetrahedralize.h
Tetrahedralize.hxx Deprecate DynamicCellSet and remove from code 2022-01-04 15:38:18 -07:00
Threshold.h migrate GhostCellRemove and Threshold 2022-01-20 15:10:22 -07:00
ThresholdPoints.h migrate clean_grid and extract_entity filters 2022-01-13 11:14:48 -07:00
Triangulate.h
Triangulate.hxx Deprecate DynamicCellSet and remove from code 2022-01-04 15:38:18 -07:00
Tube.h
Tube.hxx
VectorMagnitude.h renamve vector_calculus -> vector_analysis 2022-01-31 08:58:38 -07:00
VertexClustering.h
VertexClustering.hxx
WarpScalar.h
WarpScalar.hxx
WarpVector.h
WarpVector.hxx
ZFPCompressor1D.h
ZFPCompressor1D.hxx Deprecate DynamicCellSet and remove from code 2022-01-04 15:38:18 -07:00
ZFPCompressor2D.h
ZFPCompressor2D.hxx Deprecate old methods from DynamicCellSet 2022-01-05 08:18:17 -07:00
ZFPCompressor3D.h
ZFPCompressor3D.hxx Deprecate old methods from DynamicCellSet 2022-01-05 08:18:17 -07:00
ZFPDecompressor1D.h
ZFPDecompressor1D.hxx Deprecate DynamicCellSet and remove from code 2022-01-04 15:38:18 -07:00
ZFPDecompressor2D.h
ZFPDecompressor2D.hxx Deprecate old methods from DynamicCellSet 2022-01-05 08:18:17 -07:00
ZFPDecompressor3D.h
ZFPDecompressor3D.hxx Deprecate old methods from DynamicCellSet 2022-01-05 08:18:17 -07:00