[vtk-developers] [VTK 0013171]: void vtkImageData::GetPoint(vtkIdType id, double x[3]) is not thread-safe

Mantis Bug Tracker mantis at public.kitware.com
Mon May 14 07:37:45 EDT 2012


The following issue has been SUBMITTED. 
====================================================================== 
http://vtk.org/Bug/view.php?id=13171 
====================================================================== 
Reported By:                Hal Canary
Assigned To:                
====================================================================== 
Project:                    VTK
Issue ID:                   13171
Category:                   (No Category)
Reproducibility:            have not tried
Severity:                   minor
Priority:                   normal
Status:                     backlog
Project:                    TBD 
Type:                       incorrect functionality 
Resolution:                 open
Fixed in Version:           
====================================================================== 
Date Submitted:             2012-05-14 07:37 EDT
Last Modified:              2012-05-14 07:37 EDT
====================================================================== 
Summary:                    void vtkImageData::GetPoint(vtkIdType id, double
x[3]) is not thread-safe
Description: 
The function "void vtkImageData::GetPoint(vtkIdType id, double x[3])" calls the
non-threadsafe function "double *vtkImageData::GetPoint(vtkIdType ptId)", which
makes both functions non-threadsafe.  

This commit fixes the bug
http://www.vtk.org/gitweb?p=VTK.git;a=commit;h=ea11e1a1319d38f3c6b254f956143d48bf3abed6
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2012-05-14 07:37 Hal Canary     New Issue                                    
======================================================================




More information about the vtk-developers mailing list