Skip to content
  • Louis Gombert's avatar
    Split flying edges and marching cells into separate filters · dcdda306
    Louis Gombert authored
    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.
    dcdda306
Loading