vtk-m/vtkm/filter/contour
Sujin Philip 1261e459d3 Clip: Remove unused points
The clip filter used to copy the input points and point fields as is,
regardless of if they were actually part of the output. With this change,
we track which input points are actually part of the output and copy
only those values.

Address: #112
2023-04-11 14:35:25 -04:00
..
testing Clip: Remove unused points 2023-04-11 14:35:25 -04:00
worklet Clip: Remove unused points 2023-04-11 14:35:25 -04: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 Add module mechanism 2022-10-26 12:51:05 -06:00
Contour.cxx Update contour filter's field map to work on any field type 2023-01-30 13:14:56 -07:00
Contour.h Rename NewFilter base classes to Filter 2022-12-01 13:07:56 -07:00
MIRFilter.cxx Map fields of any type in MIRFilter 2023-02-03 08:34:08 -05: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