Skip to content

vtkTableBasedClipDataSet: Save case index

The CellsMap array which stored if a cell generates anything has been converted to an unsigned char CellsCase to store its case index. This avoids re-computation of the case index in the extract cells pass of the algorithm which requires access to the clipArray. Therefore, we have better memory access and computational performance.

Edited by Spiros Tsalikis

Merge request reports