-
- Downloads
Prefer GetIncrements(incs) over getting a pointer
The GetIncrements() method calls ComputeIncrements(), and if you do not supply your own array, then the vtkImageData::Increments ivar is modified and returned. This means that the signature of ComputeIncrements() that returns a pointer is not thread safe.
Showing
- Filters/Core/vtkFlyingEdges2D.cxx 2 additions, 1 deletionFilters/Core/vtkFlyingEdges2D.cxx
- Filters/Core/vtkFlyingEdges3D.cxx 2 additions, 1 deletionFilters/Core/vtkFlyingEdges3D.cxx
- Filters/Core/vtkFlyingEdgesPlaneCutter.cxx 2 additions, 1 deletionFilters/Core/vtkFlyingEdgesPlaneCutter.cxx
- Filters/Core/vtkSynchronizedTemplates2D.cxx 2 additions, 1 deletionFilters/Core/vtkSynchronizedTemplates2D.cxx
- Filters/Hybrid/vtkTransformToGrid.cxx 2 additions, 1 deletionFilters/Hybrid/vtkTransformToGrid.cxx
- Filters/Points/vtkExtractSurface.cxx 2 additions, 1 deletionFilters/Points/vtkExtractSurface.cxx
- Imaging/General/vtkImageGaussianSmooth.cxx 5 additions, 5 deletionsImaging/General/vtkImageGaussianSmooth.cxx
- Imaging/General/vtkImageGradient.cxx 2 additions, 2 deletionsImaging/General/vtkImageGradient.cxx
- Imaging/General/vtkImageLaplacian.cxx 2 additions, 2 deletionsImaging/General/vtkImageLaplacian.cxx
- Imaging/Math/vtkImageDivergence.cxx 2 additions, 2 deletionsImaging/Math/vtkImageDivergence.cxx
- Imaging/Morphological/vtkImageConnector.cxx 2 additions, 2 deletionsImaging/Morphological/vtkImageConnector.cxx
- Imaging/Morphological/vtkImageNonMaximumSuppression.cxx 2 additions, 2 deletionsImaging/Morphological/vtkImageNonMaximumSuppression.cxx
- Rendering/OpenGL/vtkOpenGLImageMapper.cxx 6 additions, 3 deletionsRendering/OpenGL/vtkOpenGLImageMapper.cxx
- Rendering/OpenGL2/vtkOpenGLImageMapper.cxx 6 additions, 3 deletionsRendering/OpenGL2/vtkOpenGLImageMapper.cxx
Loading
Please register or sign in to comment