-
- Downloads
Improve performance of vtkCellIterator.
vtkCellIterator uses vtkPoints and vtkIdList for caching cell data. Every time an iterator is modified these objects are resetted which updates their modified time. This involves expensive atomic operationsi, that adds up to a few seconds for large datasets. This fix removes the resetting since the modified time of these objects are never used.
Please register or sign in to comment