vtk-m/vtkm/filter/contour
Louis Gombert dcdda3065a Split flying edges and marching cells into separate filters
In order to compile the contour filter more efficiently, we split the contour filter into two separate translation units, corresponding to the new filters ContourFlyingEdges and ContourMarchingCells. The API for Contour filter is left totally unchanged, and tries to use flying edges if the dataset is structured and uniform.
All three contour filters inherit from the `AbstractContour` class, providing utility methods used in the implementations.
2023-05-04 15:20:20 +02:00
..
testing Split flying edges and marching cells into separate filters 2023-05-04 15:20:20 +02:00
worklet Split flying edges and marching cells into separate filters 2023-05-04 15:20:20 +02: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 flying edges and marching cells into separate filters 2023-05-04 15:20:20 +02:00
Contour.cxx Split flying edges and marching cells into separate filters 2023-05-04 15:20:20 +02:00
Contour.h Split flying edges and marching cells into separate filters 2023-05-04 15:20:20 +02:00
ContourFlyingEdges.cxx Split flying edges and marching cells into separate filters 2023-05-04 15:20:20 +02:00
ContourFlyingEdges.h Split flying edges and marching cells into separate filters 2023-05-04 15:20:20 +02:00
ContourMarchingCells.cxx Split flying edges and marching cells into separate filters 2023-05-04 15:20:20 +02:00
ContourMarchingCells.h Split flying edges and marching cells into separate filters 2023-05-04 15:20:20 +02: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