- Sep 11, 2015
-
-
Will Schroeder authored
A series of bug fixes including: 1) gradient calculation error; 2) addressing boundary edges interpolation in certain rare cases; 3) setting scalar values (if requested) in one fill_n operation; 4) correct treatment of normals. Also the documentation was improved, and a new .cxx test case was added.
-
-
Will Schroeder authored
Volumes with large empty spaces (i.e., areas with no iso-contour) can b skipped over. This skipping process was not always working and has been fixed.
-
-
Some Mac compilers fail to compile member function calls with the redundant prefix: vtkFlyingEdges2DAlgorithm<T>:: and vtkFlyingEdges3DAlgorithm<T>::. Removing (the redundant) prefix resolves the compilation issues and seems to be portable. Also replaced static const unsigned char with enums. Some Macs had trouble resolving the static consts at link time.
-
Will Schroeder authored
All templated code has been consolidated into a single templated class. The vtkSMPTools::For() has been rewritten to loop over slices rather than edges (a tad faster and the code is cleaner).
-
Will Schroeder authored
Trying different looping strategies.
-
Will Schroeder authored
Each of the three passes of the algorithm has been integrated into the vtkSMPTools. This enables TBB and X-Kaapi support (as well as well as sequential and simple vtkMultiThreader capabilities). Note that there is no distinction between a serial and parallel version of FlyingEdges (i.e., separate implementations).
-
Will Schroeder authored
-
Will Schroeder authored
-
Will Schroeder authored
-
1cea85a8 Add qt5 module be2478c2 Fixes for Python 3 a98c952a Port PyQt4 QVTKRenderWindowInteractor to PyQt5. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Acked-by:
David Gobbi <david.gobbi@gmail.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !101
-
fcec93c7 TestQVTKWidget2: link QtOpenGL in Qt4 Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Dan Lipsa <dan.lipsa@kitware.com> Merge-request: !648
-
63a993a7 Suppress warning in system file 04a92914 Warning fix for win32 27762850 Keep track of what shader uniforms were being used in the shader 67c0a8a8 Fixes related to surface with edges Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !643
-
Ken Martin authored
Suppress warning in system file
-
- Sep 10, 2015
-
-
2cb872b2 Fix non numerical array writing crash and fix support for Quad9 Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David E DeMarle <dave.demarle@kitware.com> Merge-request: !646
-
Ken Martin authored
Warning fix for win32
-
Ben Boeckel authored
-
Ken Martin authored
Since a single mapper can use multiple shader programs it makes sense to keep track of uniforms used in the shader program itself as opposed to the mapper.
-
Alex Tsui authored
-
Signed-off-by:
Alex Tsui <alextsui05@gmail.com>
-
Alex Tsui authored
- Also remove PySide import because they don't support Qt5.
-
Joachim Pouderoux authored
-
aba1844b Fixing bug with plot matrix view when clicking rapidly Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Marcus D. Hanwell <marcus.hanwell@kitware.com> Merge-request: !635
-
- Sep 09, 2015
-
-
Ken Martin authored
This topic fixes an issue where when surface with edges was on the shaders were rebuilding every time when they did not need to because the light complexity was shared between all the shaders. Also when draw edges was on scalar coloring was still happening wen it shoudl not have been.
-
3b6810ff BUG: OSMESA configuration flags can cause link errors. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !637
-
64e5bf97 Fix an issue with wide edges not showing up properly Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !640
-
4a798883 make functions WriteArrayFooter, WriteArrayInline and WriteInlineData virtual Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !545
-
b0291dd3 Fix some fbconfig issues on X Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !638
-
- Sep 08, 2015
-
-
1d97b407 gitignore: exclude Python build artifacts c846e281 twisted: remove pyc files Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !619
-
Ken Martin authored
Fix and issue with wide edges not showing up properly
-
Dan Lipsa authored
This fixes: VTK_OPENGL_HAS_OSMESA on VTK_USE_X on caused link errors in Rendering/OpenGL as some of the cxx files contained code ifdef using VTK_OPENGL_HAS_OSMESA instead of VTK_USE_OSMESA In the past, one could link against both MESA and OSMESA and use OSMESA only for off-screen rendering. In recent versions of MESA this is not the case anymore.
-
Ken Martin authored
If a 3rd party creates the window we were not finding a fbconfig. Also I believe we were leaking some X resources.
-
Ben Boeckel authored
-
5d1ec475 QVTKWidget2: add mouseEvent signal f5f15f7e GUISupportQtOpenGL: add a test for QVTKWidget2 183a2be9 OpenGL2: replace VTKGL2 define ef07b952 QVTKWidget2: request OpenGL 3.2 context with OpenGL2 19db9af9 QVTKWidget2: add a method for creating a suitable GLformat Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Lonie <david.lonie@kitware.com> Merge-request: !373
-
e3ef8a60 COMP: Remove break after return in TestTemplateMacro Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !636
-
Brad King authored
-
0e721888 Changed warning macro into debug macro Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David Lonie <david.lonie@kitware.com> Merge-request: !628
-
eb700f12 Rescale quadraticIntersection test images. Reviewed-by:
Ken Martin <ken.martin@kitware.com> Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !627
-
T.J. Corona authored
-