Skip to content
  • Robert Maynard's avatar
    Compile most frequently used VTK-m filters into a library · 8520d70e
    Robert Maynard authored
    VTK-m now provides the following filters with the default policy
    as part of the vtkm_filter library:
      - CellAverage
      - CleanGrid
      - ClipWithField
      - ClipWithImplicitFunction
      - Contour
      - ExternalFaces
      - ExtractStructured
      - PointAverage
      - Threshold
      - VectorMagnitude
    
    By building these as a library we hope to provide faster compile
    times for consumers of VTK-m when using common configurations.
    8520d70e