- 15 Sep, 2015 3 commits
-
-
Ken Martin authored
Add eye dome lighting into VTK. This appears to work but there are some sections of code that look like they may be left over from some earlier attempts. I did fix a couple issues so YMMV.
-
Sujin Philip authored
b961d6d7 Fix vtkSMPThreadLocal API Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Will Schroeder <will.schroeder@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !651
-
Ken Martin authored
b28d7045 Keep old method as the old backend requires it 724a7a71 Some minor cleanups for release Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Reviewed-by:
David E DeMarle <dave.demarle@kitware.com> Merge-request: !480
-
- 14 Sep, 2015 5 commits
-
-
David Gobbi authored
79ed9c29 Help FindPythonLibs.cmake find Py3k on OS X. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !658
-
David Gobbi authored
VTK calls FindPythonInterp first, tries to find the python libraries that match the version of the interpreter. This wasn't working for the OS X python 3.4 package from python.org, because the includes were stored in the directory python3.2m instead of the directory python3.2.
-
Ken Martin authored
2fda9d28 Add method to set the triangle scale Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !652
-
Ben Boeckel authored
17414afa Fix HAVE_ROUND-related build warnings in Visual Studio 2013 Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Acked-by:
Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com> Merge-request: !620
-
Berk Geveci authored
ee3db155 Source was not setting the right key. Fixed. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !655
-
- 13 Sep, 2015 3 commits
-
-
Peter Karasev authored
b4138f4d STY: fix vtkErrorMacro and linelength 2f6915f6 remove incorrect error popup (QT5 + local build + OpenGL 4.x) Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !397
-
Peter Karasev authored
-
Peter Karasev authored
Conflicts: Rendering/OpenGL2/vtkWin32OpenGLRenderWindow.cxx
-
- 11 Sep, 2015 27 commits
-
-
Andrew Bauer authored
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
-
Ken Martin authored
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
-
Will Schroeder authored
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
-
David Gobbi authored
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.
-
Sankhesh Jhaveri authored
-
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.
-
Robert Maynard authored
-
Bill Lorensen authored
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
-
Berk Geveci authored
vtkSampleFunction was not setting CAN_PRODUCE_SUB_EXTENT() key even though it can. This was causing it not to work in parallel. Fixed.
-
David Gobbi 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
-
Ben Boeckel authored
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.
-
Ken Martin authored
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
Add a method where the user can set the triangle imposter scale to a value different from the default 3.0. This is useful when you are using your own shader code and it needs more or less fragments.
-
Sujin Philip authored
Makes the constructor accepting the exemplar explicit. Marks the copy-constructor and the assignment operator private to disalow copying.
-
Ken Martin authored
Better assert for test
-
Ken Martin authored
Suppress warning in system file
-
- 10 Sep, 2015 2 commits
-
-
Joachim Pouderoux authored
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
-