Skip to content

Removed GetVoidPointer(); threaded grid gradient computation

The filter had the old fashioned GetVoidPointer() invocations, and associated template macros, which were removed and replaced using array dispatch and associated machinery. In addition, the gradient calculation for unstructured data was sped up via SMPTools threading.

Merge request reports