- Sep 11, 2015
-
-
585a7c9e Particle path improvements intended for in situ processing. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !654
-
37df0bd2 Better assert for test 941be8d8 Try to shut up warning Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !647
-
d3bea4f5 Refining tests and test images 9112341a Rebased; tweaked tests ec13363c Used 200grit to polish the code (bugs fixes) 55a7c0e0 Reduce size of dataset processed by TestFlyingEdges3D 9d816358 Fixed skipping non-intersecting slices. b1b0b635 Get ThreadedSynchronizedTemplates3D to work with more than 4GB. e897682a COMP: Member template function use on Mac b3606ce7 Refactored code and thread over slices ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !645
-
cd4e06ad Fix warning when compiling with Python 3.5. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !657
-
David Gobbi authored
The PyNumberMethods initializer has two more elements in Python 3.5, for matrix multiplication.
-
Will Schroeder authored
-
Will Schroeder authored
-
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
-
Andrew Bauer authored
Cleaning up the particle paths implementation to get rid of stuff intended for using particle paths in situ. This allows some methods to be overwritten which only make sense for in situ use and removes other parts that only really make sense in situ. The new in situ particle path filter will be in ParaView.
-
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
Better assert for test
-
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
Try to shut up a warning while accomplishing the same goal
-
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
-