Skip to content
Commit 4345f286 authored by Kyle Lutz's avatar Kyle Lutz
Browse files

Fix thread-safety issue in vtkImageData::GetDimensions()

This fixes a thread-safety issue in the vtkImageData::GetDimensions()
method. The thread-safe version (which takes a pointer to the output
array) was calling the non-thread-safe version causing both to not be
thread safe. The calculation of the dimensions was moved to the thread-
safe version so it can now be reliably called from multiple threds.

Change-Id: I156d6e196c5b7a0ab4654941a646dfad4e4cfefe
parent 4a1ff5af
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment