Skip to content

Reworked filter for performance and reduced memory usage.

Completely rewrote the filter for performance. Algorithm and associated data structures redesigned for threaded computation. Threading added for critical steps in the algorithm. Memory fragmentation and excessive memory use (due to many vtkIdLists()) eliminated. ArrayDispatch and associated templated access added. Simplified process of classifying vertices.

Edited by Will Schroeder

Merge request reports