vtk-m/vtkm/filter/contour
Sujin Philip bda2d3d8e1 Clip: remap centroid interpolation points to used-only point
Previously, Clip was updated to remove unused points from the input.
This requires a re-mapping of point ids after compaction. This
re-mapping was missed for the points used for interpolation of centorid
points.
2023-09-04 10:51:47 -04:00
..
testing Add regression test for flying edges interpolating cell fields 2023-08-30 13:12:55 -05:00
worklet Clip: remap centroid interpolation points to used-only point 2023-09-04 10:51:47 -04:00
AbstractContour.h Split flying edges and marching cells into separate filters 2023-05-04 15:20:20 +02:00
ClipWithField.cxx Update clip filter's field map to work on any field type 2023-01-24 11:14:51 -07:00
ClipWithField.h Rename NewFilter base classes to Filter 2022-12-01 13:07:56 -07:00
ClipWithImplicitFunction.cxx Update clip with implicit function filter's field map 2023-03-21 13:33:30 -06:00
ClipWithImplicitFunction.h Rename NewFilter base classes to Filter 2022-12-01 13:07:56 -07:00
CMakeLists.txt Split the compilation of ContourMarchingCells into instantiations 2023-06-26 14:07:47 -04:00
Contour.cxx Implement Flying Edges for all structured CellSets 2023-05-10 15:20:53 +02:00
Contour.h Split flying edges and marching cells into separate filters 2023-05-04 15:20:20 +02:00
ContourFlyingEdges.cxx Implement Flying Edges for all structured CellSets 2023-05-10 15:20:53 +02:00
ContourFlyingEdges.h Split flying edges and marching cells into separate filters 2023-05-04 15:20:20 +02:00
ContourMarchingCells.cxx Split the compilation of ContourMarchingCells into instantiations 2023-06-26 14:07:47 -04:00
ContourMarchingCells.h Split flying edges and marching cells into separate filters 2023-05-04 15:20:20 +02:00
MIRFilter.cxx Support any cell type in MIR filter 2023-08-17 10:11:25 -04:00
MIRFilter.h Rename NewFilter base classes to Filter 2022-12-01 13:07:56 -07:00
Slice.cxx Slice should support slicing along non-zero values 2022-09-12 16:09:07 -04:00
Slice.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
vtkm.module Add module mechanism 2022-10-26 12:51:05 -06:00