-
- Downloads
Fixed thread-safety issue related to new vtkCellArray implementation
The method vtkPolyData::GetCellBounds() was no longer thread-safe in certain conditions (vtkIdType not the same as the underlying vtkCellArray storage type).
Showing
- Common/DataModel/vtkCellArray.h 6 additions, 2 deletionsCommon/DataModel/vtkCellArray.h
- Common/DataModel/vtkCellArrayIterator.h 7 additions, 6 deletionsCommon/DataModel/vtkCellArrayIterator.h
- Common/DataModel/vtkPolyData.cxx 25 additions, 9 deletionsCommon/DataModel/vtkPolyData.cxx
- Common/DataModel/vtkStaticCellLocator.cxx 4 additions, 0 deletionsCommon/DataModel/vtkStaticCellLocator.cxx
Loading
Please register or sign in to comment